Skip to content

Commit

Permalink
Merge branch 'main' into Flaxscrip-deployment-guide-1
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra authored Dec 20, 2024
2 parents 7b499b3 + 404660e commit 96ca57f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cipher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdip/cipher",
"version": "0.4.0",
"version": "0.5.0",
"description": "MDIP cipher lib",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdip/common",
"version": "0.4.0",
"version": "0.5.0",
"description": "MDIP common",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatekeeper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdip/gatekeeper",
"version": "0.4.1",
"version": "0.5.0",
"description": "MDIP Gatekeeper",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdip/ipfs",
"version": "0.4.0",
"version": "0.5.0",
"description": "MDIP IPFS lib",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keymaster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdip/keymaster",
"version": "0.4.1",
"version": "0.5.0",
"description": "MDIP Keymaster",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion services/mediators/hyperswarm/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
debug: process.env.KC_DEBUG ? process.env.KC_DEBUG === 'true' : false,
gatekeeperURL: process.env.KC_GATEKEEPER_URL || 'http://localhost:4224',
nodeName: process.env.KC_NODE_NAME || 'anon',
protocol: process.env.KC_MDIP_PROTOCOL || '/MDIP/v24.11.19',
protocol: process.env.KC_MDIP_PROTOCOL || '/MDIP/v0.5-beta',
};

export default config;

0 comments on commit 96ca57f

Please sign in to comment.