@tangle-network/sandbox 0.39.2 → 0.39.3-develop.20260913101108.6acbf3b

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/sandbox",
3
- "version": "0.39.2",
3
+ "version": "0.39.3-develop.20260913101108.6acbf3b",
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,11 +135,11 @@
135
135
  "vitest": "^4.1.5",
136
136
  "ws": "^8.20.0",
137
137
  "yjs": "13.6.30",
138
- "@tangle-network/agent-profile-materialize": "0.20.0",
139
- "@tangle-network/runtime-contracts": "0.6.6",
140
138
  "@repo/shared": "0.0.0",
141
- "@tangle-network/cli-agent-registry": "0.4.0",
142
- "@tangle-network/sse-core": "0.0.0"
139
+ "@tangle-network/agent-profile-materialize": "0.20.1",
140
+ "@tangle-network/cli-agent-registry": "0.4.1",
141
+ "@tangle-network/sse-core": "0.0.0",
142
+ "@tangle-network/runtime-contracts": "0.6.6"
143
143
  },
144
144
  "scripts": {
145
145
  "build": "node scripts/build-dist.mjs",