@tangle-network/sandbox 0.34.4-develop.20260830022653.d08f420 → 0.34.4
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.34.4
|
|
3
|
+
"version": "0.34.4",
|
|
4
4
|
"description": "Client SDK for the Tangle Sandbox platform - build AI agent applications with dev containers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"ws": "^8.20.0",
|
|
137
137
|
"yjs": "13.6.30",
|
|
138
138
|
"@repo/shared": "0.0.0",
|
|
139
|
+
"@tangle-network/cli-agent-registry": "0.3.12",
|
|
139
140
|
"@tangle-network/runtime-contracts": "0.6.2",
|
|
140
|
-
"@tangle-network/sse-core": "0.0.0"
|
|
141
|
-
"@tangle-network/cli-agent-registry": "0.3.12"
|
|
141
|
+
"@tangle-network/sse-core": "0.0.0"
|
|
142
142
|
},
|
|
143
143
|
"scripts": {
|
|
144
144
|
"build": "node scripts/build-dist.mjs",
|