diff --git a/demo/package.json b/demo/package.json index ae514e94c..8f2f3cafb 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-demo", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "private": true, "type": "module", "dependencies": { diff --git a/packages/adapter-autoresearch/package.json b/packages/adapter-autoresearch/package.json index 464599079..e33dcd559 100644 --- a/packages/adapter-autoresearch/package.json +++ b/packages/adapter-autoresearch/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-adapter-autoresearch", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Autoresearch adapter — collaborative autonomous ML research over the Decentralized Knowledge Graph", "type": "module", "main": "dist/index.js", diff --git a/packages/adapter-elizaos/package.json b/packages/adapter-elizaos/package.json index 57920c5be..65718a795 100644 --- a/packages/adapter-elizaos/package.json +++ b/packages/adapter-elizaos/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-adapter-elizaos", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "ElizaOS plugin adapter — turns any ElizaOS agent into a DKG V9 node", "type": "module", "main": "dist/index.js", diff --git a/packages/adapter-hermes/package.json b/packages/adapter-hermes/package.json index de5b1b682..0c65678db 100644 --- a/packages/adapter-hermes/package.json +++ b/packages/adapter-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-adapter-hermes", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Hermes Agent adapter — connects Hermes AI agents to a DKG V10 node for verifiable shared memory", "type": "module", "main": "dist/index.js", diff --git a/packages/adapter-openclaw/openclaw.plugin.json b/packages/adapter-openclaw/openclaw.plugin.json index 8042dc800..75eb84f32 100644 --- a/packages/adapter-openclaw/openclaw.plugin.json +++ b/packages/adapter-openclaw/openclaw.plugin.json @@ -1,7 +1,7 @@ { "id": "adapter-openclaw", "name": "DKG Node UI Bridge", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Connects a local OpenClaw agent to a DKG V10 node for node-backed chat, memory, and agent-network capabilities.", "kind": "memory", "channels": ["dkg-ui"], diff --git a/packages/adapter-openclaw/package.json b/packages/adapter-openclaw/package.json index d73a1286e..bf6cefea4 100644 --- a/packages/adapter-openclaw/package.json +++ b/packages/adapter-openclaw/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-adapter-openclaw", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "OpenClaw plugin adapter for connecting a DKG V10 node and chat bridge to an OpenClaw agent", "type": "module", "main": "dist/index.js", diff --git a/packages/agent/package.json b/packages/agent/package.json index 0ded21381..164324957 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-agent", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/attested-assets/package.json b/packages/attested-assets/package.json index 859e9a8e3..01c01cd02 100644 --- a/packages/attested-assets/package.json +++ b/packages/attested-assets/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-attested-assets", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/chain/package.json b/packages/chain/package.json index b2c00b885..4299cf628 100644 --- a/packages/chain/package.json +++ b/packages/chain/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-chain", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/package.json b/packages/core/package.json index b9f2297b6..8699d4f5a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-core", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/epcis/package.json b/packages/epcis/package.json index 71fb411db..41b0484a6 100644 --- a/packages/epcis/package.json +++ b/packages/epcis/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-epcis", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/graph-viz/package.json b/packages/graph-viz/package.json index da1b1b8f9..b04eb6c70 100644 --- a/packages/graph-viz/package.json +++ b/packages/graph-viz/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-graph-viz", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "RDF Knowledge Graph Visualizer — force-directed graph rendering with hexagonal nodes, declarative view configs, RDF-native data loading, and SPARQL-driven views", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/network-sim/package.json b/packages/network-sim/package.json index a375375bd..d7b2998e9 100644 --- a/packages/network-sim/package.json +++ b/packages/network-sim/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-network-sim", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "private": true, "type": "module", "scripts": { diff --git a/packages/node-ui/package.json b/packages/node-ui/package.json index 8abda562a..8408e9406 100644 --- a/packages/node-ui/package.json +++ b/packages/node-ui/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-node-ui", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/publisher/package.json b/packages/publisher/package.json index ea895635c..66c2dbe7c 100644 --- a/packages/publisher/package.json +++ b/packages/publisher/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-publisher", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/query/package.json b/packages/query/package.json index cdfa5dfcd..f13eac45c 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-query", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/random-sampling/package.json b/packages/random-sampling/package.json index 1af431db5..7550a3eb1 100644 --- a/packages/random-sampling/package.json +++ b/packages/random-sampling/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-random-sampling", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/random-sampling/src/index.ts b/packages/random-sampling/src/index.ts index dac6e4266..5dfee55a8 100644 --- a/packages/random-sampling/src/index.ts +++ b/packages/random-sampling/src/index.ts @@ -18,7 +18,7 @@ * registered. */ -export const RANDOM_SAMPLING_PACKAGE_VERSION = '10.0.0-rc.1'; +export const RANDOM_SAMPLING_PACKAGE_VERSION = '10.0.0-rc.2'; export { extractV10KCFromStore, diff --git a/packages/random-sampling/test/skeleton.test.ts b/packages/random-sampling/test/skeleton.test.ts index 3fb9af7a7..c4d49a5ec 100644 --- a/packages/random-sampling/test/skeleton.test.ts +++ b/packages/random-sampling/test/skeleton.test.ts @@ -3,6 +3,6 @@ import { RANDOM_SAMPLING_PACKAGE_VERSION } from '../src/index.js'; describe('@origintrail-official/dkg-random-sampling — skeleton', () => { it('exposes a version constant matching the rest of the workspace', () => { - expect(RANDOM_SAMPLING_PACKAGE_VERSION).toBe('10.0.0-rc.1'); + expect(RANDOM_SAMPLING_PACKAGE_VERSION).toBe('10.0.0-rc.2'); }); }); diff --git a/packages/storage/package.json b/packages/storage/package.json index bb5661fa3..fadf2960e 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@origintrail-official/dkg-storage", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",