@tangle-network/sandbox 0.34.3-develop.20260830020806.435d183 → 0.34.4-develop.20260830022653.d08f420

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/sandbox",
3
- "version": "0.34.3-develop.20260830020806.435d183",
3
+ "version": "0.34.4-develop.20260830022653.d08f420",
4
4
  "description": "Client SDK for the Tangle Sandbox platform - build AI agent applications with dev containers",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -135,10 +135,10 @@
135
135
  "vitest": "^4.1.5",
136
136
  "ws": "^8.20.0",
137
137
  "yjs": "13.6.30",
138
- "@tangle-network/cli-agent-registry": "0.3.12",
139
- "@tangle-network/runtime-contracts": "0.6.2",
140
138
  "@repo/shared": "0.0.0",
141
- "@tangle-network/sse-core": "0.0.0"
139
+ "@tangle-network/runtime-contracts": "0.6.2",
140
+ "@tangle-network/sse-core": "0.0.0",
141
+ "@tangle-network/cli-agent-registry": "0.3.12"
142
142
  },
143
143
  "scripts": {
144
144
  "build": "node scripts/build-dist.mjs",