@tangle-network/sandbox 0.31.0 → 0.31.1-develop.20260822004129.40ba2e8
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/sandbox",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1-develop.20260822004129.40ba2e8",
|
|
4
4
|
"description": "Client SDK for the Tangle Sandbox platform - build AI agent applications with dev containers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"url": "https://github.com/tangle-network/agent-dev-container/issues"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@tangle-network/agent-core": "0.9.
|
|
98
|
+
"@tangle-network/agent-core": "0.9.5",
|
|
99
99
|
"@tangle-network/agent-interface": "^1.3.0",
|
|
100
100
|
"zod": "4.4.3"
|
|
101
101
|
},
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
"vitest": "^4.1.5",
|
|
136
136
|
"ws": "^8.20.0",
|
|
137
137
|
"yjs": "13.6.30",
|
|
138
|
-
"@repo/shared": "0.0.0",
|
|
139
138
|
"@tangle-network/cli-agent-registry": "0.3.11",
|
|
139
|
+
"@repo/shared": "0.0.0",
|
|
140
140
|
"@tangle-network/sse-core": "0.0.0",
|
|
141
141
|
"@tangle-network/runtime-contracts": "0.6.2"
|
|
142
142
|
},
|