@tangle-network/sandbox 0.3.0 → 0.4.2
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/LICENSE +11 -0
- package/dist/agent/index.d.ts +5 -7
- package/dist/agent/index.js +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/client-AnMAORoV.js +1 -0
- package/dist/{client-BuPZLOxS.d.ts → client-luMZjrob.d.ts} +1 -1
- package/dist/collaboration/index.js +1 -1
- package/dist/collaboration-CRyb5e8F.js +1 -1
- package/dist/core.d.ts +2 -2
- package/dist/core.js +1 -1
- package/dist/errors-CljiGR__.js +1 -1
- package/dist/{index-2gFsmmQs.d.ts → index-CEuQ9dBO.d.ts} +1 -1
- package/dist/index.d.ts +275 -5
- package/dist/index.js +1 -1
- package/dist/openai/index.d.ts +17 -1
- package/dist/openai/index.js +1 -1
- package/dist/{sandbox-CpK8etqP.d.ts → sandbox-0XVWuuJR.d.ts} +2 -33
- package/dist/sandbox-Ckh48QOL.js +1 -0
- package/dist/session-gateway/index.js +1 -1
- package/dist/tangle/index.d.ts +1 -1
- package/dist/tangle/index.js +1 -1
- package/dist/tangle-DmrMT7Hu.js +1 -0
- package/package.json +39 -88
- package/dist/client-BwRV2Zun.js +0 -1
- package/dist/platform-integrations.d.ts +0 -2
- package/dist/platform-integrations.js +0 -1
- package/dist/sandbox-DTup2jzz.js +0 -1
- package/dist/tangle-CnYnTRi6.js +0 -1
package/package.json
CHANGED
|
@@ -1,45 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/sandbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Client SDK for the Tangle Sandbox platform - build AI agent applications with dev containers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
|
-
"types": "./
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
-
"
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
11
12
|
"default": "./dist/index.js"
|
|
12
13
|
},
|
|
13
14
|
"./core": {
|
|
14
|
-
"
|
|
15
|
+
"import": "./dist/core.js",
|
|
16
|
+
"types": "./dist/core.d.ts",
|
|
15
17
|
"default": "./dist/core.js"
|
|
16
18
|
},
|
|
17
19
|
"./tangle": {
|
|
18
|
-
"
|
|
20
|
+
"import": "./dist/tangle/index.js",
|
|
21
|
+
"types": "./dist/tangle/index.d.ts",
|
|
19
22
|
"default": "./dist/tangle/index.js"
|
|
20
23
|
},
|
|
21
24
|
"./auth": {
|
|
22
|
-
"
|
|
25
|
+
"import": "./dist/auth/index.js",
|
|
26
|
+
"types": "./dist/auth/index.d.ts",
|
|
23
27
|
"default": "./dist/auth/index.js"
|
|
24
28
|
},
|
|
25
29
|
"./collaboration": {
|
|
26
|
-
"
|
|
30
|
+
"import": "./dist/collaboration/index.js",
|
|
31
|
+
"types": "./dist/collaboration/index.d.ts",
|
|
27
32
|
"default": "./dist/collaboration/index.js"
|
|
28
33
|
},
|
|
29
34
|
"./session-gateway": {
|
|
30
|
-
"
|
|
35
|
+
"import": "./dist/session-gateway/index.js",
|
|
36
|
+
"types": "./dist/session-gateway/index.d.ts",
|
|
31
37
|
"default": "./dist/session-gateway/index.js"
|
|
32
38
|
},
|
|
33
39
|
"./openai": {
|
|
34
|
-
"
|
|
40
|
+
"import": "./dist/openai/index.js",
|
|
41
|
+
"types": "./dist/openai/index.d.ts",
|
|
35
42
|
"default": "./dist/openai/index.js"
|
|
36
43
|
},
|
|
37
|
-
"./platform-integrations": {
|
|
38
|
-
"types": "./src/platform-integrations.ts",
|
|
39
|
-
"default": "./dist/platform-integrations.js"
|
|
40
|
-
},
|
|
41
44
|
"./agent": {
|
|
42
|
-
"
|
|
45
|
+
"import": "./dist/agent/index.js",
|
|
46
|
+
"types": "./dist/agent/index.d.ts",
|
|
43
47
|
"default": "./dist/agent/index.js"
|
|
44
48
|
}
|
|
45
49
|
},
|
|
@@ -48,70 +52,7 @@
|
|
|
48
52
|
],
|
|
49
53
|
"publishConfig": {
|
|
50
54
|
"access": "public",
|
|
51
|
-
"registry": "https://registry.npmjs.org"
|
|
52
|
-
"main": "./dist/index.js",
|
|
53
|
-
"types": "./dist/index.d.ts",
|
|
54
|
-
"exports": {
|
|
55
|
-
".": {
|
|
56
|
-
"import": "./dist/index.js",
|
|
57
|
-
"types": "./dist/index.d.ts",
|
|
58
|
-
"default": "./dist/index.js"
|
|
59
|
-
},
|
|
60
|
-
"./core": {
|
|
61
|
-
"import": "./dist/core.js",
|
|
62
|
-
"types": "./dist/core.d.ts",
|
|
63
|
-
"default": "./dist/core.js"
|
|
64
|
-
},
|
|
65
|
-
"./tangle": {
|
|
66
|
-
"import": "./dist/tangle/index.js",
|
|
67
|
-
"types": "./dist/tangle/index.d.ts",
|
|
68
|
-
"default": "./dist/tangle/index.js"
|
|
69
|
-
},
|
|
70
|
-
"./auth": {
|
|
71
|
-
"import": "./dist/auth/index.js",
|
|
72
|
-
"types": "./dist/auth/index.d.ts",
|
|
73
|
-
"default": "./dist/auth/index.js"
|
|
74
|
-
},
|
|
75
|
-
"./collaboration": {
|
|
76
|
-
"import": "./dist/collaboration/index.js",
|
|
77
|
-
"types": "./dist/collaboration/index.d.ts",
|
|
78
|
-
"default": "./dist/collaboration/index.js"
|
|
79
|
-
},
|
|
80
|
-
"./session-gateway": {
|
|
81
|
-
"import": "./dist/session-gateway/index.js",
|
|
82
|
-
"types": "./dist/session-gateway/index.d.ts",
|
|
83
|
-
"default": "./dist/session-gateway/index.js"
|
|
84
|
-
},
|
|
85
|
-
"./openai": {
|
|
86
|
-
"import": "./dist/openai/index.js",
|
|
87
|
-
"types": "./dist/openai/index.d.ts",
|
|
88
|
-
"default": "./dist/openai/index.js"
|
|
89
|
-
},
|
|
90
|
-
"./platform-integrations": {
|
|
91
|
-
"import": "./dist/platform-integrations.js",
|
|
92
|
-
"types": "./dist/platform-integrations.d.ts",
|
|
93
|
-
"default": "./dist/platform-integrations.js"
|
|
94
|
-
},
|
|
95
|
-
"./agent": {
|
|
96
|
-
"import": "./dist/agent/index.js",
|
|
97
|
-
"types": "./dist/agent/index.d.ts",
|
|
98
|
-
"default": "./dist/agent/index.js"
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"scripts": {
|
|
103
|
-
"build": "tsdown && bash scripts/obfuscate.sh",
|
|
104
|
-
"build:clean": "tsdown",
|
|
105
|
-
"check-types": "tsc --noEmit",
|
|
106
|
-
"verify-dist": "bash scripts/verify-dist.sh",
|
|
107
|
-
"prepack": "pnpm run build && pnpm run verify-dist",
|
|
108
|
-
"test": "vitest run",
|
|
109
|
-
"test:watch": "vitest",
|
|
110
|
-
"test:coverage": "vitest run --coverage",
|
|
111
|
-
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
112
|
-
"test:e2e:collaboration": "pnpm --dir ../../../packages/sdk-collaboration build && SKIP_ORCHESTRATOR=true vitest run --config vitest.e2e.config.ts tests/e2e/collaboration-lifecycle.test.ts",
|
|
113
|
-
"test:e2e:snapshots": "vitest run --config vitest.e2e.config.ts tests/e2e/snapshot-lifecycle.test.ts",
|
|
114
|
-
"test:e2e:watch": "vitest --config vitest.e2e.config.ts"
|
|
55
|
+
"registry": "https://registry.npmjs.org"
|
|
115
56
|
},
|
|
116
57
|
"keywords": [
|
|
117
58
|
"sandbox",
|
|
@@ -122,9 +63,9 @@
|
|
|
122
63
|
],
|
|
123
64
|
"license": "MIT",
|
|
124
65
|
"peerDependencies": {
|
|
125
|
-
"@mastra/core": "
|
|
126
|
-
"@modelcontextprotocol/sdk": "
|
|
127
|
-
"ai": "
|
|
66
|
+
"@mastra/core": "^1.36.0",
|
|
67
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
68
|
+
"ai": "^6.0.175",
|
|
128
69
|
"openai": "^6.36.0",
|
|
129
70
|
"viem": "^2.0.0"
|
|
130
71
|
},
|
|
@@ -145,19 +86,29 @@
|
|
|
145
86
|
"optional": true
|
|
146
87
|
}
|
|
147
88
|
},
|
|
148
|
-
"dependencies": {
|
|
149
|
-
"@tangle-network/agent-integrations": "^0.29.0"
|
|
150
|
-
},
|
|
151
89
|
"devDependencies": {
|
|
152
90
|
"@hocuspocus/provider": "^4.0.0",
|
|
153
|
-
"@types/node": "
|
|
91
|
+
"@types/node": "25.6.0",
|
|
154
92
|
"@vitest/coverage-v8": "^4.1.5",
|
|
155
93
|
"dotenv": "^16.4.5",
|
|
156
94
|
"openai": "^6.36.0",
|
|
157
|
-
"tsdown": "
|
|
95
|
+
"tsdown": "0.21.10",
|
|
158
96
|
"typescript": "^6.0.3",
|
|
159
97
|
"vitest": "^4.1.5",
|
|
160
98
|
"ws": "^8.20.0",
|
|
161
|
-
"yjs": "
|
|
99
|
+
"yjs": "13.6.30"
|
|
100
|
+
},
|
|
101
|
+
"scripts": {
|
|
102
|
+
"build": "tsdown && bash scripts/obfuscate.sh",
|
|
103
|
+
"build:clean": "tsdown",
|
|
104
|
+
"check-types": "tsc --noEmit",
|
|
105
|
+
"verify-dist": "bash scripts/verify-dist.sh",
|
|
106
|
+
"test": "vitest run",
|
|
107
|
+
"test:watch": "vitest",
|
|
108
|
+
"test:coverage": "vitest run --coverage",
|
|
109
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
110
|
+
"test:e2e:collaboration": "pnpm --dir ../../../packages/sdk-collaboration build && SKIP_ORCHESTRATOR=true vitest run --config vitest.e2e.config.ts tests/e2e/collaboration-lifecycle.test.ts",
|
|
111
|
+
"test:e2e:snapshots": "vitest run --config vitest.e2e.config.ts tests/e2e/snapshot-lifecycle.test.ts",
|
|
112
|
+
"test:e2e:watch": "vitest --config vitest.e2e.config.ts"
|
|
162
113
|
}
|
|
163
|
-
}
|
|
114
|
+
}
|