diff --git a/examples/canvas/package.json b/examples/canvas/package.json index 65c64c20..705a7abd 100644 --- a/examples/canvas/package.json +++ b/examples/canvas/package.json @@ -1,6 +1,6 @@ { "name": "ts-topology-examples-canvas", - "version": "0.2.1-1", + "version": "0.2.1-2", "license": "MIT", "scripts": { "build": "vite build", @@ -9,10 +9,10 @@ "start": "ts-node ./src/index.ts" }, "dependencies": { - "@topology-foundation/blueprints": "0.2.1-1", - "@topology-foundation/network": "0.2.1-1", - "@topology-foundation/node": "0.2.1-1", - "@topology-foundation/object": "0.2.1-1", + "@topology-foundation/blueprints": "0.2.1-2", + "@topology-foundation/network": "0.2.1-2", + "@topology-foundation/node": "0.2.1-2", + "@topology-foundation/object": "0.2.1-2", "crypto-browserify": "^3.12.0", "process": "^0.11.10", "stream-browserify": "^3.0.0", diff --git a/examples/chat/package.json b/examples/chat/package.json index cb8a3a54..1b3c184b 100644 --- a/examples/chat/package.json +++ b/examples/chat/package.json @@ -1,6 +1,6 @@ { "name": "topology-example-chat", - "version": "0.2.1-1", + "version": "0.2.1-2", "description": "Topology Protocol Chat Example", "main": "src/index.ts", "repository": "https://github.com/topology-foundation/ts-topology.git", @@ -13,10 +13,10 @@ "start": "ts-node ./src/index.ts" }, "dependencies": { - "@topology-foundation/blueprints": "0.2.1-1", - "@topology-foundation/network": "0.2.1-1", - "@topology-foundation/node": "0.2.1-1", - "@topology-foundation/object": "0.2.1-1", + "@topology-foundation/blueprints": "0.2.1-2", + "@topology-foundation/network": "0.2.1-2", + "@topology-foundation/node": "0.2.1-2", + "@topology-foundation/object": "0.2.1-2", "assemblyscript": "^0.27.29", "crypto-browserify": "^3.12.0", "process": "^0.11.10", diff --git a/examples/grid/package.json b/examples/grid/package.json index a8bb91cc..8f209a77 100644 --- a/examples/grid/package.json +++ b/examples/grid/package.json @@ -1,6 +1,6 @@ { "name": "topology-example-grid", - "version": "0.2.1-1", + "version": "0.2.1-2", "description": "Topology Protocol Grid Exmaple", "main": "src/index.ts", "repository": "https://github.com/topology-foundation/ts-topology.git", @@ -13,9 +13,9 @@ "start": "ts-node ./src/index.ts" }, "dependencies": { - "@topology-foundation/network": "0.2.1-1", - "@topology-foundation/node": "0.2.1-1", - "@topology-foundation/object": "0.2.1-1", + "@topology-foundation/network": "0.2.1-2", + "@topology-foundation/node": "0.2.1-2", + "@topology-foundation/object": "0.2.1-2", "assemblyscript": "^0.27.29", "crypto-browserify": "^3.12.0", "memfs": "^4.11.1", diff --git a/examples/local-bootstrap/package.json b/examples/local-bootstrap/package.json index 2628dcfd..514afae3 100644 --- a/examples/local-bootstrap/package.json +++ b/examples/local-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "topology-example-localdev", - "version": "0.2.1-1", + "version": "0.2.1-2", "description": "Topology Protocol Local Dev Example", "main": "src/index.ts", "repository": "https://github.com/topology-foundation/ts-topology.git", @@ -13,10 +13,10 @@ "start": "ts-node ./src/index.ts" }, "dependencies": { - "@topology-foundation/blueprints": "0.2.1-1", - "@topology-foundation/network": "0.2.1-1", - "@topology-foundation/node": "0.2.1-1", - "@topology-foundation/object": "0.2.1-1", + "@topology-foundation/blueprints": "0.2.1-2", + "@topology-foundation/network": "0.2.1-2", + "@topology-foundation/node": "0.2.1-2", + "@topology-foundation/object": "0.2.1-2", "assemblyscript": "^0.27.29", "crypto-browserify": "^3.12.0", "process": "^0.11.10", diff --git a/package.json b/package.json index eabb1dbd..c648a7c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ts-topology", "description": "The official TypeScript implementation of Topology Protocol", - "version": "0.2.1-1", + "version": "0.2.1-2", "license": "MIT", "homepage": "https://topology.gg/", "repository": { diff --git a/packages/blueprints/package.json b/packages/blueprints/package.json index 843d6325..5fe7f16e 100644 --- a/packages/blueprints/package.json +++ b/packages/blueprints/package.json @@ -1,6 +1,6 @@ { "name": "@topology-foundation/blueprints", - "version": "0.2.1-1", + "version": "0.2.1-2", "license": "MIT", "repository": { "type": "git", @@ -34,7 +34,7 @@ "test": "vitest" }, "devDependencies": { - "@topology-foundation/object": "0.2.1-1", + "@topology-foundation/object": "0.2.1-2", "assemblyscript": "^0.27.29" }, "dependencies": { diff --git a/packages/logger/package.json b/packages/logger/package.json index ac7cd37d..522fb980 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@topology-foundation/logger", - "version": "0.2.1-1", + "version": "0.2.1-2", "license": "MIT", "repository": { "type": "git", diff --git a/packages/network/package.json b/packages/network/package.json index a558c13a..bc4611bd 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@topology-foundation/network", - "version": "0.2.1-1", + "version": "0.2.1-2", "license": "MIT", "repository": { "type": "git", @@ -49,7 +49,7 @@ "@libp2p/websockets": "^9.0.7", "@libp2p/webtransport": "^5.0.9", "@multiformats/multiaddr": "^12.3.1", - "@topology-foundation/logger": "^0.2.1-1", + "@topology-foundation/logger": "^0.2.1-2", "it-length-prefixed": "^9.1.0", "it-map": "^3.1.1", "it-pipe": "^3.0.1", diff --git a/packages/node/package.json b/packages/node/package.json index 56bca653..419fae38 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@topology-foundation/node", - "version": "0.2.1-1", + "version": "0.2.1-2", "license": "MIT", "repository": { "type": "git", @@ -39,10 +39,10 @@ "@chainsafe/libp2p-gossipsub": "^14.1.0", "@grpc/grpc-js": "^1.12.2", "@libp2p/interface": "^2.1.3", - "@topology-foundation/blueprints": "0.2.1-1", - "@topology-foundation/network": "0.2.1-1", - "@topology-foundation/object": "0.2.1-1", - "@topology-foundation/logger": "0.2.1-1", + "@topology-foundation/blueprints": "0.2.1-2", + "@topology-foundation/network": "0.2.1-2", + "@topology-foundation/object": "0.2.1-2", + "@topology-foundation/logger": "0.2.1-2", "commander": "^12.1.0", "google-protobuf": "^3.21.2" } diff --git a/packages/node/src/version.ts b/packages/node/src/version.ts index 47452519..ce20705c 100644 --- a/packages/node/src/version.ts +++ b/packages/node/src/version.ts @@ -1 +1 @@ -export const VERSION = "0.2.1-0"; +export const VERSION = "0.2.1-1"; diff --git a/packages/object/package.json b/packages/object/package.json index 55a9bfe4..9141cdd1 100644 --- a/packages/object/package.json +++ b/packages/object/package.json @@ -1,6 +1,6 @@ { "name": "@topology-foundation/object", - "version": "0.2.1-1", + "version": "0.2.1-2", "license": "MIT", "repository": { "type": "git", @@ -33,7 +33,7 @@ }, "dependencies": { "@bufbuild/protobuf": "^2.0.0", - "@topology-foundation/logger": "^0.2.1-1", + "@topology-foundation/logger": "^0.2.1-2", "ts-proto": "^2.2.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7fc9d38..d0e55d9a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,16 +45,16 @@ importers: examples/canvas: dependencies: '@topology-foundation/blueprints': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/blueprints '@topology-foundation/network': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/network '@topology-foundation/node': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/node '@topology-foundation/object': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/object crypto-browserify: specifier: ^3.12.0 @@ -91,16 +91,16 @@ importers: examples/chat: dependencies: '@topology-foundation/blueprints': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/blueprints '@topology-foundation/network': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/network '@topology-foundation/node': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/node '@topology-foundation/object': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/object assemblyscript: specifier: ^0.27.29 @@ -143,13 +143,13 @@ importers: examples/grid: dependencies: '@topology-foundation/network': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/network '@topology-foundation/node': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/node '@topology-foundation/object': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/object assemblyscript: specifier: ^0.27.29 @@ -198,16 +198,16 @@ importers: examples/local-bootstrap: dependencies: '@topology-foundation/blueprints': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/blueprints '@topology-foundation/network': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/network '@topology-foundation/node': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/node '@topology-foundation/object': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../../packages/object assemblyscript: specifier: ^0.27.29 @@ -254,7 +254,7 @@ importers: version: 4.1.2 devDependencies: '@topology-foundation/object': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../object assemblyscript: specifier: ^0.27.29 @@ -326,7 +326,7 @@ importers: specifier: ^12.3.1 version: 12.3.1 '@topology-foundation/logger': - specifier: ^0.2.1-0 + specifier: ^0.2.1-1 version: link:../logger it-length-prefixed: specifier: ^9.1.0 @@ -366,16 +366,16 @@ importers: specifier: ^2.1.3 version: 2.1.3 '@topology-foundation/blueprints': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../blueprints '@topology-foundation/logger': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../logger '@topology-foundation/network': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../network '@topology-foundation/object': - specifier: 0.2.1-0 + specifier: 0.2.1-1 version: link:../object commander: specifier: ^12.1.0 @@ -406,7 +406,7 @@ importers: specifier: ^2.0.0 version: 2.2.0 '@topology-foundation/logger': - specifier: ^0.2.1-0 + specifier: ^0.2.1-1 version: link:../logger ts-proto: specifier: ^2.2.4