@tangle-network/tcloud 0.4.13 → 0.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/tcloud",
3
- "version": "0.4.13",
3
+ "version": "0.5.0",
4
4
  "description": "TypeScript SDK and CLI for Tangle Router, Sandbox, model routing, and agent service calls",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -69,20 +69,20 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@scure/bip32": "^2.2.0",
73
- "@scure/bip39": "^2.2.0",
74
- "@tangle-network/sandbox": "^0.3.0",
72
+ "@scure/bip32": "^2.4.0",
73
+ "@scure/bip39": "^2.4.0",
74
+ "@tangle-network/sandbox": ">=0.34.3 <0.35.0",
75
75
  "commander": "^14.0.3",
76
- "viem": "^2.48.4",
76
+ "viem": "^2.56.0",
77
77
  "@tangle-network/tcloud-attestation": "^0.1.1"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@types/node": "^22.0.0",
81
81
  "tsup": "^8.5.1",
82
- "tsx": "^4.0.0",
83
- "typedoc": "^0.28.19",
84
- "typescript": "^5.0.0",
85
- "vitest": "^4.1.5"
82
+ "tsx": "^4.23.12",
83
+ "typedoc": "^0.28.20",
84
+ "typescript": "^5.9.3",
85
+ "vitest": "^4.1.11"
86
86
  },
87
87
  "files": [
88
88
  "dist",
@@ -117,7 +117,7 @@
117
117
  "node": ">=18"
118
118
  },
119
119
  "scripts": {
120
- "build": "tsup src/index.ts src/cli.ts src/shielded.ts src/instance.ts src/attestation.ts src/sandbox.ts --format esm,cjs --dts --clean --external socks-proxy-agent",
120
+ "build": "tsup src/index.ts src/cli.ts src/mcp.ts src/shielded.ts src/instance.ts src/attestation.ts src/sandbox.ts --format esm,cjs --dts --clean",
121
121
  "docs": "typedoc src/index.ts --out docs --name tcloud --readme README.md",
122
122
  "test": "vitest run",
123
123
  "test:e2e": "vitest run --config vitest.e2e.config.ts",