@almadar/orb 6.8.0 → 6.10.1
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 +6 -6
- package/shells/almadar-shell/package.json +1 -1
- package/shells/almadar-shell/packages/client/package.json +26 -25
- package/shells/almadar-shell/packages/server/package.json +9 -8
- package/shells/almadar-shell/packages/shared/package.json +1 -1
- package/shells/almadar-shell/pnpm-lock.yaml +244 -200
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/orb",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.1",
|
|
4
4
|
"description": "Orb CLI - deterministic when it can be, intelligent when it needs to be",
|
|
5
5
|
"license": "BSL-1.1",
|
|
6
6
|
"repository": {
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"node": ">=16.0.0"
|
|
50
50
|
},
|
|
51
51
|
"optionalDependencies": {
|
|
52
|
-
"@almadar/orb-darwin-x64": "6.
|
|
53
|
-
"@almadar/orb-darwin-arm64": "6.
|
|
54
|
-
"@almadar/orb-linux-x64": "6.
|
|
55
|
-
"@almadar/orb-linux-arm64": "6.
|
|
56
|
-
"@almadar/orb-windows-x64": "6.
|
|
52
|
+
"@almadar/orb-darwin-x64": "6.10.1",
|
|
53
|
+
"@almadar/orb-darwin-arm64": "6.10.1",
|
|
54
|
+
"@almadar/orb-linux-x64": "6.10.1",
|
|
55
|
+
"@almadar/orb-linux-arm64": "6.10.1",
|
|
56
|
+
"@almadar/orb-windows-x64": "6.10.1"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/shell-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.13.13",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -13,44 +13,45 @@
|
|
|
13
13
|
"test:watch": "vitest"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@almadar/
|
|
17
|
-
"@almadar/
|
|
18
|
-
"@almadar/
|
|
19
|
-
"@almadar/patterns": "
|
|
20
|
-
"@almadar/
|
|
21
|
-
"
|
|
16
|
+
"@almadar/core": "^7.14.3",
|
|
17
|
+
"@almadar/evaluator": "^2.11.2",
|
|
18
|
+
"@almadar/logger": "^1.3.0",
|
|
19
|
+
"@almadar/patterns": "^2.30.0",
|
|
20
|
+
"@almadar/syntax": "^1.4.0",
|
|
21
|
+
"@almadar/ui": "^4.53.5",
|
|
22
|
+
"@monaco-editor/react": "^4.7.0",
|
|
23
|
+
"@react-three/drei": "^9.92.0",
|
|
24
|
+
"@react-three/fiber": "^9.0.0",
|
|
25
|
+
"@react-three/postprocessing": "^3.0.0",
|
|
22
26
|
"@tanstack/react-query": "^5.67.3",
|
|
27
|
+
"firebase": "^11.4.0",
|
|
28
|
+
"leaflet": "^1.9.4",
|
|
29
|
+
"lucide-react": "^0.344.0",
|
|
30
|
+
"monaco-editor": "^0.52.2",
|
|
31
|
+
"postprocessing": "^6.39.0",
|
|
23
32
|
"react": "^19.0.0",
|
|
24
33
|
"react-dom": "^19.0.0",
|
|
25
|
-
"react-
|
|
26
|
-
"
|
|
34
|
+
"react-force-graph-2d": "^1.25.5",
|
|
35
|
+
"react-leaflet": "^4.2.1",
|
|
27
36
|
"react-markdown": "^9.0.1",
|
|
28
|
-
"
|
|
29
|
-
"remark-math": "^6.0.0",
|
|
37
|
+
"react-router-dom": "^7.3.0",
|
|
30
38
|
"rehype-katex": "^7.0.1",
|
|
31
39
|
"rehype-raw": "^7.0.0",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"monaco-editor": "^0.52.2",
|
|
35
|
-
"leaflet": "^1.9.4",
|
|
36
|
-
"react-leaflet": "^4.2.1",
|
|
37
|
-
"lucide-react": "^0.344.0",
|
|
40
|
+
"remark-gfm": "^4.0.1",
|
|
41
|
+
"remark-math": "^6.0.0",
|
|
38
42
|
"three": "^0.160.0",
|
|
39
|
-
"
|
|
40
|
-
"@react-three/drei": "^9.92.0",
|
|
41
|
-
"@react-three/postprocessing": "^3.0.0",
|
|
42
|
-
"postprocessing": "^6.39.0"
|
|
43
|
+
"zustand": "^5.0.3"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
|
-
"@almadar/eslint-plugin": "
|
|
46
|
-
"@typescript-eslint/parser": "8.56.0",
|
|
47
|
-
"eslint": "10.0.0",
|
|
48
|
-
"@testing-library/react": "^16.1.0",
|
|
46
|
+
"@almadar/eslint-plugin": "^2.8.1",
|
|
49
47
|
"@testing-library/jest-dom": "^6.6.3",
|
|
48
|
+
"@testing-library/react": "^16.1.0",
|
|
50
49
|
"@types/react": "^19.0.0",
|
|
51
50
|
"@types/react-dom": "^19.0.0",
|
|
51
|
+
"@typescript-eslint/parser": "8.56.0",
|
|
52
52
|
"@vitejs/plugin-react": "^4.3.4",
|
|
53
53
|
"autoprefixer": "^10.4.20",
|
|
54
|
+
"eslint": "10.0.0",
|
|
54
55
|
"jsdom": "^25.0.1",
|
|
55
56
|
"postcss": "^8.5.3",
|
|
56
57
|
"tailwindcss": "^3.4.17",
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
"test:watch": "vitest"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@almadar/
|
|
17
|
-
"@almadar/
|
|
18
|
-
"@almadar/
|
|
19
|
-
"@almadar/
|
|
20
|
-
"@almadar/
|
|
16
|
+
"@almadar/core": "^7.14.3",
|
|
17
|
+
"@almadar/evaluator": "^2.11.2",
|
|
18
|
+
"@almadar/integrations": "^2.7.0",
|
|
19
|
+
"@almadar/logger": "^1.3.0",
|
|
20
|
+
"@almadar/runtime": "^6.5.1",
|
|
21
|
+
"@almadar/server": "^2.11.0",
|
|
21
22
|
"cors": "^2.8.5",
|
|
22
23
|
"dotenv": "^16.4.7",
|
|
23
24
|
"express": "^4.21.2",
|
|
@@ -25,13 +26,13 @@
|
|
|
25
26
|
"zod": "^3.22.0"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|
|
28
|
-
"@almadar/eslint-plugin": "
|
|
29
|
-
"@typescript-eslint/parser": "8.56.0",
|
|
29
|
+
"@almadar/eslint-plugin": "^2.8.1",
|
|
30
30
|
"@types/cors": "^2.8.17",
|
|
31
31
|
"@types/express": "^5.0.0",
|
|
32
32
|
"@types/node": "^20.17.19",
|
|
33
|
-
"eslint": "
|
|
33
|
+
"@typescript-eslint/parser": "8.56.0",
|
|
34
34
|
"esbuild": "^0.25.0",
|
|
35
|
+
"eslint": "10.0.0",
|
|
35
36
|
"tsx": "^4.19.3",
|
|
36
37
|
"typescript": "^5.7.3",
|
|
37
38
|
"vitest": "^2.1.9"
|
|
@@ -23,20 +23,23 @@ importers:
|
|
|
23
23
|
packages/client:
|
|
24
24
|
dependencies:
|
|
25
25
|
'@almadar/core':
|
|
26
|
-
specifier:
|
|
27
|
-
version: 7.
|
|
26
|
+
specifier: ^7.14.3
|
|
27
|
+
version: 7.14.3
|
|
28
28
|
'@almadar/evaluator':
|
|
29
|
-
specifier:
|
|
30
|
-
version: 2.
|
|
29
|
+
specifier: ^2.11.2
|
|
30
|
+
version: 2.11.2
|
|
31
|
+
'@almadar/logger':
|
|
32
|
+
specifier: ^1.3.0
|
|
33
|
+
version: 1.3.0
|
|
31
34
|
'@almadar/patterns':
|
|
32
|
-
specifier:
|
|
33
|
-
version: 2.
|
|
35
|
+
specifier: ^2.30.0
|
|
36
|
+
version: 2.30.0
|
|
34
37
|
'@almadar/syntax':
|
|
35
|
-
specifier:
|
|
38
|
+
specifier: ^1.4.0
|
|
36
39
|
version: 1.4.0
|
|
37
40
|
'@almadar/ui':
|
|
38
|
-
specifier:
|
|
39
|
-
version: 4.
|
|
41
|
+
specifier: ^4.53.5
|
|
42
|
+
version: 4.53.5(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
40
43
|
'@monaco-editor/react':
|
|
41
44
|
specifier: ^4.7.0
|
|
42
45
|
version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
@@ -105,8 +108,8 @@ importers:
|
|
|
105
108
|
version: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
106
109
|
devDependencies:
|
|
107
110
|
'@almadar/eslint-plugin':
|
|
108
|
-
specifier:
|
|
109
|
-
version: 2.8.
|
|
111
|
+
specifier: ^2.8.1
|
|
112
|
+
version: 2.8.1(eslint@10.0.0(jiti@1.21.7))
|
|
110
113
|
'@testing-library/jest-dom':
|
|
111
114
|
specifier: ^6.6.3
|
|
112
115
|
version: 6.9.1
|
|
@@ -153,20 +156,23 @@ importers:
|
|
|
153
156
|
packages/server:
|
|
154
157
|
dependencies:
|
|
155
158
|
'@almadar/core':
|
|
156
|
-
specifier:
|
|
157
|
-
version: 7.
|
|
159
|
+
specifier: ^7.14.3
|
|
160
|
+
version: 7.14.3
|
|
158
161
|
'@almadar/evaluator':
|
|
159
|
-
specifier:
|
|
160
|
-
version: 2.
|
|
162
|
+
specifier: ^2.11.2
|
|
163
|
+
version: 2.11.2
|
|
161
164
|
'@almadar/integrations':
|
|
162
|
-
specifier:
|
|
163
|
-
version: 2.
|
|
165
|
+
specifier: ^2.7.0
|
|
166
|
+
version: 2.7.0(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.20.1)
|
|
167
|
+
'@almadar/logger':
|
|
168
|
+
specifier: ^1.3.0
|
|
169
|
+
version: 1.3.0
|
|
164
170
|
'@almadar/runtime':
|
|
165
|
-
specifier:
|
|
166
|
-
version: 6.
|
|
171
|
+
specifier: ^6.5.1
|
|
172
|
+
version: 6.5.1(express@4.22.1)
|
|
167
173
|
'@almadar/server':
|
|
168
|
-
specifier:
|
|
169
|
-
version: 2.
|
|
174
|
+
specifier: ^2.11.0
|
|
175
|
+
version: 2.11.0(express@4.22.1)
|
|
170
176
|
cors:
|
|
171
177
|
specifier: ^2.8.5
|
|
172
178
|
version: 2.8.6
|
|
@@ -184,8 +190,8 @@ importers:
|
|
|
184
190
|
version: 3.25.76
|
|
185
191
|
devDependencies:
|
|
186
192
|
'@almadar/eslint-plugin':
|
|
187
|
-
specifier:
|
|
188
|
-
version: 2.8.
|
|
193
|
+
specifier: ^2.8.1
|
|
194
|
+
version: 2.8.1(eslint@10.0.0(jiti@1.21.7))
|
|
189
195
|
'@types/cors':
|
|
190
196
|
specifier: ^2.8.17
|
|
191
197
|
version: 2.8.19
|
|
@@ -217,8 +223,8 @@ importers:
|
|
|
217
223
|
packages/shared:
|
|
218
224
|
dependencies:
|
|
219
225
|
'@almadar/core':
|
|
220
|
-
specifier:
|
|
221
|
-
version: 7.
|
|
226
|
+
specifier: ^7.14.3
|
|
227
|
+
version: 7.14.3
|
|
222
228
|
zod:
|
|
223
229
|
specifier: ^3.22.0
|
|
224
230
|
version: 3.25.76
|
|
@@ -232,38 +238,41 @@ packages:
|
|
|
232
238
|
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
233
239
|
engines: {node: '>=10'}
|
|
234
240
|
|
|
235
|
-
'@almadar/core@7.
|
|
236
|
-
resolution: {integrity: sha512-
|
|
241
|
+
'@almadar/core@7.14.3':
|
|
242
|
+
resolution: {integrity: sha512-Kbo65FNAxHb9LYN09pDg3AtkU5QB5dXU1noO4q0mF8lcV7hcnibWtldVQfhARzsr3sXQ2WobhT6NMlHFdHWWyA==}
|
|
237
243
|
|
|
238
|
-
'@almadar/eslint-plugin@2.8.
|
|
239
|
-
resolution: {integrity: sha512-
|
|
244
|
+
'@almadar/eslint-plugin@2.8.1':
|
|
245
|
+
resolution: {integrity: sha512-DaWThhbtFMT/IrqEyc+XADrhAqTjc+jeSO9CeiSJKs0+UoBDuNLZNhLy1kiXT61XdHSxCNZD7jjjtHbXbe59+g==}
|
|
240
246
|
peerDependencies:
|
|
241
247
|
eslint: '>=8.0.0'
|
|
242
248
|
|
|
243
|
-
'@almadar/evaluator@2.
|
|
244
|
-
resolution: {integrity: sha512-
|
|
249
|
+
'@almadar/evaluator@2.11.2':
|
|
250
|
+
resolution: {integrity: sha512-SpWT6wVM4cGUrMH6Yu7Q3MzId6Z3Lxmfk53j+5wg69NRZ/phRzHpgReCUYgnrt5bb8dfCatvSsJnlno0IBCXFg==}
|
|
245
251
|
|
|
246
|
-
'@almadar/integrations@2.
|
|
247
|
-
resolution: {integrity: sha512-
|
|
252
|
+
'@almadar/integrations@2.7.0':
|
|
253
|
+
resolution: {integrity: sha512-KV1Wqko9wECntSB/nggxvXPvBF0EK1f09K8f7pH3yq9c/ROZHLSBZrx6OWUcrn6wAEJo8Z226PHyY/HlVM8F7A==}
|
|
248
254
|
|
|
249
|
-
'@almadar/llm@2.
|
|
250
|
-
resolution: {integrity: sha512-
|
|
255
|
+
'@almadar/llm@2.12.0':
|
|
256
|
+
resolution: {integrity: sha512-TrbB3wtrsVMM6b7uDNjIVBbwww758rIJyx6cH3Lgt5O0jdJjAHHQjLg2uB4sTGHUlgYVkkZ54H8utkNNX3gVOA==}
|
|
251
257
|
peerDependencies:
|
|
252
|
-
'@almadar/core': '>=
|
|
258
|
+
'@almadar/core': '>=7.12.0'
|
|
253
259
|
peerDependenciesMeta:
|
|
254
260
|
'@almadar/core':
|
|
255
261
|
optional: true
|
|
256
262
|
|
|
257
|
-
'@almadar/
|
|
258
|
-
resolution: {integrity: sha512-
|
|
263
|
+
'@almadar/logger@1.3.0':
|
|
264
|
+
resolution: {integrity: sha512-6WhnbfjQqHEy2hoRlvZM0RYr8trAra5t82IhOOIRPIoc2/jbpoIqINZ/dGlbndoa3g1aC+4LrdH35H0TzKdEhw==}
|
|
259
265
|
|
|
260
|
-
'@almadar/
|
|
261
|
-
resolution: {integrity: sha512-
|
|
266
|
+
'@almadar/patterns@2.30.0':
|
|
267
|
+
resolution: {integrity: sha512-9cne+JVDh22f7SJAZP6UMXhUdg7LssoBIrD0wQaiNWirJNHhuU61/pd5G9bU1pfZ2bC31IP0/l3Nj1Z96W0cZA==}
|
|
268
|
+
|
|
269
|
+
'@almadar/runtime@6.5.1':
|
|
270
|
+
resolution: {integrity: sha512-+M5yEKKChQTRzajrfqrzlBj56hHkp7nC4955Lm2SJVefIreclpaQDWr5Be3Nrqs/J4BOTCsyc3hcfyfqec3Vyw==}
|
|
262
271
|
peerDependencies:
|
|
263
272
|
express: ^5.0.0
|
|
264
273
|
|
|
265
|
-
'@almadar/server@2.
|
|
266
|
-
resolution: {integrity: sha512-
|
|
274
|
+
'@almadar/server@2.11.0':
|
|
275
|
+
resolution: {integrity: sha512-j3GPWwMY5ZjxkMae+aCUVrhEtpNmZNzJtiaIvzD4zzOVxYQxL9e90ZZTNYxX/7W/QpbQBNHoRa7y7RVkAQGt1g==}
|
|
267
276
|
peerDependencies:
|
|
268
277
|
'@almadar-io/agent': '>=5.5.6'
|
|
269
278
|
express: ^5.0.0
|
|
@@ -271,17 +280,14 @@ packages:
|
|
|
271
280
|
'@almadar-io/agent':
|
|
272
281
|
optional: true
|
|
273
282
|
|
|
274
|
-
'@almadar/std@
|
|
275
|
-
resolution: {integrity: sha512-
|
|
276
|
-
|
|
277
|
-
'@almadar/std@8.4.2':
|
|
278
|
-
resolution: {integrity: sha512-cz48Ck/+hT9QpHoC1V9aBaTBaUPO797lNSzpNfLSHWb2JuOKkmioY45rMZTDOodHD2Qt2nUkc56BPQ4adlt7gw==}
|
|
283
|
+
'@almadar/std@14.38.0':
|
|
284
|
+
resolution: {integrity: sha512-gKWwi3s03kdObrnjHrtJQ2sM1XLGkeHMplXx3P2g9ek0pGDXpPoEW6fhfFRi2XfvvsdBKSFM+Zu4Y79plVJl0g==}
|
|
279
285
|
|
|
280
286
|
'@almadar/syntax@1.4.0':
|
|
281
287
|
resolution: {integrity: sha512-r79cxWTDykcnBpWzWV1foHufBMWcgf/88AFT/lRAxyeIJIkwYA5lQjIJIonWh8z4adgSQw3rtl/KjlCy3mG+Uw==}
|
|
282
288
|
|
|
283
|
-
'@almadar/ui@4.
|
|
284
|
-
resolution: {integrity: sha512
|
|
289
|
+
'@almadar/ui@4.53.5':
|
|
290
|
+
resolution: {integrity: sha512-wWjBWRcA+oibGPi/c6YM4FauA1HyLq8AlNd+sh1WaJxQHNen+9HHT72nk8fyoOKb7mSq1lpvd5V+re0LKrTTwQ==}
|
|
285
291
|
peerDependencies:
|
|
286
292
|
'@react-three/drei': ^10.7.7
|
|
287
293
|
'@react-three/fiber': ^9.0.0
|
|
@@ -296,8 +302,8 @@ packages:
|
|
|
296
302
|
resolution: {integrity: sha512-d4c+fg+xy9e46c8+YnrrgIQR45CZlAi7PwdzIfDXDM6ACxEZli1/fxhURsq30ZpMZy6LvSkr41jGq5aF5TD7rQ==}
|
|
297
303
|
hasBin: true
|
|
298
304
|
|
|
299
|
-
'@anthropic-ai/sdk@0.
|
|
300
|
-
resolution: {integrity: sha512-
|
|
305
|
+
'@anthropic-ai/sdk@0.91.1':
|
|
306
|
+
resolution: {integrity: sha512-LAmu761tSN9r66ixvmciswUj/ZC+1Q4iAfpedTfSVLeswRwnY3n2Nb6Tsk+cLPP28aLOPWeMgIuTuCcMC6W/iw==}
|
|
301
307
|
hasBin: true
|
|
302
308
|
peerDependencies:
|
|
303
309
|
zod: ^3.25.0 || ^4.0.0
|
|
@@ -429,6 +435,28 @@ packages:
|
|
|
429
435
|
'@dimforge/rapier3d-compat@0.12.0':
|
|
430
436
|
resolution: {integrity: sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==}
|
|
431
437
|
|
|
438
|
+
'@dnd-kit/accessibility@3.1.1':
|
|
439
|
+
resolution: {integrity: sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==}
|
|
440
|
+
peerDependencies:
|
|
441
|
+
react: '>=16.8.0'
|
|
442
|
+
|
|
443
|
+
'@dnd-kit/core@6.3.1':
|
|
444
|
+
resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==}
|
|
445
|
+
peerDependencies:
|
|
446
|
+
react: '>=16.8.0'
|
|
447
|
+
react-dom: '>=16.8.0'
|
|
448
|
+
|
|
449
|
+
'@dnd-kit/sortable@10.0.0':
|
|
450
|
+
resolution: {integrity: sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==}
|
|
451
|
+
peerDependencies:
|
|
452
|
+
'@dnd-kit/core': ^6.3.0
|
|
453
|
+
react: '>=16.8.0'
|
|
454
|
+
|
|
455
|
+
'@dnd-kit/utilities@3.2.2':
|
|
456
|
+
resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==}
|
|
457
|
+
peerDependencies:
|
|
458
|
+
react: '>=16.8.0'
|
|
459
|
+
|
|
432
460
|
'@esbuild/aix-ppc64@0.25.12':
|
|
433
461
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
434
462
|
engines: {node: '>=18'}
|
|
@@ -932,21 +960,21 @@ packages:
|
|
|
932
960
|
'@js-sdsl/ordered-map@4.4.2':
|
|
933
961
|
resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==}
|
|
934
962
|
|
|
935
|
-
'@langchain/anthropic@1.3.
|
|
936
|
-
resolution: {integrity: sha512-
|
|
963
|
+
'@langchain/anthropic@1.3.29':
|
|
964
|
+
resolution: {integrity: sha512-ep1qBIcV07bajsg3fDqMd39rYwoRLOEK/6lk+MCxlm1YB5SRoKKJAZANrblQ/4RYhZJnxf95c6BSQu8VoNbVAQ==}
|
|
937
965
|
engines: {node: '>=20'}
|
|
938
966
|
peerDependencies:
|
|
939
|
-
'@langchain/core': ^1.1.
|
|
967
|
+
'@langchain/core': ^1.1.45
|
|
940
968
|
|
|
941
|
-
'@langchain/core@1.1.
|
|
942
|
-
resolution: {integrity: sha512-
|
|
969
|
+
'@langchain/core@1.1.46':
|
|
970
|
+
resolution: {integrity: sha512-i8rDC83BpItxChCw4Lf+6tAr+k+OUcbirc5ZkrhI9ywYWmvxegUljLGOGYvtJNTbEAIFkhYIODPE5QRqyjF6sA==}
|
|
943
971
|
engines: {node: '>=20'}
|
|
944
972
|
|
|
945
|
-
'@langchain/openai@1.
|
|
946
|
-
resolution: {integrity: sha512-
|
|
973
|
+
'@langchain/openai@1.4.5':
|
|
974
|
+
resolution: {integrity: sha512-bQ2WMIZfSh02trJLYSAtiIcD3j6EBCiAm9nw0dZWQsVaUxmWc3JJqs8uUte6AkMazmLHzcUIw+14UkXO5fRJvQ==}
|
|
947
975
|
engines: {node: '>=20'}
|
|
948
976
|
peerDependencies:
|
|
949
|
-
'@langchain/core': ^1.1.
|
|
977
|
+
'@langchain/core': ^1.1.42
|
|
950
978
|
|
|
951
979
|
'@mediapipe/tasks-vision@0.10.17':
|
|
952
980
|
resolution: {integrity: sha512-CZWV/q6TTe8ta61cZXjfnnHsfWIdFhms03M9T7Cnd5y2mdpylJM0rF1qRq+wsQVRMLz1OYPVEBU9ph2Bx8cxrg==}
|
|
@@ -1472,9 +1500,6 @@ packages:
|
|
|
1472
1500
|
'@types/unist@3.0.3':
|
|
1473
1501
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
1474
1502
|
|
|
1475
|
-
'@types/uuid@10.0.0':
|
|
1476
|
-
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
1477
|
-
|
|
1478
1503
|
'@types/webxr@0.5.24':
|
|
1479
1504
|
resolution: {integrity: sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==}
|
|
1480
1505
|
|
|
@@ -1561,8 +1586,8 @@ packages:
|
|
|
1561
1586
|
'@vitest/utils@2.1.9':
|
|
1562
1587
|
resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==}
|
|
1563
1588
|
|
|
1564
|
-
'@webgpu/types@0.1.
|
|
1565
|
-
resolution: {integrity: sha512-
|
|
1589
|
+
'@webgpu/types@0.1.70':
|
|
1590
|
+
resolution: {integrity: sha512-LFiNHHKMvmAEvwVew3JLJmTdShhbdwRFSImUshGhE2mGE8ybQzIo63l5uRp+YKnNx+8Qno8Kf6gN+DKMreIJCA==}
|
|
1566
1591
|
|
|
1567
1592
|
'@xyflow/react@12.10.1':
|
|
1568
1593
|
resolution: {integrity: sha512-5eSWtIK/+rkldOuFbOOz44CRgQRjtS9v5nufk77DV+XBnfCGL9HAQ8PG00o2ZYKqkEU/Ak6wrKC95Tu+2zuK3Q==}
|
|
@@ -1659,8 +1684,8 @@ packages:
|
|
|
1659
1684
|
peerDependencies:
|
|
1660
1685
|
postcss: ^8.1.0
|
|
1661
1686
|
|
|
1662
|
-
axios@1.
|
|
1663
|
-
resolution: {integrity: sha512-
|
|
1687
|
+
axios@1.16.1:
|
|
1688
|
+
resolution: {integrity: sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==}
|
|
1664
1689
|
|
|
1665
1690
|
bail@2.0.2:
|
|
1666
1691
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
@@ -1739,10 +1764,6 @@ packages:
|
|
|
1739
1764
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
1740
1765
|
engines: {node: '>= 6'}
|
|
1741
1766
|
|
|
1742
|
-
camelcase@6.3.0:
|
|
1743
|
-
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
1744
|
-
engines: {node: '>=10'}
|
|
1745
|
-
|
|
1746
1767
|
camera-controls@2.10.1:
|
|
1747
1768
|
resolution: {integrity: sha512-KnaKdcvkBJ1Irbrzl8XD6WtZltkRjp869Jx8c0ujs9K+9WD+1D7ryBsCiVqJYUqt6i/HR5FxT7RLASieUD+Q5w==}
|
|
1748
1769
|
peerDependencies:
|
|
@@ -1766,10 +1787,6 @@ packages:
|
|
|
1766
1787
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
1767
1788
|
engines: {node: '>=10'}
|
|
1768
1789
|
|
|
1769
|
-
chalk@5.6.2:
|
|
1770
|
-
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
1771
|
-
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
1772
|
-
|
|
1773
1790
|
character-entities-html4@2.1.0:
|
|
1774
1791
|
resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
|
|
1775
1792
|
|
|
@@ -1828,9 +1845,6 @@ packages:
|
|
|
1828
1845
|
engines: {node: '>=18'}
|
|
1829
1846
|
hasBin: true
|
|
1830
1847
|
|
|
1831
|
-
console-table-printer@2.15.0:
|
|
1832
|
-
resolution: {integrity: sha512-SrhBq4hYVjLCkBVOWaTzceJalvn5K1Zq5aQA6wXC/cYjI3frKWNPEMK3sZsJfNNQApvCQmgBcc13ZKmFj8qExw==}
|
|
1833
|
-
|
|
1834
1848
|
content-disposition@0.5.4:
|
|
1835
1849
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
1836
1850
|
engines: {node: '>= 0.6'}
|
|
@@ -1981,10 +1995,6 @@ packages:
|
|
|
1981
1995
|
supports-color:
|
|
1982
1996
|
optional: true
|
|
1983
1997
|
|
|
1984
|
-
decamelize@1.2.0:
|
|
1985
|
-
resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
|
|
1986
|
-
engines: {node: '>=0.10.0'}
|
|
1987
|
-
|
|
1988
1998
|
decimal.js@10.6.0:
|
|
1989
1999
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
1990
2000
|
|
|
@@ -2251,8 +2261,8 @@ packages:
|
|
|
2251
2261
|
fflate@0.6.10:
|
|
2252
2262
|
resolution: {integrity: sha512-IQrh3lEPM93wVCEczc9SaAOvkmcoQn/G8Bo1e8ZPlY3X3bnAxWaBdvTdvM1hP62iZp0BXWDy4vTAy4fF0+Dlpg==}
|
|
2253
2263
|
|
|
2254
|
-
fflate@0.8.
|
|
2255
|
-
resolution: {integrity: sha512-
|
|
2264
|
+
fflate@0.8.3:
|
|
2265
|
+
resolution: {integrity: sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==}
|
|
2256
2266
|
|
|
2257
2267
|
file-entry-cache@8.0.0:
|
|
2258
2268
|
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
|
@@ -2288,8 +2298,8 @@ packages:
|
|
|
2288
2298
|
resolution: {integrity: sha512-/kXzuDnnBqyyWyhDMH7+PfP8J/oXiAavGzcRxASOMRHFuReDtofizLLJsf7nnDLAfEaMW4pVWaXrAjtnglpEkg==}
|
|
2289
2299
|
engines: {node: '>=12'}
|
|
2290
2300
|
|
|
2291
|
-
follow-redirects@1.
|
|
2292
|
-
resolution: {integrity: sha512-
|
|
2301
|
+
follow-redirects@1.16.0:
|
|
2302
|
+
resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==}
|
|
2293
2303
|
engines: {node: '>=4.0'}
|
|
2294
2304
|
peerDependencies:
|
|
2295
2305
|
debug: '*'
|
|
@@ -2695,8 +2705,8 @@ packages:
|
|
|
2695
2705
|
keyv@4.5.4:
|
|
2696
2706
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
2697
2707
|
|
|
2698
|
-
langsmith@0.
|
|
2699
|
-
resolution: {integrity: sha512-
|
|
2708
|
+
langsmith@0.7.1:
|
|
2709
|
+
resolution: {integrity: sha512-Wjk90UjNoY5cBHMlNAC/eZx5clI8jnjBOBW8uJu8+MWBtx0QesNjsUiLtjI+I3UnrpxFFpDqGXcnhBjH654Mqg==}
|
|
2700
2710
|
peerDependencies:
|
|
2701
2711
|
'@opentelemetry/api': '*'
|
|
2702
2712
|
'@opentelemetry/exporter-trace-otlp-proto': '*'
|
|
@@ -3100,8 +3110,8 @@ packages:
|
|
|
3100
3110
|
once@1.4.0:
|
|
3101
3111
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
3102
3112
|
|
|
3103
|
-
openai@6.
|
|
3104
|
-
resolution: {integrity: sha512-
|
|
3113
|
+
openai@6.38.0:
|
|
3114
|
+
resolution: {integrity: sha512-AoMplt2UalrpgUDMh3L09QWjNRlgJPipclQvA6sYAaeF6nHNBMgmikAZGmcYLn8on4d9sQY9Q8bOLfrBS7Lc8g==}
|
|
3105
3115
|
hasBin: true
|
|
3106
3116
|
peerDependencies:
|
|
3107
3117
|
ws: ^8.18.0
|
|
@@ -3258,8 +3268,8 @@ packages:
|
|
|
3258
3268
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
3259
3269
|
engines: {node: '>= 0.8.0'}
|
|
3260
3270
|
|
|
3261
|
-
prettier@3.8.
|
|
3262
|
-
resolution: {integrity: sha512-
|
|
3271
|
+
prettier@3.8.3:
|
|
3272
|
+
resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==}
|
|
3263
3273
|
engines: {node: '>=14'}
|
|
3264
3274
|
hasBin: true
|
|
3265
3275
|
|
|
@@ -3292,8 +3302,9 @@ packages:
|
|
|
3292
3302
|
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
|
3293
3303
|
engines: {node: '>= 0.10'}
|
|
3294
3304
|
|
|
3295
|
-
proxy-from-env@
|
|
3296
|
-
resolution: {integrity: sha512-
|
|
3305
|
+
proxy-from-env@2.1.0:
|
|
3306
|
+
resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==}
|
|
3307
|
+
engines: {node: '>=10'}
|
|
3297
3308
|
|
|
3298
3309
|
punycode@2.3.1:
|
|
3299
3310
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
@@ -3303,6 +3314,10 @@ packages:
|
|
|
3303
3314
|
resolution: {integrity: sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==}
|
|
3304
3315
|
engines: {node: '>=0.6'}
|
|
3305
3316
|
|
|
3317
|
+
qs@6.15.1:
|
|
3318
|
+
resolution: {integrity: sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==}
|
|
3319
|
+
engines: {node: '>=0.6'}
|
|
3320
|
+
|
|
3306
3321
|
queue-microtask@1.2.3:
|
|
3307
3322
|
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
3308
3323
|
|
|
@@ -3515,6 +3530,11 @@ packages:
|
|
|
3515
3530
|
engines: {node: '>=10'}
|
|
3516
3531
|
hasBin: true
|
|
3517
3532
|
|
|
3533
|
+
semver@7.8.0:
|
|
3534
|
+
resolution: {integrity: sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==}
|
|
3535
|
+
engines: {node: '>=10'}
|
|
3536
|
+
hasBin: true
|
|
3537
|
+
|
|
3518
3538
|
send@0.19.2:
|
|
3519
3539
|
resolution: {integrity: sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==}
|
|
3520
3540
|
engines: {node: '>= 0.8.0'}
|
|
@@ -3560,9 +3580,6 @@ packages:
|
|
|
3560
3580
|
siginfo@2.0.0:
|
|
3561
3581
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
3562
3582
|
|
|
3563
|
-
simple-wcswidth@1.1.2:
|
|
3564
|
-
resolution: {integrity: sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==}
|
|
3565
|
-
|
|
3566
3583
|
source-map-js@1.2.1:
|
|
3567
3584
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
3568
3585
|
engines: {node: '>=0.10.0'}
|
|
@@ -3791,8 +3808,8 @@ packages:
|
|
|
3791
3808
|
resolution: {integrity: sha512-9NTKvQZ/02XnJCSU4mF5gvAPK+nuLbvCtft/NE8dJeOwaup0bJ14rYx7TxmSXp8JJuAN8nAjqfXWFsWwoQSFHg==}
|
|
3792
3809
|
hasBin: true
|
|
3793
3810
|
|
|
3794
|
-
twilio@5.13.
|
|
3795
|
-
resolution: {integrity: sha512-
|
|
3811
|
+
twilio@5.13.1:
|
|
3812
|
+
resolution: {integrity: sha512-sT+PkhptF4Mf7t8eXFFvPQx4w5VHnBIPXbltGPMFRe+R2GxfRdMuFbuNA/cEm0aQR6LFQOn33+fhClg+TjRVqQ==}
|
|
3796
3813
|
engines: {node: '>=14.0'}
|
|
3797
3814
|
|
|
3798
3815
|
type-check@0.4.0:
|
|
@@ -3871,10 +3888,6 @@ packages:
|
|
|
3871
3888
|
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
3872
3889
|
hasBin: true
|
|
3873
3890
|
|
|
3874
|
-
uuid@11.1.0:
|
|
3875
|
-
resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
|
|
3876
|
-
hasBin: true
|
|
3877
|
-
|
|
3878
3891
|
uuid@8.3.2:
|
|
3879
3892
|
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
|
3880
3893
|
hasBin: true
|
|
@@ -4077,6 +4090,18 @@ packages:
|
|
|
4077
4090
|
utf-8-validate:
|
|
4078
4091
|
optional: true
|
|
4079
4092
|
|
|
4093
|
+
ws@8.20.1:
|
|
4094
|
+
resolution: {integrity: sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==}
|
|
4095
|
+
engines: {node: '>=10.0.0'}
|
|
4096
|
+
peerDependencies:
|
|
4097
|
+
bufferutil: ^4.0.1
|
|
4098
|
+
utf-8-validate: '>=5.0.2'
|
|
4099
|
+
peerDependenciesMeta:
|
|
4100
|
+
bufferutil:
|
|
4101
|
+
optional: true
|
|
4102
|
+
utf-8-validate:
|
|
4103
|
+
optional: true
|
|
4104
|
+
|
|
4080
4105
|
xml-name-validator@5.0.0:
|
|
4081
4106
|
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
|
|
4082
4107
|
engines: {node: '>=18'}
|
|
@@ -4155,32 +4180,33 @@ snapshots:
|
|
|
4155
4180
|
|
|
4156
4181
|
'@alloc/quick-lru@5.2.0': {}
|
|
4157
4182
|
|
|
4158
|
-
'@almadar/core@7.
|
|
4183
|
+
'@almadar/core@7.14.3':
|
|
4159
4184
|
dependencies:
|
|
4160
|
-
'@almadar/patterns': 2.
|
|
4185
|
+
'@almadar/patterns': 2.30.0
|
|
4161
4186
|
zod: 3.25.76
|
|
4162
4187
|
|
|
4163
|
-
'@almadar/eslint-plugin@2.8.
|
|
4188
|
+
'@almadar/eslint-plugin@2.8.1(eslint@10.0.0(jiti@1.21.7))':
|
|
4164
4189
|
dependencies:
|
|
4165
4190
|
eslint: 10.0.0(jiti@1.21.7)
|
|
4166
4191
|
jsonc-eslint-parser: 3.1.0
|
|
4167
4192
|
|
|
4168
|
-
'@almadar/evaluator@2.
|
|
4193
|
+
'@almadar/evaluator@2.11.2':
|
|
4169
4194
|
dependencies:
|
|
4170
|
-
'@almadar/core': 7.
|
|
4171
|
-
'@almadar/std':
|
|
4195
|
+
'@almadar/core': 7.14.3
|
|
4196
|
+
'@almadar/std': 14.38.0
|
|
4172
4197
|
|
|
4173
|
-
'@almadar/integrations@2.
|
|
4198
|
+
'@almadar/integrations@2.7.0(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.20.1)':
|
|
4174
4199
|
dependencies:
|
|
4175
|
-
'@almadar/core': 7.
|
|
4176
|
-
'@almadar/llm': 2.
|
|
4177
|
-
'@almadar/
|
|
4200
|
+
'@almadar/core': 7.14.3
|
|
4201
|
+
'@almadar/llm': 2.12.0(@almadar/core@7.14.3)(@opentelemetry/api@1.9.0)(ws@8.20.1)
|
|
4202
|
+
'@almadar/logger': 1.3.0
|
|
4203
|
+
'@almadar/patterns': 2.30.0
|
|
4178
4204
|
'@sendgrid/mail': 8.1.6
|
|
4179
4205
|
dotenv: 16.6.1
|
|
4180
4206
|
googleapis: 144.0.0
|
|
4181
4207
|
resend: 4.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4182
4208
|
stripe: 17.7.0
|
|
4183
|
-
twilio: 5.13.
|
|
4209
|
+
twilio: 5.13.1
|
|
4184
4210
|
zod: 3.25.76
|
|
4185
4211
|
transitivePeerDependencies:
|
|
4186
4212
|
- '@opentelemetry/api'
|
|
@@ -4193,44 +4219,50 @@ snapshots:
|
|
|
4193
4219
|
- supports-color
|
|
4194
4220
|
- ws
|
|
4195
4221
|
|
|
4196
|
-
'@almadar/llm@2.
|
|
4222
|
+
'@almadar/llm@2.12.0(@almadar/core@7.14.3)(@opentelemetry/api@1.9.0)(ws@8.20.1)':
|
|
4197
4223
|
dependencies:
|
|
4198
4224
|
'@anthropic-ai/sdk': 0.52.0
|
|
4199
|
-
'@langchain/anthropic': 1.3.
|
|
4200
|
-
'@langchain/core': 1.1.
|
|
4201
|
-
'@langchain/openai': 1.
|
|
4202
|
-
openai: 6.
|
|
4225
|
+
'@langchain/anthropic': 1.3.29(@langchain/core@1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1))
|
|
4226
|
+
'@langchain/core': 1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1)
|
|
4227
|
+
'@langchain/openai': 1.4.5(@langchain/core@1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1))(ws@8.20.1)
|
|
4228
|
+
openai: 6.38.0(ws@8.20.1)(zod@3.25.76)
|
|
4203
4229
|
zod: 3.25.76
|
|
4204
4230
|
optionalDependencies:
|
|
4205
|
-
'@almadar/core': 7.
|
|
4231
|
+
'@almadar/core': 7.14.3
|
|
4206
4232
|
transitivePeerDependencies:
|
|
4207
4233
|
- '@opentelemetry/api'
|
|
4208
4234
|
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
4209
4235
|
- '@opentelemetry/sdk-trace-base'
|
|
4210
4236
|
- ws
|
|
4211
4237
|
|
|
4212
|
-
'@almadar/
|
|
4238
|
+
'@almadar/logger@1.3.0':
|
|
4239
|
+
dependencies:
|
|
4240
|
+
'@almadar/core': 7.14.3
|
|
4241
|
+
|
|
4242
|
+
'@almadar/patterns@2.30.0':
|
|
4213
4243
|
dependencies:
|
|
4214
|
-
'@almadar/core': 7.
|
|
4244
|
+
'@almadar/core': 7.14.3
|
|
4215
4245
|
|
|
4216
|
-
'@almadar/runtime@6.
|
|
4246
|
+
'@almadar/runtime@6.5.1(express@4.22.1)':
|
|
4217
4247
|
dependencies:
|
|
4218
|
-
'@almadar/core': 7.
|
|
4219
|
-
'@almadar/evaluator': 2.
|
|
4220
|
-
'@almadar/
|
|
4248
|
+
'@almadar/core': 7.14.3
|
|
4249
|
+
'@almadar/evaluator': 2.11.2
|
|
4250
|
+
'@almadar/logger': 1.3.0
|
|
4251
|
+
'@almadar/std': 14.38.0
|
|
4221
4252
|
'@faker-js/faker': 9.9.0
|
|
4222
4253
|
express: 4.22.1
|
|
4223
4254
|
|
|
4224
|
-
'@almadar/server@2.
|
|
4255
|
+
'@almadar/server@2.11.0(express@4.22.1)':
|
|
4225
4256
|
dependencies:
|
|
4226
|
-
'@almadar/core': 7.
|
|
4257
|
+
'@almadar/core': 7.14.3
|
|
4258
|
+
'@almadar/logger': 1.3.0
|
|
4227
4259
|
'@faker-js/faker': 9.9.0
|
|
4228
4260
|
cors: 2.8.6
|
|
4229
4261
|
dotenv: 16.6.1
|
|
4230
4262
|
express: 4.22.1
|
|
4231
4263
|
firebase-admin: 12.7.0
|
|
4232
4264
|
helmet: 8.1.0
|
|
4233
|
-
ws: 8.
|
|
4265
|
+
ws: 8.20.1
|
|
4234
4266
|
zod: 3.25.76
|
|
4235
4267
|
transitivePeerDependencies:
|
|
4236
4268
|
- bufferutil
|
|
@@ -4238,28 +4270,28 @@ snapshots:
|
|
|
4238
4270
|
- supports-color
|
|
4239
4271
|
- utf-8-validate
|
|
4240
4272
|
|
|
4241
|
-
'@almadar/std@
|
|
4273
|
+
'@almadar/std@14.38.0':
|
|
4242
4274
|
dependencies:
|
|
4243
|
-
'@almadar/core': 7.
|
|
4244
|
-
|
|
4245
|
-
'@almadar/std@8.4.2':
|
|
4246
|
-
dependencies:
|
|
4247
|
-
'@almadar/core': 7.12.0
|
|
4275
|
+
'@almadar/core': 7.14.3
|
|
4248
4276
|
|
|
4249
4277
|
'@almadar/syntax@1.4.0':
|
|
4250
4278
|
dependencies:
|
|
4251
|
-
'@almadar/core': 7.
|
|
4252
|
-
'@almadar/patterns': 2.
|
|
4253
|
-
'@almadar/std':
|
|
4279
|
+
'@almadar/core': 7.14.3
|
|
4280
|
+
'@almadar/patterns': 2.30.0
|
|
4281
|
+
'@almadar/std': 14.38.0
|
|
4254
4282
|
|
|
4255
|
-
'@almadar/ui@4.
|
|
4283
|
+
'@almadar/ui@4.53.5(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)':
|
|
4256
4284
|
dependencies:
|
|
4257
|
-
'@almadar/core': 7.
|
|
4258
|
-
'@almadar/evaluator': 2.
|
|
4259
|
-
'@almadar/
|
|
4260
|
-
'@almadar/
|
|
4261
|
-
'@almadar/
|
|
4285
|
+
'@almadar/core': 7.14.3
|
|
4286
|
+
'@almadar/evaluator': 2.11.2
|
|
4287
|
+
'@almadar/logger': 1.3.0
|
|
4288
|
+
'@almadar/patterns': 2.30.0
|
|
4289
|
+
'@almadar/runtime': 6.5.1(express@4.22.1)
|
|
4290
|
+
'@almadar/std': 14.38.0
|
|
4262
4291
|
'@almadar/syntax': 1.4.0
|
|
4292
|
+
'@dnd-kit/core': 6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4293
|
+
'@dnd-kit/sortable': 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)
|
|
4294
|
+
'@dnd-kit/utilities': 3.2.2(react@19.2.4)
|
|
4263
4295
|
'@react-three/drei': 9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
4264
4296
|
'@react-three/fiber': 9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
4265
4297
|
'@react-three/postprocessing': 3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1)
|
|
@@ -4291,7 +4323,7 @@ snapshots:
|
|
|
4291
4323
|
|
|
4292
4324
|
'@anthropic-ai/sdk@0.52.0': {}
|
|
4293
4325
|
|
|
4294
|
-
'@anthropic-ai/sdk@0.
|
|
4326
|
+
'@anthropic-ai/sdk@0.91.1(zod@3.25.76)':
|
|
4295
4327
|
dependencies:
|
|
4296
4328
|
json-schema-to-ts: 3.1.1
|
|
4297
4329
|
optionalDependencies:
|
|
@@ -4443,6 +4475,31 @@ snapshots:
|
|
|
4443
4475
|
|
|
4444
4476
|
'@dimforge/rapier3d-compat@0.12.0': {}
|
|
4445
4477
|
|
|
4478
|
+
'@dnd-kit/accessibility@3.1.1(react@19.2.4)':
|
|
4479
|
+
dependencies:
|
|
4480
|
+
react: 19.2.4
|
|
4481
|
+
tslib: 2.8.1
|
|
4482
|
+
|
|
4483
|
+
'@dnd-kit/core@6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4484
|
+
dependencies:
|
|
4485
|
+
'@dnd-kit/accessibility': 3.1.1(react@19.2.4)
|
|
4486
|
+
'@dnd-kit/utilities': 3.2.2(react@19.2.4)
|
|
4487
|
+
react: 19.2.4
|
|
4488
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4489
|
+
tslib: 2.8.1
|
|
4490
|
+
|
|
4491
|
+
'@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)':
|
|
4492
|
+
dependencies:
|
|
4493
|
+
'@dnd-kit/core': 6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4494
|
+
'@dnd-kit/utilities': 3.2.2(react@19.2.4)
|
|
4495
|
+
react: 19.2.4
|
|
4496
|
+
tslib: 2.8.1
|
|
4497
|
+
|
|
4498
|
+
'@dnd-kit/utilities@3.2.2(react@19.2.4)':
|
|
4499
|
+
dependencies:
|
|
4500
|
+
react: 19.2.4
|
|
4501
|
+
tslib: 2.8.1
|
|
4502
|
+
|
|
4446
4503
|
'@esbuild/aix-ppc64@0.25.12':
|
|
4447
4504
|
optional: true
|
|
4448
4505
|
|
|
@@ -5021,24 +5078,20 @@ snapshots:
|
|
|
5021
5078
|
'@js-sdsl/ordered-map@4.4.2':
|
|
5022
5079
|
optional: true
|
|
5023
5080
|
|
|
5024
|
-
'@langchain/anthropic@1.3.
|
|
5081
|
+
'@langchain/anthropic@1.3.29(@langchain/core@1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1))':
|
|
5025
5082
|
dependencies:
|
|
5026
|
-
'@anthropic-ai/sdk': 0.
|
|
5027
|
-
'@langchain/core': 1.1.
|
|
5083
|
+
'@anthropic-ai/sdk': 0.91.1(zod@3.25.76)
|
|
5084
|
+
'@langchain/core': 1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1)
|
|
5028
5085
|
zod: 3.25.76
|
|
5029
5086
|
|
|
5030
|
-
'@langchain/core@1.1.
|
|
5087
|
+
'@langchain/core@1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1)':
|
|
5031
5088
|
dependencies:
|
|
5032
5089
|
'@cfworker/json-schema': 4.1.1
|
|
5033
5090
|
'@standard-schema/spec': 1.1.0
|
|
5034
|
-
ansi-styles: 5.2.0
|
|
5035
|
-
camelcase: 6.3.0
|
|
5036
|
-
decamelize: 1.2.0
|
|
5037
5091
|
js-tiktoken: 1.0.21
|
|
5038
|
-
langsmith: 0.
|
|
5092
|
+
langsmith: 0.7.1(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1)
|
|
5039
5093
|
mustache: 4.2.0
|
|
5040
5094
|
p-queue: 6.6.2
|
|
5041
|
-
uuid: 11.1.0
|
|
5042
5095
|
zod: 3.25.76
|
|
5043
5096
|
transitivePeerDependencies:
|
|
5044
5097
|
- '@opentelemetry/api'
|
|
@@ -5047,11 +5100,11 @@ snapshots:
|
|
|
5047
5100
|
- openai
|
|
5048
5101
|
- ws
|
|
5049
5102
|
|
|
5050
|
-
'@langchain/openai@1.
|
|
5103
|
+
'@langchain/openai@1.4.5(@langchain/core@1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1))(ws@8.20.1)':
|
|
5051
5104
|
dependencies:
|
|
5052
|
-
'@langchain/core': 1.1.
|
|
5105
|
+
'@langchain/core': 1.1.46(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1)
|
|
5053
5106
|
js-tiktoken: 1.0.21
|
|
5054
|
-
openai: 6.
|
|
5107
|
+
openai: 6.38.0(ws@8.20.1)(zod@3.25.76)
|
|
5055
5108
|
zod: 3.25.76
|
|
5056
5109
|
transitivePeerDependencies:
|
|
5057
5110
|
- ws
|
|
@@ -5115,7 +5168,7 @@ snapshots:
|
|
|
5115
5168
|
'@react-email/render@1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
5116
5169
|
dependencies:
|
|
5117
5170
|
html-to-text: 9.0.5
|
|
5118
|
-
prettier: 3.8.
|
|
5171
|
+
prettier: 3.8.3
|
|
5119
5172
|
react: 19.2.4
|
|
5120
5173
|
react-dom: 19.2.4(react@19.2.4)
|
|
5121
5174
|
react-promise-suspense: 0.3.4
|
|
@@ -5310,9 +5363,10 @@ snapshots:
|
|
|
5310
5363
|
'@sendgrid/client@8.1.6':
|
|
5311
5364
|
dependencies:
|
|
5312
5365
|
'@sendgrid/helpers': 8.0.0
|
|
5313
|
-
axios: 1.
|
|
5366
|
+
axios: 1.16.1
|
|
5314
5367
|
transitivePeerDependencies:
|
|
5315
5368
|
- debug
|
|
5369
|
+
- supports-color
|
|
5316
5370
|
|
|
5317
5371
|
'@sendgrid/helpers@8.0.0':
|
|
5318
5372
|
dependencies:
|
|
@@ -5324,6 +5378,7 @@ snapshots:
|
|
|
5324
5378
|
'@sendgrid/helpers': 8.0.0
|
|
5325
5379
|
transitivePeerDependencies:
|
|
5326
5380
|
- debug
|
|
5381
|
+
- supports-color
|
|
5327
5382
|
|
|
5328
5383
|
'@standard-schema/spec@1.1.0': {}
|
|
5329
5384
|
|
|
@@ -5553,8 +5608,8 @@ snapshots:
|
|
|
5553
5608
|
'@tweenjs/tween.js': 23.1.3
|
|
5554
5609
|
'@types/stats.js': 0.17.4
|
|
5555
5610
|
'@types/webxr': 0.5.24
|
|
5556
|
-
'@webgpu/types': 0.1.
|
|
5557
|
-
fflate: 0.8.
|
|
5611
|
+
'@webgpu/types': 0.1.70
|
|
5612
|
+
fflate: 0.8.3
|
|
5558
5613
|
meshoptimizer: 1.0.1
|
|
5559
5614
|
|
|
5560
5615
|
'@types/tough-cookie@4.0.5':
|
|
@@ -5564,8 +5619,6 @@ snapshots:
|
|
|
5564
5619
|
|
|
5565
5620
|
'@types/unist@3.0.3': {}
|
|
5566
5621
|
|
|
5567
|
-
'@types/uuid@10.0.0': {}
|
|
5568
|
-
|
|
5569
5622
|
'@types/webxr@0.5.24': {}
|
|
5570
5623
|
|
|
5571
5624
|
'@typescript-eslint/parser@8.56.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)':
|
|
@@ -5689,7 +5742,7 @@ snapshots:
|
|
|
5689
5742
|
loupe: 3.2.1
|
|
5690
5743
|
tinyrainbow: 1.2.0
|
|
5691
5744
|
|
|
5692
|
-
'@webgpu/types@0.1.
|
|
5745
|
+
'@webgpu/types@0.1.70': {}
|
|
5693
5746
|
|
|
5694
5747
|
'@xyflow/react@12.10.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
5695
5748
|
dependencies:
|
|
@@ -5793,13 +5846,15 @@ snapshots:
|
|
|
5793
5846
|
postcss: 8.5.8
|
|
5794
5847
|
postcss-value-parser: 4.2.0
|
|
5795
5848
|
|
|
5796
|
-
axios@1.
|
|
5849
|
+
axios@1.16.1:
|
|
5797
5850
|
dependencies:
|
|
5798
|
-
follow-redirects: 1.
|
|
5851
|
+
follow-redirects: 1.16.0
|
|
5799
5852
|
form-data: 4.0.5
|
|
5800
|
-
proxy-
|
|
5853
|
+
https-proxy-agent: 5.0.1
|
|
5854
|
+
proxy-from-env: 2.1.0
|
|
5801
5855
|
transitivePeerDependencies:
|
|
5802
5856
|
- debug
|
|
5857
|
+
- supports-color
|
|
5803
5858
|
|
|
5804
5859
|
bail@2.0.2: {}
|
|
5805
5860
|
|
|
@@ -5881,8 +5936,6 @@ snapshots:
|
|
|
5881
5936
|
|
|
5882
5937
|
camelcase-css@2.0.1: {}
|
|
5883
5938
|
|
|
5884
|
-
camelcase@6.3.0: {}
|
|
5885
|
-
|
|
5886
5939
|
camera-controls@2.10.1(three@0.160.1):
|
|
5887
5940
|
dependencies:
|
|
5888
5941
|
three: 0.160.1
|
|
@@ -5908,8 +5961,6 @@ snapshots:
|
|
|
5908
5961
|
ansi-styles: 4.3.0
|
|
5909
5962
|
supports-color: 7.2.0
|
|
5910
5963
|
|
|
5911
|
-
chalk@5.6.2: {}
|
|
5912
|
-
|
|
5913
5964
|
character-entities-html4@2.1.0: {}
|
|
5914
5965
|
|
|
5915
5966
|
character-entities-legacy@3.0.0: {}
|
|
@@ -5967,10 +6018,6 @@ snapshots:
|
|
|
5967
6018
|
tree-kill: 1.2.2
|
|
5968
6019
|
yargs: 17.7.2
|
|
5969
6020
|
|
|
5970
|
-
console-table-printer@2.15.0:
|
|
5971
|
-
dependencies:
|
|
5972
|
-
simple-wcswidth: 1.1.2
|
|
5973
|
-
|
|
5974
6021
|
content-disposition@0.5.4:
|
|
5975
6022
|
dependencies:
|
|
5976
6023
|
safe-buffer: 5.2.1
|
|
@@ -6103,8 +6150,6 @@ snapshots:
|
|
|
6103
6150
|
dependencies:
|
|
6104
6151
|
ms: 2.1.3
|
|
6105
6152
|
|
|
6106
|
-
decamelize@1.2.0: {}
|
|
6107
|
-
|
|
6108
6153
|
decimal.js@10.6.0: {}
|
|
6109
6154
|
|
|
6110
6155
|
decode-named-character-reference@1.3.0:
|
|
@@ -6421,7 +6466,7 @@ snapshots:
|
|
|
6421
6466
|
|
|
6422
6467
|
fflate@0.6.10: {}
|
|
6423
6468
|
|
|
6424
|
-
fflate@0.8.
|
|
6469
|
+
fflate@0.8.3: {}
|
|
6425
6470
|
|
|
6426
6471
|
file-entry-cache@8.0.0:
|
|
6427
6472
|
dependencies:
|
|
@@ -6512,7 +6557,7 @@ snapshots:
|
|
|
6512
6557
|
kapsule: 1.16.3
|
|
6513
6558
|
preact: 10.29.0
|
|
6514
6559
|
|
|
6515
|
-
follow-redirects@1.
|
|
6560
|
+
follow-redirects@1.16.0: {}
|
|
6516
6561
|
|
|
6517
6562
|
force-graph@1.51.2:
|
|
6518
6563
|
dependencies:
|
|
@@ -6660,7 +6705,7 @@ snapshots:
|
|
|
6660
6705
|
extend: 3.0.2
|
|
6661
6706
|
gaxios: 6.7.1
|
|
6662
6707
|
google-auth-library: 9.15.1
|
|
6663
|
-
qs: 6.
|
|
6708
|
+
qs: 6.15.1
|
|
6664
6709
|
url-template: 2.0.8
|
|
6665
6710
|
uuid: 9.0.1
|
|
6666
6711
|
transitivePeerDependencies:
|
|
@@ -7016,7 +7061,7 @@ snapshots:
|
|
|
7016
7061
|
dependencies:
|
|
7017
7062
|
acorn: 8.16.0
|
|
7018
7063
|
eslint-visitor-keys: 5.0.1
|
|
7019
|
-
semver: 7.
|
|
7064
|
+
semver: 7.8.0
|
|
7020
7065
|
|
|
7021
7066
|
jsonwebtoken@9.0.3:
|
|
7022
7067
|
dependencies:
|
|
@@ -7064,18 +7109,13 @@ snapshots:
|
|
|
7064
7109
|
dependencies:
|
|
7065
7110
|
json-buffer: 3.0.1
|
|
7066
7111
|
|
|
7067
|
-
langsmith@0.
|
|
7112
|
+
langsmith@0.7.1(@opentelemetry/api@1.9.0)(openai@6.38.0(ws@8.20.1)(zod@3.25.76))(ws@8.20.1):
|
|
7068
7113
|
dependencies:
|
|
7069
|
-
'@types/uuid': 10.0.0
|
|
7070
|
-
chalk: 5.6.2
|
|
7071
|
-
console-table-printer: 2.15.0
|
|
7072
7114
|
p-queue: 6.6.2
|
|
7073
|
-
semver: 7.7.4
|
|
7074
|
-
uuid: 10.0.0
|
|
7075
7115
|
optionalDependencies:
|
|
7076
7116
|
'@opentelemetry/api': 1.9.0
|
|
7077
|
-
openai: 6.
|
|
7078
|
-
ws: 8.
|
|
7117
|
+
openai: 6.38.0(ws@8.20.1)(zod@3.25.76)
|
|
7118
|
+
ws: 8.20.1
|
|
7079
7119
|
|
|
7080
7120
|
leac@0.6.0: {}
|
|
7081
7121
|
|
|
@@ -7632,9 +7672,9 @@ snapshots:
|
|
|
7632
7672
|
wrappy: 1.0.2
|
|
7633
7673
|
optional: true
|
|
7634
7674
|
|
|
7635
|
-
openai@6.
|
|
7675
|
+
openai@6.38.0(ws@8.20.1)(zod@3.25.76):
|
|
7636
7676
|
optionalDependencies:
|
|
7637
|
-
ws: 8.
|
|
7677
|
+
ws: 8.20.1
|
|
7638
7678
|
zod: 3.25.76
|
|
7639
7679
|
|
|
7640
7680
|
optionator@0.9.4:
|
|
@@ -7761,7 +7801,7 @@ snapshots:
|
|
|
7761
7801
|
|
|
7762
7802
|
prelude-ls@1.2.1: {}
|
|
7763
7803
|
|
|
7764
|
-
prettier@3.8.
|
|
7804
|
+
prettier@3.8.3: {}
|
|
7765
7805
|
|
|
7766
7806
|
pretty-format@27.5.1:
|
|
7767
7807
|
dependencies:
|
|
@@ -7809,7 +7849,7 @@ snapshots:
|
|
|
7809
7849
|
forwarded: 0.2.0
|
|
7810
7850
|
ipaddr.js: 1.9.1
|
|
7811
7851
|
|
|
7812
|
-
proxy-from-env@
|
|
7852
|
+
proxy-from-env@2.1.0: {}
|
|
7813
7853
|
|
|
7814
7854
|
punycode@2.3.1: {}
|
|
7815
7855
|
|
|
@@ -7817,6 +7857,10 @@ snapshots:
|
|
|
7817
7857
|
dependencies:
|
|
7818
7858
|
side-channel: 1.1.0
|
|
7819
7859
|
|
|
7860
|
+
qs@6.15.1:
|
|
7861
|
+
dependencies:
|
|
7862
|
+
side-channel: 1.1.0
|
|
7863
|
+
|
|
7820
7864
|
queue-microtask@1.2.3: {}
|
|
7821
7865
|
|
|
7822
7866
|
range-parser@1.2.1: {}
|
|
@@ -8100,6 +8144,8 @@ snapshots:
|
|
|
8100
8144
|
|
|
8101
8145
|
semver@7.7.4: {}
|
|
8102
8146
|
|
|
8147
|
+
semver@7.8.0: {}
|
|
8148
|
+
|
|
8103
8149
|
send@0.19.2:
|
|
8104
8150
|
dependencies:
|
|
8105
8151
|
debug: 2.6.9
|
|
@@ -8169,8 +8215,6 @@ snapshots:
|
|
|
8169
8215
|
|
|
8170
8216
|
siginfo@2.0.0: {}
|
|
8171
8217
|
|
|
8172
|
-
simple-wcswidth@1.1.2: {}
|
|
8173
|
-
|
|
8174
8218
|
source-map-js@1.2.1: {}
|
|
8175
8219
|
|
|
8176
8220
|
space-separated-tokens@2.0.2: {}
|
|
@@ -8225,7 +8269,7 @@ snapshots:
|
|
|
8225
8269
|
stripe@17.7.0:
|
|
8226
8270
|
dependencies:
|
|
8227
8271
|
'@types/node': 20.19.37
|
|
8228
|
-
qs: 6.
|
|
8272
|
+
qs: 6.15.1
|
|
8229
8273
|
|
|
8230
8274
|
strnum@2.2.1:
|
|
8231
8275
|
optional: true
|
|
@@ -8426,13 +8470,13 @@ snapshots:
|
|
|
8426
8470
|
'@turbo/windows-64': 2.8.19
|
|
8427
8471
|
'@turbo/windows-arm64': 2.8.19
|
|
8428
8472
|
|
|
8429
|
-
twilio@5.13.
|
|
8473
|
+
twilio@5.13.1:
|
|
8430
8474
|
dependencies:
|
|
8431
|
-
axios: 1.
|
|
8475
|
+
axios: 1.16.1
|
|
8432
8476
|
dayjs: 1.11.20
|
|
8433
8477
|
https-proxy-agent: 5.0.1
|
|
8434
8478
|
jsonwebtoken: 9.0.3
|
|
8435
|
-
qs: 6.
|
|
8479
|
+
qs: 6.15.1
|
|
8436
8480
|
scmp: 2.1.0
|
|
8437
8481
|
xmlbuilder: 13.0.2
|
|
8438
8482
|
transitivePeerDependencies:
|
|
@@ -8521,8 +8565,6 @@ snapshots:
|
|
|
8521
8565
|
|
|
8522
8566
|
uuid@10.0.0: {}
|
|
8523
8567
|
|
|
8524
|
-
uuid@11.1.0: {}
|
|
8525
|
-
|
|
8526
8568
|
uuid@8.3.2:
|
|
8527
8569
|
optional: true
|
|
8528
8570
|
|
|
@@ -8747,6 +8789,8 @@ snapshots:
|
|
|
8747
8789
|
|
|
8748
8790
|
ws@8.19.0: {}
|
|
8749
8791
|
|
|
8792
|
+
ws@8.20.1: {}
|
|
8793
|
+
|
|
8750
8794
|
xml-name-validator@5.0.0: {}
|
|
8751
8795
|
|
|
8752
8796
|
xmlbuilder@13.0.2: {}
|