motebit 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5532 -1764
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "motebit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Reference runtime and operator console for sovereign AI agents — REPL, daemon, delegation, MCP server. Persistent Ed25519 identity, signed execution receipts, governance at the boundary.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -76,29 +76,29 @@
|
|
|
76
76
|
"typescript": "^5.6.0",
|
|
77
77
|
"vitest": "^2.1.0",
|
|
78
78
|
"@motebit/ai-core": "0.0.0-private",
|
|
79
|
-
"@motebit/core-identity": "0.0.0-private",
|
|
80
79
|
"@motebit/behavior-engine": "0.0.0-private",
|
|
80
|
+
"@motebit/core-identity": "0.0.0-private",
|
|
81
|
+
"@motebit/crypto": "1.3.0",
|
|
81
82
|
"@motebit/encryption": "0.0.0-private",
|
|
82
|
-
"@motebit/crypto": "1.2.1",
|
|
83
83
|
"@motebit/event-log": "0.0.0-private",
|
|
84
84
|
"@motebit/gradient": "0.0.0-private",
|
|
85
|
+
"@motebit/identity-file": "0.0.0-private",
|
|
85
86
|
"@motebit/mcp-client": "0.0.0-private",
|
|
86
87
|
"@motebit/mcp-server": "0.0.0-private",
|
|
87
88
|
"@motebit/memory-graph": "0.0.0-private",
|
|
88
|
-
"@motebit/identity-file": "0.0.0-private",
|
|
89
89
|
"@motebit/persistence": "0.0.0-private",
|
|
90
90
|
"@motebit/planner": "0.0.0-private",
|
|
91
91
|
"@motebit/policy": "0.0.0-private",
|
|
92
92
|
"@motebit/privacy-layer": "0.0.0-private",
|
|
93
|
+
"@motebit/relay": "0.0.0-private",
|
|
93
94
|
"@motebit/runtime": "0.0.0-private",
|
|
94
|
-
"@motebit/sdk": "1.
|
|
95
|
+
"@motebit/sdk": "1.2.0",
|
|
95
96
|
"@motebit/self-knowledge": "0.0.0-private",
|
|
96
|
-
"@motebit/relay": "0.0.0-private",
|
|
97
97
|
"@motebit/skills": "0.0.0-private",
|
|
98
|
+
"@motebit/state-vector": "0.0.0-private",
|
|
98
99
|
"@motebit/sync-engine": "0.0.0-private",
|
|
99
100
|
"@motebit/tools": "0.0.0-private",
|
|
100
|
-
"@motebit/
|
|
101
|
-
"@motebit/verify": "1.2.1",
|
|
101
|
+
"@motebit/verify": "1.3.0",
|
|
102
102
|
"@motebit/voice": "0.0.0-private",
|
|
103
103
|
"@motebit/wallet-solana": "0.0.0-private",
|
|
104
104
|
"@motebit/wire-schemas": "0.0.0-private"
|