@almadar/orb 1.9.6 → 1.17.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 +7 -7
- package/shells/almadar-shell/LICENSE +72 -21
- package/shells/almadar-shell/README.md +1 -1
- package/shells/almadar-shell/package.json +2 -2
- package/shells/almadar-shell/packages/client/package.json +4 -4
- package/shells/almadar-shell/packages/client/tailwind-preset.cjs +6 -2
- package/shells/almadar-shell/packages/client/tailwind.config.js +6 -0
- package/shells/almadar-shell/packages/server/package.json +1 -0
- package/shells/almadar-shell/pnpm-lock.yaml +686 -160
|
@@ -33,13 +33,13 @@ importers:
|
|
|
33
33
|
version: 2.8.1
|
|
34
34
|
'@almadar/ui':
|
|
35
35
|
specifier: '>=2.15.5'
|
|
36
|
-
version: 2.15.7(@react-three/drei@10.7.7(@react-three/fiber@9.5.0(@types/react@
|
|
36
|
+
version: 2.15.7(@react-three/drei@10.7.7(@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))(@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))(@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)
|
|
37
37
|
'@monaco-editor/react':
|
|
38
38
|
specifier: ^4.7.0
|
|
39
|
-
version: 4.7.0(monaco-editor@0.52.2)(react-dom@
|
|
39
|
+
version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
40
40
|
'@tanstack/react-query':
|
|
41
41
|
specifier: ^5.67.3
|
|
42
|
-
version: 5.91.2(react@
|
|
42
|
+
version: 5.91.2(react@19.2.4)
|
|
43
43
|
firebase:
|
|
44
44
|
specifier: ^11.4.0
|
|
45
45
|
version: 11.10.0
|
|
@@ -48,28 +48,28 @@ importers:
|
|
|
48
48
|
version: 1.9.4
|
|
49
49
|
lucide-react:
|
|
50
50
|
specifier: ^0.344.0
|
|
51
|
-
version: 0.344.0(react@
|
|
51
|
+
version: 0.344.0(react@19.2.4)
|
|
52
52
|
monaco-editor:
|
|
53
53
|
specifier: ^0.52.2
|
|
54
54
|
version: 0.52.2
|
|
55
55
|
react:
|
|
56
|
-
specifier: ^
|
|
57
|
-
version:
|
|
56
|
+
specifier: ^19.0.0
|
|
57
|
+
version: 19.2.4
|
|
58
58
|
react-dom:
|
|
59
|
-
specifier: ^
|
|
60
|
-
version:
|
|
59
|
+
specifier: ^19.0.0
|
|
60
|
+
version: 19.2.4(react@19.2.4)
|
|
61
61
|
react-force-graph-2d:
|
|
62
62
|
specifier: ^1.25.5
|
|
63
|
-
version: 1.29.1(react@
|
|
63
|
+
version: 1.29.1(react@19.2.4)
|
|
64
64
|
react-leaflet:
|
|
65
65
|
specifier: ^4.2.1
|
|
66
|
-
version: 4.2.1(leaflet@1.9.4)(react-dom@
|
|
66
|
+
version: 4.2.1(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
67
67
|
react-markdown:
|
|
68
68
|
specifier: ^9.0.1
|
|
69
|
-
version: 9.1.0(@types/react@
|
|
69
|
+
version: 9.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
70
70
|
react-router-dom:
|
|
71
71
|
specifier: ^7.3.0
|
|
72
|
-
version: 7.13.1(react-dom@
|
|
72
|
+
version: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
73
73
|
rehype-katex:
|
|
74
74
|
specifier: ^7.0.1
|
|
75
75
|
version: 7.0.1
|
|
@@ -84,7 +84,7 @@ importers:
|
|
|
84
84
|
version: 6.0.0
|
|
85
85
|
zustand:
|
|
86
86
|
specifier: ^5.0.3
|
|
87
|
-
version: 5.0.12(@types/react@
|
|
87
|
+
version: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
88
88
|
devDependencies:
|
|
89
89
|
'@almadar/eslint-plugin':
|
|
90
90
|
specifier: '>=2.3.0'
|
|
@@ -94,13 +94,13 @@ importers:
|
|
|
94
94
|
version: 6.9.1
|
|
95
95
|
'@testing-library/react':
|
|
96
96
|
specifier: ^16.1.0
|
|
97
|
-
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@
|
|
97
|
+
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
98
98
|
'@types/react':
|
|
99
|
-
specifier: ^
|
|
100
|
-
version:
|
|
99
|
+
specifier: ^19.0.0
|
|
100
|
+
version: 19.2.14
|
|
101
101
|
'@types/react-dom':
|
|
102
|
-
specifier: ^
|
|
103
|
-
version:
|
|
102
|
+
specifier: ^19.0.0
|
|
103
|
+
version: 19.2.3(@types/react@19.2.14)
|
|
104
104
|
'@typescript-eslint/parser':
|
|
105
105
|
specifier: 8.56.0
|
|
106
106
|
version: 8.56.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
|
|
@@ -140,6 +140,9 @@ importers:
|
|
|
140
140
|
'@almadar/evaluator':
|
|
141
141
|
specifier: ^2.0.0
|
|
142
142
|
version: 2.5.1
|
|
143
|
+
'@almadar/integrations':
|
|
144
|
+
specifier: '>=2.1.0'
|
|
145
|
+
version: 2.2.1(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)
|
|
143
146
|
'@almadar/server':
|
|
144
147
|
specifier: ^2.0.2
|
|
145
148
|
version: 2.1.3(express@4.22.1)
|
|
@@ -216,6 +219,17 @@ packages:
|
|
|
216
219
|
'@almadar/evaluator@2.5.1':
|
|
217
220
|
resolution: {integrity: sha512-uUGourPCY2JnXps3pevKtyalQd2ht77TD+g/edYEWCJ3ngdNt/SQPTgj5tFPnOftb5QOZO0FHdFUqiZGSMafCA==}
|
|
218
221
|
|
|
222
|
+
'@almadar/integrations@2.2.1':
|
|
223
|
+
resolution: {integrity: sha512-GxLk4yJVzCNVSKlyeDTvAy6kwUWtfptpW/rjifcuqoCj59Ej44+WtEUF6t/ECJIBbXFtivK5vzBwDj17YVQh6Q==}
|
|
224
|
+
|
|
225
|
+
'@almadar/llm@2.5.0':
|
|
226
|
+
resolution: {integrity: sha512-BywM6Lz4T57zvWHd5BD0SRSEx+mtW3oaL8icoSSpnjikS0urGdRRfSprF+vtqNpu/MXEsCTYHpNXFqv+Dq+Obw==}
|
|
227
|
+
peerDependencies:
|
|
228
|
+
'@almadar/core': '>=2.0.0'
|
|
229
|
+
peerDependenciesMeta:
|
|
230
|
+
'@almadar/core':
|
|
231
|
+
optional: true
|
|
232
|
+
|
|
219
233
|
'@almadar/operators@2.1.1':
|
|
220
234
|
resolution: {integrity: sha512-DxyB2CAU7dmxQPM+T17xtIAN7MT+DWXzM/SqM/1us1F4oDEsG5R0DKXwy9WLO5kpLaxlBTMPwGTz4wyaXnS9pA==}
|
|
221
235
|
|
|
@@ -247,6 +261,19 @@ packages:
|
|
|
247
261
|
react-router-dom: ^7.0.0
|
|
248
262
|
three: ^0.160.0
|
|
249
263
|
|
|
264
|
+
'@anthropic-ai/sdk@0.52.0':
|
|
265
|
+
resolution: {integrity: sha512-d4c+fg+xy9e46c8+YnrrgIQR45CZlAi7PwdzIfDXDM6ACxEZli1/fxhURsq30ZpMZy6LvSkr41jGq5aF5TD7rQ==}
|
|
266
|
+
hasBin: true
|
|
267
|
+
|
|
268
|
+
'@anthropic-ai/sdk@0.74.0':
|
|
269
|
+
resolution: {integrity: sha512-srbJV7JKsc5cQ6eVuFzjZO7UR3xEPJqPamHFIe29bs38Ij2IripoAhC0S5NslNbaFUYqBKypmmpzMTpqfHEUDw==}
|
|
270
|
+
hasBin: true
|
|
271
|
+
peerDependencies:
|
|
272
|
+
zod: ^3.25.0 || ^4.0.0
|
|
273
|
+
peerDependenciesMeta:
|
|
274
|
+
zod:
|
|
275
|
+
optional: true
|
|
276
|
+
|
|
250
277
|
'@asamuzakjp/css-color@3.2.0':
|
|
251
278
|
resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==}
|
|
252
279
|
|
|
@@ -337,6 +364,9 @@ packages:
|
|
|
337
364
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
338
365
|
engines: {node: '>=6.9.0'}
|
|
339
366
|
|
|
367
|
+
'@cfworker/json-schema@4.1.1':
|
|
368
|
+
resolution: {integrity: sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==}
|
|
369
|
+
|
|
340
370
|
'@csstools/color-helpers@5.1.0':
|
|
341
371
|
resolution: {integrity: sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
|
|
342
372
|
engines: {node: '>=18'}
|
|
@@ -871,6 +901,22 @@ packages:
|
|
|
871
901
|
'@js-sdsl/ordered-map@4.4.2':
|
|
872
902
|
resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==}
|
|
873
903
|
|
|
904
|
+
'@langchain/anthropic@1.3.25':
|
|
905
|
+
resolution: {integrity: sha512-iwhznHMFaU+MZyac4UJjppJmfNSINB1Joruh0obgCLSmJYxicRVWtWnUgnHXGYRstToWDYwfymvfftgo872EzQ==}
|
|
906
|
+
engines: {node: '>=20'}
|
|
907
|
+
peerDependencies:
|
|
908
|
+
'@langchain/core': ^1.1.34
|
|
909
|
+
|
|
910
|
+
'@langchain/core@1.1.35':
|
|
911
|
+
resolution: {integrity: sha512-TM0idLSAx17IEMqEIN7F8MDdXpN53p4A4vhhjZxf7LedwShB/8Zx1F5D5Nq1Bbn0zh9QDzSHpWyfCrTtggKf7g==}
|
|
912
|
+
engines: {node: '>=20'}
|
|
913
|
+
|
|
914
|
+
'@langchain/openai@1.3.0':
|
|
915
|
+
resolution: {integrity: sha512-FDsF6xKCvFduiZcX57fL2Md+DZ+fJubcUN1iwUaEwJOQnq7zFFYj3a/KuQ7EiOFR3hEsnhPilSfxO1VW85wMZw==}
|
|
916
|
+
engines: {node: '>=20'}
|
|
917
|
+
peerDependencies:
|
|
918
|
+
'@langchain/core': ^1.1.33
|
|
919
|
+
|
|
874
920
|
'@mediapipe/tasks-vision@0.10.17':
|
|
875
921
|
resolution: {integrity: sha512-CZWV/q6TTe8ta61cZXjfnnHsfWIdFhms03M9T7Cnd5y2mdpylJM0rF1qRq+wsQVRMLz1OYPVEBU9ph2Bx8cxrg==}
|
|
876
922
|
|
|
@@ -935,6 +981,13 @@ packages:
|
|
|
935
981
|
'@protobufjs/utf8@1.1.0':
|
|
936
982
|
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
|
|
937
983
|
|
|
984
|
+
'@react-email/render@1.1.2':
|
|
985
|
+
resolution: {integrity: sha512-RnRehYN3v9gVlNMehHPHhyp2RQo7+pSkHDtXPvg3s0GbzM9SQMW4Qrf8GRNvtpLC4gsI+Wt0VatNRUFqjvevbw==}
|
|
986
|
+
engines: {node: '>=18.0.0'}
|
|
987
|
+
peerDependencies:
|
|
988
|
+
react: ^18.0 || ^19.0 || ^19.0.0-rc
|
|
989
|
+
react-dom: ^18.0 || ^19.0 || ^19.0.0-rc
|
|
990
|
+
|
|
938
991
|
'@react-leaflet/core@2.1.0':
|
|
939
992
|
resolution: {integrity: sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==}
|
|
940
993
|
peerDependencies:
|
|
@@ -1119,6 +1172,24 @@ packages:
|
|
|
1119
1172
|
cpu: [x64]
|
|
1120
1173
|
os: [win32]
|
|
1121
1174
|
|
|
1175
|
+
'@selderee/plugin-htmlparser2@0.11.0':
|
|
1176
|
+
resolution: {integrity: sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==}
|
|
1177
|
+
|
|
1178
|
+
'@sendgrid/client@8.1.6':
|
|
1179
|
+
resolution: {integrity: sha512-/BHu0hqwXNHr2aLhcXU7RmmlVqrdfrbY9KpaNj00KZHlVOVoRxRVrpOCabIB+91ISXJ6+mLM9vpaVUhK6TwBWA==}
|
|
1180
|
+
engines: {node: '>=12.*'}
|
|
1181
|
+
|
|
1182
|
+
'@sendgrid/helpers@8.0.0':
|
|
1183
|
+
resolution: {integrity: sha512-Ze7WuW2Xzy5GT5WRx+yEv89fsg/pgy3T1E3FS0QEx0/VvRmigMZ5qyVGhJz4SxomegDkzXv/i0aFPpHKN8qdAA==}
|
|
1184
|
+
engines: {node: '>= 12.0.0'}
|
|
1185
|
+
|
|
1186
|
+
'@sendgrid/mail@8.1.6':
|
|
1187
|
+
resolution: {integrity: sha512-/ZqxUvKeEztU9drOoPC/8opEPOk+jLlB2q4+xpx6HVLq6aFu3pMpalkTpAQz8XfRfpLp8O25bh6pGPcHDCYpqg==}
|
|
1188
|
+
engines: {node: '>=12.*'}
|
|
1189
|
+
|
|
1190
|
+
'@standard-schema/spec@1.1.0':
|
|
1191
|
+
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
1192
|
+
|
|
1122
1193
|
'@tanstack/query-core@5.91.2':
|
|
1123
1194
|
resolution: {integrity: sha512-Uz2pTgPC1mhqrrSGg18RKCWT/pkduAYtxbcyIyKBhw7dTWjXZIzqmpzO2lBkyWr4hlImQgpu1m1pei3UnkFRWw==}
|
|
1124
1195
|
|
|
@@ -1274,27 +1345,24 @@ packages:
|
|
|
1274
1345
|
'@types/prismjs@1.26.6':
|
|
1275
1346
|
resolution: {integrity: sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw==}
|
|
1276
1347
|
|
|
1277
|
-
'@types/prop-types@15.7.15':
|
|
1278
|
-
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
|
|
1279
|
-
|
|
1280
1348
|
'@types/qs@6.15.0':
|
|
1281
1349
|
resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==}
|
|
1282
1350
|
|
|
1283
1351
|
'@types/range-parser@1.2.7':
|
|
1284
1352
|
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
|
|
1285
1353
|
|
|
1286
|
-
'@types/react-dom@
|
|
1287
|
-
resolution: {integrity: sha512-
|
|
1354
|
+
'@types/react-dom@19.2.3':
|
|
1355
|
+
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
1288
1356
|
peerDependencies:
|
|
1289
|
-
'@types/react': ^
|
|
1357
|
+
'@types/react': ^19.2.0
|
|
1290
1358
|
|
|
1291
1359
|
'@types/react-reconciler@0.28.9':
|
|
1292
1360
|
resolution: {integrity: sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==}
|
|
1293
1361
|
peerDependencies:
|
|
1294
1362
|
'@types/react': '*'
|
|
1295
1363
|
|
|
1296
|
-
'@types/react@
|
|
1297
|
-
resolution: {integrity: sha512-
|
|
1364
|
+
'@types/react@19.2.14':
|
|
1365
|
+
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
1298
1366
|
|
|
1299
1367
|
'@types/request@2.48.13':
|
|
1300
1368
|
resolution: {integrity: sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==}
|
|
@@ -1320,6 +1388,9 @@ packages:
|
|
|
1320
1388
|
'@types/unist@3.0.3':
|
|
1321
1389
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
1322
1390
|
|
|
1391
|
+
'@types/uuid@10.0.0':
|
|
1392
|
+
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
1393
|
+
|
|
1323
1394
|
'@types/webxr@0.5.24':
|
|
1324
1395
|
resolution: {integrity: sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==}
|
|
1325
1396
|
|
|
@@ -1495,6 +1566,9 @@ packages:
|
|
|
1495
1566
|
peerDependencies:
|
|
1496
1567
|
postcss: ^8.1.0
|
|
1497
1568
|
|
|
1569
|
+
axios@1.13.6:
|
|
1570
|
+
resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==}
|
|
1571
|
+
|
|
1498
1572
|
bail@2.0.2:
|
|
1499
1573
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
1500
1574
|
|
|
@@ -1572,6 +1646,10 @@ packages:
|
|
|
1572
1646
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
1573
1647
|
engines: {node: '>= 6'}
|
|
1574
1648
|
|
|
1649
|
+
camelcase@6.3.0:
|
|
1650
|
+
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
1651
|
+
engines: {node: '>=10'}
|
|
1652
|
+
|
|
1575
1653
|
camera-controls@3.1.2:
|
|
1576
1654
|
resolution: {integrity: sha512-xkxfpG2ECZ6Ww5/9+kf4mfg1VEYAoe9aDSY+IwF0UEs7qEzwy0aVRfs2grImIECs/PoBtWFrh7RXsQkwG922JA==}
|
|
1577
1655
|
engines: {node: '>=22.0.0', npm: '>=10.5.1'}
|
|
@@ -1596,6 +1674,10 @@ packages:
|
|
|
1596
1674
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
1597
1675
|
engines: {node: '>=10'}
|
|
1598
1676
|
|
|
1677
|
+
chalk@5.6.2:
|
|
1678
|
+
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
1679
|
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
1680
|
+
|
|
1599
1681
|
character-entities-html4@2.1.0:
|
|
1600
1682
|
resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
|
|
1601
1683
|
|
|
@@ -1651,6 +1733,9 @@ packages:
|
|
|
1651
1733
|
engines: {node: '>=18'}
|
|
1652
1734
|
hasBin: true
|
|
1653
1735
|
|
|
1736
|
+
console-table-printer@2.15.0:
|
|
1737
|
+
resolution: {integrity: sha512-SrhBq4hYVjLCkBVOWaTzceJalvn5K1Zq5aQA6wXC/cYjI3frKWNPEMK3sZsJfNNQApvCQmgBcc13ZKmFj8qExw==}
|
|
1738
|
+
|
|
1654
1739
|
content-disposition@0.5.4:
|
|
1655
1740
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
1656
1741
|
engines: {node: '>= 0.6'}
|
|
@@ -1781,6 +1866,9 @@ packages:
|
|
|
1781
1866
|
resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
|
|
1782
1867
|
engines: {node: '>=18'}
|
|
1783
1868
|
|
|
1869
|
+
dayjs@1.11.20:
|
|
1870
|
+
resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==}
|
|
1871
|
+
|
|
1784
1872
|
debug@2.6.9:
|
|
1785
1873
|
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
|
|
1786
1874
|
peerDependencies:
|
|
@@ -1798,6 +1886,10 @@ packages:
|
|
|
1798
1886
|
supports-color:
|
|
1799
1887
|
optional: true
|
|
1800
1888
|
|
|
1889
|
+
decamelize@1.2.0:
|
|
1890
|
+
resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
|
|
1891
|
+
engines: {node: '>=0.10.0'}
|
|
1892
|
+
|
|
1801
1893
|
decimal.js@10.6.0:
|
|
1802
1894
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
1803
1895
|
|
|
@@ -1811,6 +1903,10 @@ packages:
|
|
|
1811
1903
|
deep-is@0.1.4:
|
|
1812
1904
|
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
1813
1905
|
|
|
1906
|
+
deepmerge@4.3.1:
|
|
1907
|
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
1908
|
+
engines: {node: '>=0.10.0'}
|
|
1909
|
+
|
|
1814
1910
|
delayed-stream@1.0.0:
|
|
1815
1911
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
1816
1912
|
engines: {node: '>=0.4.0'}
|
|
@@ -1845,6 +1941,19 @@ packages:
|
|
|
1845
1941
|
dom-accessibility-api@0.6.3:
|
|
1846
1942
|
resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
|
|
1847
1943
|
|
|
1944
|
+
dom-serializer@2.0.0:
|
|
1945
|
+
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
|
1946
|
+
|
|
1947
|
+
domelementtype@2.3.0:
|
|
1948
|
+
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
|
1949
|
+
|
|
1950
|
+
domhandler@5.0.3:
|
|
1951
|
+
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
|
1952
|
+
engines: {node: '>= 4'}
|
|
1953
|
+
|
|
1954
|
+
domutils@3.2.2:
|
|
1955
|
+
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
|
|
1956
|
+
|
|
1848
1957
|
dotenv@16.6.1:
|
|
1849
1958
|
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
|
|
1850
1959
|
engines: {node: '>=12'}
|
|
@@ -1878,6 +1987,10 @@ packages:
|
|
|
1878
1987
|
end-of-stream@1.4.5:
|
|
1879
1988
|
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
|
|
1880
1989
|
|
|
1990
|
+
entities@4.5.0:
|
|
1991
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
1992
|
+
engines: {node: '>=0.12'}
|
|
1993
|
+
|
|
1881
1994
|
entities@6.0.1:
|
|
1882
1995
|
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
1883
1996
|
engines: {node: '>=0.12'}
|
|
@@ -1977,6 +2090,9 @@ packages:
|
|
|
1977
2090
|
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
1978
2091
|
engines: {node: '>=6'}
|
|
1979
2092
|
|
|
2093
|
+
eventemitter3@4.0.7:
|
|
2094
|
+
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
2095
|
+
|
|
1980
2096
|
expect-type@1.3.0:
|
|
1981
2097
|
resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
|
|
1982
2098
|
engines: {node: '>=12.0.0'}
|
|
@@ -1992,6 +2108,9 @@ packages:
|
|
|
1992
2108
|
resolution: {integrity: sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==}
|
|
1993
2109
|
engines: {node: '>=18.0.0'}
|
|
1994
2110
|
|
|
2111
|
+
fast-deep-equal@2.0.1:
|
|
2112
|
+
resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==}
|
|
2113
|
+
|
|
1995
2114
|
fast-deep-equal@3.1.3:
|
|
1996
2115
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
1997
2116
|
|
|
@@ -2071,6 +2190,15 @@ packages:
|
|
|
2071
2190
|
resolution: {integrity: sha512-/kXzuDnnBqyyWyhDMH7+PfP8J/oXiAavGzcRxASOMRHFuReDtofizLLJsf7nnDLAfEaMW4pVWaXrAjtnglpEkg==}
|
|
2072
2191
|
engines: {node: '>=12'}
|
|
2073
2192
|
|
|
2193
|
+
follow-redirects@1.15.11:
|
|
2194
|
+
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
|
|
2195
|
+
engines: {node: '>=4.0'}
|
|
2196
|
+
peerDependencies:
|
|
2197
|
+
debug: '*'
|
|
2198
|
+
peerDependenciesMeta:
|
|
2199
|
+
debug:
|
|
2200
|
+
optional: true
|
|
2201
|
+
|
|
2074
2202
|
force-graph@1.51.2:
|
|
2075
2203
|
resolution: {integrity: sha512-zZNdMqx8qIQGurgnbgYIUsdXxSfvhfRSIdncsKGv/twUOZpwCsk9hPHmdjdcme1+epATgb41G0rkIGHJ0Wydng==}
|
|
2076
2204
|
engines: {node: '>=12'}
|
|
@@ -2159,6 +2287,14 @@ packages:
|
|
|
2159
2287
|
resolution: {integrity: sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==}
|
|
2160
2288
|
engines: {node: '>=14'}
|
|
2161
2289
|
|
|
2290
|
+
googleapis-common@7.2.0:
|
|
2291
|
+
resolution: {integrity: sha512-/fhDZEJZvOV3X5jmD+fKxMqma5q2Q9nZNSF3kn1F18tpxmA86BcTxAGBQdM0N89Z3bEaIs+HVznSmFJEAmMTjA==}
|
|
2292
|
+
engines: {node: '>=14.0.0'}
|
|
2293
|
+
|
|
2294
|
+
googleapis@144.0.0:
|
|
2295
|
+
resolution: {integrity: sha512-ELcWOXtJxjPX4vsKMh+7V+jZvgPwYMlEhQFiu2sa9Qmt5veX8nwXPksOWGGN6Zk4xCiLygUyaz7xGtcMO+Onxw==}
|
|
2296
|
+
engines: {node: '>=14.0.0'}
|
|
2297
|
+
|
|
2162
2298
|
gopd@1.2.0:
|
|
2163
2299
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
2164
2300
|
engines: {node: '>= 0.4'}
|
|
@@ -2239,12 +2375,19 @@ packages:
|
|
|
2239
2375
|
html-entities@2.6.0:
|
|
2240
2376
|
resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==}
|
|
2241
2377
|
|
|
2378
|
+
html-to-text@9.0.5:
|
|
2379
|
+
resolution: {integrity: sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==}
|
|
2380
|
+
engines: {node: '>=14'}
|
|
2381
|
+
|
|
2242
2382
|
html-url-attributes@3.0.1:
|
|
2243
2383
|
resolution: {integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==}
|
|
2244
2384
|
|
|
2245
2385
|
html-void-elements@3.0.0:
|
|
2246
2386
|
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
|
|
2247
2387
|
|
|
2388
|
+
htmlparser2@8.0.2:
|
|
2389
|
+
resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
|
|
2390
|
+
|
|
2248
2391
|
http-errors@2.0.1:
|
|
2249
2392
|
resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
|
|
2250
2393
|
engines: {node: '>= 0.8'}
|
|
@@ -2384,6 +2527,9 @@ packages:
|
|
|
2384
2527
|
jose@4.15.9:
|
|
2385
2528
|
resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==}
|
|
2386
2529
|
|
|
2530
|
+
js-tiktoken@1.0.21:
|
|
2531
|
+
resolution: {integrity: sha512-biOj/6M5qdgx5TKjDnFT1ymSpM5tbd3ylwDtrQvFQSu0Z7bBYko2dF+W/aUkXUPuk6IVpRxk/3Q2sHOzGlS36g==}
|
|
2532
|
+
|
|
2387
2533
|
js-tokens@4.0.0:
|
|
2388
2534
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
2389
2535
|
|
|
@@ -2407,6 +2553,10 @@ packages:
|
|
|
2407
2553
|
json-buffer@3.0.1:
|
|
2408
2554
|
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
2409
2555
|
|
|
2556
|
+
json-schema-to-ts@3.1.1:
|
|
2557
|
+
resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==}
|
|
2558
|
+
engines: {node: '>=16'}
|
|
2559
|
+
|
|
2410
2560
|
json-schema-traverse@0.4.1:
|
|
2411
2561
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
2412
2562
|
|
|
@@ -2447,6 +2597,29 @@ packages:
|
|
|
2447
2597
|
keyv@4.5.4:
|
|
2448
2598
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
2449
2599
|
|
|
2600
|
+
langsmith@0.5.12:
|
|
2601
|
+
resolution: {integrity: sha512-vHaXYYvrbtqAmqhnCTgKfDoy4faEZm357tIH/cyv5lBRnKXoNBxxCFH/ZABB8kbLBh1esQbuQ2jvOtSAtUaM6Q==}
|
|
2602
|
+
peerDependencies:
|
|
2603
|
+
'@opentelemetry/api': '*'
|
|
2604
|
+
'@opentelemetry/exporter-trace-otlp-proto': '*'
|
|
2605
|
+
'@opentelemetry/sdk-trace-base': '*'
|
|
2606
|
+
openai: '*'
|
|
2607
|
+
ws: '>=7'
|
|
2608
|
+
peerDependenciesMeta:
|
|
2609
|
+
'@opentelemetry/api':
|
|
2610
|
+
optional: true
|
|
2611
|
+
'@opentelemetry/exporter-trace-otlp-proto':
|
|
2612
|
+
optional: true
|
|
2613
|
+
'@opentelemetry/sdk-trace-base':
|
|
2614
|
+
optional: true
|
|
2615
|
+
openai:
|
|
2616
|
+
optional: true
|
|
2617
|
+
ws:
|
|
2618
|
+
optional: true
|
|
2619
|
+
|
|
2620
|
+
leac@0.6.0:
|
|
2621
|
+
resolution: {integrity: sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==}
|
|
2622
|
+
|
|
2450
2623
|
leaflet@1.9.4:
|
|
2451
2624
|
resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==}
|
|
2452
2625
|
|
|
@@ -2756,6 +2929,10 @@ packages:
|
|
|
2756
2929
|
ms@2.1.3:
|
|
2757
2930
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
2758
2931
|
|
|
2932
|
+
mustache@4.2.0:
|
|
2933
|
+
resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
|
|
2934
|
+
hasBin: true
|
|
2935
|
+
|
|
2759
2936
|
mz@2.7.0:
|
|
2760
2937
|
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
2761
2938
|
|
|
@@ -2813,10 +2990,26 @@ packages:
|
|
|
2813
2990
|
once@1.4.0:
|
|
2814
2991
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
2815
2992
|
|
|
2993
|
+
openai@6.32.0:
|
|
2994
|
+
resolution: {integrity: sha512-j3k+BjydAf8yQlcOI7WUQMQTbbF5GEIMAE2iZYCOzwwB3S2pCheaWYp+XZRNAch4jWVc52PMDGRRjutao3lLCg==}
|
|
2995
|
+
hasBin: true
|
|
2996
|
+
peerDependencies:
|
|
2997
|
+
ws: ^8.18.0
|
|
2998
|
+
zod: ^3.25 || ^4.0
|
|
2999
|
+
peerDependenciesMeta:
|
|
3000
|
+
ws:
|
|
3001
|
+
optional: true
|
|
3002
|
+
zod:
|
|
3003
|
+
optional: true
|
|
3004
|
+
|
|
2816
3005
|
optionator@0.9.4:
|
|
2817
3006
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
2818
3007
|
engines: {node: '>= 0.8.0'}
|
|
2819
3008
|
|
|
3009
|
+
p-finally@1.0.0:
|
|
3010
|
+
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
|
|
3011
|
+
engines: {node: '>=4'}
|
|
3012
|
+
|
|
2820
3013
|
p-limit@3.1.0:
|
|
2821
3014
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
2822
3015
|
engines: {node: '>=10'}
|
|
@@ -2825,12 +3018,23 @@ packages:
|
|
|
2825
3018
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
2826
3019
|
engines: {node: '>=10'}
|
|
2827
3020
|
|
|
3021
|
+
p-queue@6.6.2:
|
|
3022
|
+
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
|
|
3023
|
+
engines: {node: '>=8'}
|
|
3024
|
+
|
|
3025
|
+
p-timeout@3.2.0:
|
|
3026
|
+
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
|
|
3027
|
+
engines: {node: '>=8'}
|
|
3028
|
+
|
|
2828
3029
|
parse-entities@4.0.2:
|
|
2829
3030
|
resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
|
|
2830
3031
|
|
|
2831
3032
|
parse5@7.3.0:
|
|
2832
3033
|
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
2833
3034
|
|
|
3035
|
+
parseley@0.12.1:
|
|
3036
|
+
resolution: {integrity: sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==}
|
|
3037
|
+
|
|
2834
3038
|
parseurl@1.3.3:
|
|
2835
3039
|
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
|
2836
3040
|
engines: {node: '>= 0.8'}
|
|
@@ -2860,6 +3064,9 @@ packages:
|
|
|
2860
3064
|
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
2861
3065
|
engines: {node: '>= 14.16'}
|
|
2862
3066
|
|
|
3067
|
+
peberminta@0.9.0:
|
|
3068
|
+
resolution: {integrity: sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==}
|
|
3069
|
+
|
|
2863
3070
|
picocolors@1.1.1:
|
|
2864
3071
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
2865
3072
|
|
|
@@ -2936,6 +3143,11 @@ packages:
|
|
|
2936
3143
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
2937
3144
|
engines: {node: '>= 0.8.0'}
|
|
2938
3145
|
|
|
3146
|
+
prettier@3.8.1:
|
|
3147
|
+
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
|
|
3148
|
+
engines: {node: '>=14'}
|
|
3149
|
+
hasBin: true
|
|
3150
|
+
|
|
2939
3151
|
pretty-format@27.5.1:
|
|
2940
3152
|
resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
|
|
2941
3153
|
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
|
@@ -2965,6 +3177,9 @@ packages:
|
|
|
2965
3177
|
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
|
2966
3178
|
engines: {node: '>= 0.10'}
|
|
2967
3179
|
|
|
3180
|
+
proxy-from-env@1.1.0:
|
|
3181
|
+
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
3182
|
+
|
|
2968
3183
|
punycode@2.3.1:
|
|
2969
3184
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
2970
3185
|
engines: {node: '>=6'}
|
|
@@ -2984,10 +3199,10 @@ packages:
|
|
|
2984
3199
|
resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==}
|
|
2985
3200
|
engines: {node: '>= 0.8'}
|
|
2986
3201
|
|
|
2987
|
-
react-dom@
|
|
2988
|
-
resolution: {integrity: sha512-
|
|
3202
|
+
react-dom@19.2.4:
|
|
3203
|
+
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
2989
3204
|
peerDependencies:
|
|
2990
|
-
react: ^
|
|
3205
|
+
react: ^19.2.4
|
|
2991
3206
|
|
|
2992
3207
|
react-force-graph-2d@1.29.1:
|
|
2993
3208
|
resolution: {integrity: sha512-1Rl/1Z3xy2iTHKj6a0jRXGyiI86xUti81K+jBQZ+Oe46csaMikp47L5AjrzA9hY9fNGD63X8ffrqnvaORukCuQ==}
|
|
@@ -3020,6 +3235,9 @@ packages:
|
|
|
3020
3235
|
'@types/react': '>=18'
|
|
3021
3236
|
react: '>=18'
|
|
3022
3237
|
|
|
3238
|
+
react-promise-suspense@0.3.4:
|
|
3239
|
+
resolution: {integrity: sha512-I42jl7L3Ze6kZaq+7zXWSunBa3b1on5yfvUW6Eo/3fFOj6dZ5Bqmcd264nJbTK/gn1HjjILAjSwnZbV4RpSaNQ==}
|
|
3240
|
+
|
|
3023
3241
|
react-refresh@0.17.0:
|
|
3024
3242
|
resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
|
|
3025
3243
|
engines: {node: '>=0.10.0'}
|
|
@@ -3056,8 +3274,8 @@ packages:
|
|
|
3056
3274
|
react-dom:
|
|
3057
3275
|
optional: true
|
|
3058
3276
|
|
|
3059
|
-
react@
|
|
3060
|
-
resolution: {integrity: sha512-
|
|
3277
|
+
react@19.2.4:
|
|
3278
|
+
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
3061
3279
|
engines: {node: '>=0.10.0'}
|
|
3062
3280
|
|
|
3063
3281
|
read-cache@1.0.0:
|
|
@@ -3107,6 +3325,10 @@ packages:
|
|
|
3107
3325
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
3108
3326
|
engines: {node: '>=0.10.0'}
|
|
3109
3327
|
|
|
3328
|
+
resend@4.8.0:
|
|
3329
|
+
resolution: {integrity: sha512-R8eBOFQDO6dzRTDmaMEdpqrkmgSjPpVXt4nGfWsZdYOet0kqra0xgbvTES6HmCriZEXbmGk3e0DiGIaLFTFSHA==}
|
|
3330
|
+
engines: {node: '>=18'}
|
|
3331
|
+
|
|
3110
3332
|
resolve-pkg-maps@1.0.0:
|
|
3111
3333
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
3112
3334
|
|
|
@@ -3154,12 +3376,16 @@ packages:
|
|
|
3154
3376
|
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
|
|
3155
3377
|
engines: {node: '>=v12.22.7'}
|
|
3156
3378
|
|
|
3157
|
-
scheduler@0.23.2:
|
|
3158
|
-
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
|
3159
|
-
|
|
3160
3379
|
scheduler@0.27.0:
|
|
3161
3380
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
3162
3381
|
|
|
3382
|
+
scmp@2.1.0:
|
|
3383
|
+
resolution: {integrity: sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==}
|
|
3384
|
+
deprecated: Just use Node.js's crypto.timingSafeEqual()
|
|
3385
|
+
|
|
3386
|
+
selderee@0.11.0:
|
|
3387
|
+
resolution: {integrity: sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==}
|
|
3388
|
+
|
|
3163
3389
|
semver@6.3.1:
|
|
3164
3390
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
3165
3391
|
hasBin: true
|
|
@@ -3214,6 +3440,9 @@ packages:
|
|
|
3214
3440
|
siginfo@2.0.0:
|
|
3215
3441
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
3216
3442
|
|
|
3443
|
+
simple-wcswidth@1.1.2:
|
|
3444
|
+
resolution: {integrity: sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==}
|
|
3445
|
+
|
|
3217
3446
|
source-map-js@1.2.1:
|
|
3218
3447
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
3219
3448
|
engines: {node: '>=0.10.0'}
|
|
@@ -3267,6 +3496,10 @@ packages:
|
|
|
3267
3496
|
resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
|
|
3268
3497
|
engines: {node: '>=8'}
|
|
3269
3498
|
|
|
3499
|
+
stripe@17.7.0:
|
|
3500
|
+
resolution: {integrity: sha512-aT2BU9KkizY9SATf14WhhYVv2uOapBWX0OFWF4xvcj1mPaNotlSc2CsxpS4DS46ZueSppmCF5BX1sNYBtwBvfw==}
|
|
3501
|
+
engines: {node: '>=12.*'}
|
|
3502
|
+
|
|
3270
3503
|
strnum@2.2.1:
|
|
3271
3504
|
resolution: {integrity: sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==}
|
|
3272
3505
|
|
|
@@ -3410,6 +3643,9 @@ packages:
|
|
|
3410
3643
|
trough@2.2.0:
|
|
3411
3644
|
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
|
|
3412
3645
|
|
|
3646
|
+
ts-algebra@2.0.0:
|
|
3647
|
+
resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==}
|
|
3648
|
+
|
|
3413
3649
|
ts-api-utils@2.5.0:
|
|
3414
3650
|
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
|
|
3415
3651
|
engines: {node: '>=18.12'}
|
|
@@ -3434,6 +3670,10 @@ packages:
|
|
|
3434
3670
|
resolution: {integrity: sha512-9NTKvQZ/02XnJCSU4mF5gvAPK+nuLbvCtft/NE8dJeOwaup0bJ14rYx7TxmSXp8JJuAN8nAjqfXWFsWwoQSFHg==}
|
|
3435
3671
|
hasBin: true
|
|
3436
3672
|
|
|
3673
|
+
twilio@5.13.0:
|
|
3674
|
+
resolution: {integrity: sha512-gg32vK+NGejPK7Txrnwp2lGmpihSfc+YW//WsoS+KiTtiEUe4jjRSK5v89dPhene2OHmnQNi+9SM6bVI47iA/g==}
|
|
3675
|
+
engines: {node: '>=14.0'}
|
|
3676
|
+
|
|
3437
3677
|
type-check@0.4.0:
|
|
3438
3678
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
3439
3679
|
engines: {node: '>= 0.8.0'}
|
|
@@ -3487,6 +3727,9 @@ packages:
|
|
|
3487
3727
|
uri-js@4.4.1:
|
|
3488
3728
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
3489
3729
|
|
|
3730
|
+
url-template@2.0.8:
|
|
3731
|
+
resolution: {integrity: sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==}
|
|
3732
|
+
|
|
3490
3733
|
use-sync-external-store@1.6.0:
|
|
3491
3734
|
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
|
|
3492
3735
|
peerDependencies:
|
|
@@ -3507,6 +3750,10 @@ packages:
|
|
|
3507
3750
|
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
3508
3751
|
hasBin: true
|
|
3509
3752
|
|
|
3753
|
+
uuid@11.1.0:
|
|
3754
|
+
resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
|
|
3755
|
+
hasBin: true
|
|
3756
|
+
|
|
3510
3757
|
uuid@8.3.2:
|
|
3511
3758
|
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
|
3512
3759
|
hasBin: true
|
|
@@ -3713,6 +3960,10 @@ packages:
|
|
|
3713
3960
|
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
|
|
3714
3961
|
engines: {node: '>=18'}
|
|
3715
3962
|
|
|
3963
|
+
xmlbuilder@13.0.2:
|
|
3964
|
+
resolution: {integrity: sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==}
|
|
3965
|
+
engines: {node: '>=6.0'}
|
|
3966
|
+
|
|
3716
3967
|
xmlchars@2.2.0:
|
|
3717
3968
|
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
|
|
3718
3969
|
|
|
@@ -3799,6 +4050,45 @@ snapshots:
|
|
|
3799
4050
|
'@almadar/core': 2.6.1
|
|
3800
4051
|
'@almadar/operators': 2.1.1
|
|
3801
4052
|
|
|
4053
|
+
'@almadar/integrations@2.2.1(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)':
|
|
4054
|
+
dependencies:
|
|
4055
|
+
'@almadar/core': 2.6.1
|
|
4056
|
+
'@almadar/llm': 2.5.0(@almadar/core@2.6.1)(@opentelemetry/api@1.9.0)(ws@8.19.0)
|
|
4057
|
+
'@almadar/patterns': 2.8.1
|
|
4058
|
+
'@sendgrid/mail': 8.1.6
|
|
4059
|
+
dotenv: 16.6.1
|
|
4060
|
+
googleapis: 144.0.0
|
|
4061
|
+
resend: 4.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4062
|
+
stripe: 17.7.0
|
|
4063
|
+
twilio: 5.13.0
|
|
4064
|
+
zod: 3.25.76
|
|
4065
|
+
transitivePeerDependencies:
|
|
4066
|
+
- '@opentelemetry/api'
|
|
4067
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
4068
|
+
- '@opentelemetry/sdk-trace-base'
|
|
4069
|
+
- debug
|
|
4070
|
+
- encoding
|
|
4071
|
+
- react
|
|
4072
|
+
- react-dom
|
|
4073
|
+
- supports-color
|
|
4074
|
+
- ws
|
|
4075
|
+
|
|
4076
|
+
'@almadar/llm@2.5.0(@almadar/core@2.6.1)(@opentelemetry/api@1.9.0)(ws@8.19.0)':
|
|
4077
|
+
dependencies:
|
|
4078
|
+
'@anthropic-ai/sdk': 0.52.0
|
|
4079
|
+
'@langchain/anthropic': 1.3.25(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))
|
|
4080
|
+
'@langchain/core': 1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
4081
|
+
'@langchain/openai': 1.3.0(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))(ws@8.19.0)
|
|
4082
|
+
openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
|
|
4083
|
+
zod: 3.25.76
|
|
4084
|
+
optionalDependencies:
|
|
4085
|
+
'@almadar/core': 2.6.1
|
|
4086
|
+
transitivePeerDependencies:
|
|
4087
|
+
- '@opentelemetry/api'
|
|
4088
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
4089
|
+
- '@opentelemetry/sdk-trace-base'
|
|
4090
|
+
- ws
|
|
4091
|
+
|
|
3802
4092
|
'@almadar/operators@2.1.1': {}
|
|
3803
4093
|
|
|
3804
4094
|
'@almadar/patterns@2.8.1': {}
|
|
@@ -3828,24 +4118,24 @@ snapshots:
|
|
|
3828
4118
|
- supports-color
|
|
3829
4119
|
- utf-8-validate
|
|
3830
4120
|
|
|
3831
|
-
'@almadar/ui@2.15.7(@react-three/drei@10.7.7(@react-three/fiber@9.5.0(@types/react@
|
|
4121
|
+
'@almadar/ui@2.15.7(@react-three/drei@10.7.7(@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))(@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))(@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)':
|
|
3832
4122
|
dependencies:
|
|
3833
4123
|
'@almadar/core': 2.6.1
|
|
3834
4124
|
'@almadar/evaluator': 2.5.1
|
|
3835
4125
|
'@almadar/patterns': 2.8.1
|
|
3836
4126
|
'@almadar/runtime': 2.1.1(express@4.22.1)
|
|
3837
|
-
'@react-three/drei': 10.7.7(@react-three/fiber@9.5.0(@types/react@
|
|
3838
|
-
'@react-three/fiber': 9.5.0(@types/react@
|
|
3839
|
-
'@tanstack/react-query': 5.91.2(react@
|
|
4127
|
+
'@react-three/drei': 10.7.7(@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)
|
|
4128
|
+
'@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)
|
|
4129
|
+
'@tanstack/react-query': 5.91.2(react@19.2.4)
|
|
3840
4130
|
clsx: 2.1.1
|
|
3841
4131
|
leaflet: 1.9.4
|
|
3842
|
-
lucide-react: 0.344.0(react@
|
|
3843
|
-
react:
|
|
3844
|
-
react-dom:
|
|
3845
|
-
react-leaflet: 4.2.1(leaflet@1.9.4)(react-dom@
|
|
3846
|
-
react-markdown: 9.1.0(@types/react@
|
|
3847
|
-
react-router-dom: 7.13.1(react-dom@
|
|
3848
|
-
react-syntax-highlighter: 16.1.1(react@
|
|
4132
|
+
lucide-react: 0.344.0(react@19.2.4)
|
|
4133
|
+
react: 19.2.4
|
|
4134
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4135
|
+
react-leaflet: 4.2.1(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4136
|
+
react-markdown: 9.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
4137
|
+
react-router-dom: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4138
|
+
react-syntax-highlighter: 16.1.1(react@19.2.4)
|
|
3849
4139
|
rehype-katex: 7.0.1
|
|
3850
4140
|
remark-gfm: 4.0.1
|
|
3851
4141
|
remark-math: 6.0.0
|
|
@@ -3856,6 +4146,14 @@ snapshots:
|
|
|
3856
4146
|
- express
|
|
3857
4147
|
- supports-color
|
|
3858
4148
|
|
|
4149
|
+
'@anthropic-ai/sdk@0.52.0': {}
|
|
4150
|
+
|
|
4151
|
+
'@anthropic-ai/sdk@0.74.0(zod@3.25.76)':
|
|
4152
|
+
dependencies:
|
|
4153
|
+
json-schema-to-ts: 3.1.1
|
|
4154
|
+
optionalDependencies:
|
|
4155
|
+
zod: 3.25.76
|
|
4156
|
+
|
|
3859
4157
|
'@asamuzakjp/css-color@3.2.0':
|
|
3860
4158
|
dependencies:
|
|
3861
4159
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
@@ -3978,6 +4276,8 @@ snapshots:
|
|
|
3978
4276
|
'@babel/helper-string-parser': 7.27.1
|
|
3979
4277
|
'@babel/helper-validator-identifier': 7.28.5
|
|
3980
4278
|
|
|
4279
|
+
'@cfworker/json-schema@4.1.1': {}
|
|
4280
|
+
|
|
3981
4281
|
'@csstools/color-helpers@5.1.0': {}
|
|
3982
4282
|
|
|
3983
4283
|
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
@@ -4578,18 +4878,53 @@ snapshots:
|
|
|
4578
4878
|
'@js-sdsl/ordered-map@4.4.2':
|
|
4579
4879
|
optional: true
|
|
4580
4880
|
|
|
4881
|
+
'@langchain/anthropic@1.3.25(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))':
|
|
4882
|
+
dependencies:
|
|
4883
|
+
'@anthropic-ai/sdk': 0.74.0(zod@3.25.76)
|
|
4884
|
+
'@langchain/core': 1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
4885
|
+
zod: 3.25.76
|
|
4886
|
+
|
|
4887
|
+
'@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)':
|
|
4888
|
+
dependencies:
|
|
4889
|
+
'@cfworker/json-schema': 4.1.1
|
|
4890
|
+
'@standard-schema/spec': 1.1.0
|
|
4891
|
+
ansi-styles: 5.2.0
|
|
4892
|
+
camelcase: 6.3.0
|
|
4893
|
+
decamelize: 1.2.0
|
|
4894
|
+
js-tiktoken: 1.0.21
|
|
4895
|
+
langsmith: 0.5.12(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
4896
|
+
mustache: 4.2.0
|
|
4897
|
+
p-queue: 6.6.2
|
|
4898
|
+
uuid: 11.1.0
|
|
4899
|
+
zod: 3.25.76
|
|
4900
|
+
transitivePeerDependencies:
|
|
4901
|
+
- '@opentelemetry/api'
|
|
4902
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
4903
|
+
- '@opentelemetry/sdk-trace-base'
|
|
4904
|
+
- openai
|
|
4905
|
+
- ws
|
|
4906
|
+
|
|
4907
|
+
'@langchain/openai@1.3.0(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))(ws@8.19.0)':
|
|
4908
|
+
dependencies:
|
|
4909
|
+
'@langchain/core': 1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
4910
|
+
js-tiktoken: 1.0.21
|
|
4911
|
+
openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
|
|
4912
|
+
zod: 3.25.76
|
|
4913
|
+
transitivePeerDependencies:
|
|
4914
|
+
- ws
|
|
4915
|
+
|
|
4581
4916
|
'@mediapipe/tasks-vision@0.10.17': {}
|
|
4582
4917
|
|
|
4583
4918
|
'@monaco-editor/loader@1.7.0':
|
|
4584
4919
|
dependencies:
|
|
4585
4920
|
state-local: 1.0.7
|
|
4586
4921
|
|
|
4587
|
-
'@monaco-editor/react@4.7.0(monaco-editor@0.52.2)(react-dom@
|
|
4922
|
+
'@monaco-editor/react@4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4588
4923
|
dependencies:
|
|
4589
4924
|
'@monaco-editor/loader': 1.7.0
|
|
4590
4925
|
monaco-editor: 0.52.2
|
|
4591
|
-
react:
|
|
4592
|
-
react-dom:
|
|
4926
|
+
react: 19.2.4
|
|
4927
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4593
4928
|
|
|
4594
4929
|
'@monogrid/gainmap-js@3.4.0(three@0.160.1)':
|
|
4595
4930
|
dependencies:
|
|
@@ -4634,19 +4969,27 @@ snapshots:
|
|
|
4634
4969
|
|
|
4635
4970
|
'@protobufjs/utf8@1.1.0': {}
|
|
4636
4971
|
|
|
4637
|
-
'@react-
|
|
4972
|
+
'@react-email/render@1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4973
|
+
dependencies:
|
|
4974
|
+
html-to-text: 9.0.5
|
|
4975
|
+
prettier: 3.8.1
|
|
4976
|
+
react: 19.2.4
|
|
4977
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4978
|
+
react-promise-suspense: 0.3.4
|
|
4979
|
+
|
|
4980
|
+
'@react-leaflet/core@2.1.0(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4638
4981
|
dependencies:
|
|
4639
4982
|
leaflet: 1.9.4
|
|
4640
|
-
react:
|
|
4641
|
-
react-dom:
|
|
4983
|
+
react: 19.2.4
|
|
4984
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4642
4985
|
|
|
4643
|
-
'@react-three/drei@10.7.7(@react-three/fiber@9.5.0(@types/react@
|
|
4986
|
+
'@react-three/drei@10.7.7(@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)':
|
|
4644
4987
|
dependencies:
|
|
4645
4988
|
'@babel/runtime': 7.29.2
|
|
4646
4989
|
'@mediapipe/tasks-vision': 0.10.17
|
|
4647
4990
|
'@monogrid/gainmap-js': 3.4.0(three@0.160.1)
|
|
4648
|
-
'@react-three/fiber': 9.5.0(@types/react@
|
|
4649
|
-
'@use-gesture/react': 10.3.1(react@
|
|
4991
|
+
'@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)
|
|
4992
|
+
'@use-gesture/react': 10.3.1(react@19.2.4)
|
|
4650
4993
|
camera-controls: 3.1.2(three@0.160.1)
|
|
4651
4994
|
cross-env: 7.0.3
|
|
4652
4995
|
detect-gpu: 5.0.70
|
|
@@ -4654,41 +4997,41 @@ snapshots:
|
|
|
4654
4997
|
hls.js: 1.6.15
|
|
4655
4998
|
maath: 0.10.8(@types/three@0.183.1)(three@0.160.1)
|
|
4656
4999
|
meshline: 3.3.1(three@0.160.1)
|
|
4657
|
-
react:
|
|
5000
|
+
react: 19.2.4
|
|
4658
5001
|
stats-gl: 2.4.2(@types/three@0.183.1)(three@0.160.1)
|
|
4659
5002
|
stats.js: 0.17.0
|
|
4660
|
-
suspend-react: 0.1.3(react@
|
|
5003
|
+
suspend-react: 0.1.3(react@19.2.4)
|
|
4661
5004
|
three: 0.160.1
|
|
4662
5005
|
three-mesh-bvh: 0.8.3(three@0.160.1)
|
|
4663
5006
|
three-stdlib: 2.36.1(three@0.160.1)
|
|
4664
5007
|
troika-three-text: 0.52.4(three@0.160.1)
|
|
4665
|
-
tunnel-rat: 0.1.2(@types/react@
|
|
4666
|
-
use-sync-external-store: 1.6.0(react@
|
|
5008
|
+
tunnel-rat: 0.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
5009
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
4667
5010
|
utility-types: 3.11.0
|
|
4668
|
-
zustand: 5.0.12(@types/react@
|
|
5011
|
+
zustand: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
4669
5012
|
optionalDependencies:
|
|
4670
|
-
react-dom:
|
|
5013
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4671
5014
|
transitivePeerDependencies:
|
|
4672
5015
|
- '@types/react'
|
|
4673
5016
|
- '@types/three'
|
|
4674
5017
|
- immer
|
|
4675
5018
|
|
|
4676
|
-
'@react-three/fiber@9.5.0(@types/react@
|
|
5019
|
+
'@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)':
|
|
4677
5020
|
dependencies:
|
|
4678
5021
|
'@babel/runtime': 7.29.2
|
|
4679
5022
|
'@types/webxr': 0.5.24
|
|
4680
5023
|
base64-js: 1.5.1
|
|
4681
5024
|
buffer: 6.0.3
|
|
4682
|
-
its-fine: 2.0.0(@types/react@
|
|
4683
|
-
react:
|
|
4684
|
-
react-use-measure: 2.1.7(react-dom@
|
|
5025
|
+
its-fine: 2.0.0(@types/react@19.2.14)(react@19.2.4)
|
|
5026
|
+
react: 19.2.4
|
|
5027
|
+
react-use-measure: 2.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4685
5028
|
scheduler: 0.27.0
|
|
4686
|
-
suspend-react: 0.1.3(react@
|
|
5029
|
+
suspend-react: 0.1.3(react@19.2.4)
|
|
4687
5030
|
three: 0.160.1
|
|
4688
|
-
use-sync-external-store: 1.6.0(react@
|
|
4689
|
-
zustand: 5.0.12(@types/react@
|
|
5031
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
5032
|
+
zustand: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
4690
5033
|
optionalDependencies:
|
|
4691
|
-
react-dom:
|
|
5034
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4692
5035
|
transitivePeerDependencies:
|
|
4693
5036
|
- '@types/react'
|
|
4694
5037
|
- immer
|
|
@@ -4770,12 +5113,37 @@ snapshots:
|
|
|
4770
5113
|
'@rollup/rollup-win32-x64-msvc@4.59.0':
|
|
4771
5114
|
optional: true
|
|
4772
5115
|
|
|
5116
|
+
'@selderee/plugin-htmlparser2@0.11.0':
|
|
5117
|
+
dependencies:
|
|
5118
|
+
domhandler: 5.0.3
|
|
5119
|
+
selderee: 0.11.0
|
|
5120
|
+
|
|
5121
|
+
'@sendgrid/client@8.1.6':
|
|
5122
|
+
dependencies:
|
|
5123
|
+
'@sendgrid/helpers': 8.0.0
|
|
5124
|
+
axios: 1.13.6
|
|
5125
|
+
transitivePeerDependencies:
|
|
5126
|
+
- debug
|
|
5127
|
+
|
|
5128
|
+
'@sendgrid/helpers@8.0.0':
|
|
5129
|
+
dependencies:
|
|
5130
|
+
deepmerge: 4.3.1
|
|
5131
|
+
|
|
5132
|
+
'@sendgrid/mail@8.1.6':
|
|
5133
|
+
dependencies:
|
|
5134
|
+
'@sendgrid/client': 8.1.6
|
|
5135
|
+
'@sendgrid/helpers': 8.0.0
|
|
5136
|
+
transitivePeerDependencies:
|
|
5137
|
+
- debug
|
|
5138
|
+
|
|
5139
|
+
'@standard-schema/spec@1.1.0': {}
|
|
5140
|
+
|
|
4773
5141
|
'@tanstack/query-core@5.91.2': {}
|
|
4774
5142
|
|
|
4775
|
-
'@tanstack/react-query@5.91.2(react@
|
|
5143
|
+
'@tanstack/react-query@5.91.2(react@19.2.4)':
|
|
4776
5144
|
dependencies:
|
|
4777
5145
|
'@tanstack/query-core': 5.91.2
|
|
4778
|
-
react:
|
|
5146
|
+
react: 19.2.4
|
|
4779
5147
|
|
|
4780
5148
|
'@testing-library/dom@10.4.1':
|
|
4781
5149
|
dependencies:
|
|
@@ -4797,15 +5165,15 @@ snapshots:
|
|
|
4797
5165
|
picocolors: 1.1.1
|
|
4798
5166
|
redent: 3.0.0
|
|
4799
5167
|
|
|
4800
|
-
'@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@
|
|
5168
|
+
'@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4801
5169
|
dependencies:
|
|
4802
5170
|
'@babel/runtime': 7.29.2
|
|
4803
5171
|
'@testing-library/dom': 10.4.1
|
|
4804
|
-
react:
|
|
4805
|
-
react-dom:
|
|
5172
|
+
react: 19.2.4
|
|
5173
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4806
5174
|
optionalDependencies:
|
|
4807
|
-
'@types/react':
|
|
4808
|
-
'@types/react-dom':
|
|
5175
|
+
'@types/react': 19.2.14
|
|
5176
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
4809
5177
|
|
|
4810
5178
|
'@tootallnate/once@3.0.1':
|
|
4811
5179
|
optional: true
|
|
@@ -4934,23 +5302,20 @@ snapshots:
|
|
|
4934
5302
|
|
|
4935
5303
|
'@types/prismjs@1.26.6': {}
|
|
4936
5304
|
|
|
4937
|
-
'@types/prop-types@15.7.15': {}
|
|
4938
|
-
|
|
4939
5305
|
'@types/qs@6.15.0': {}
|
|
4940
5306
|
|
|
4941
5307
|
'@types/range-parser@1.2.7': {}
|
|
4942
5308
|
|
|
4943
|
-
'@types/react-dom@
|
|
5309
|
+
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
4944
5310
|
dependencies:
|
|
4945
|
-
'@types/react':
|
|
5311
|
+
'@types/react': 19.2.14
|
|
4946
5312
|
|
|
4947
|
-
'@types/react-reconciler@0.28.9(@types/react@
|
|
5313
|
+
'@types/react-reconciler@0.28.9(@types/react@19.2.14)':
|
|
4948
5314
|
dependencies:
|
|
4949
|
-
'@types/react':
|
|
5315
|
+
'@types/react': 19.2.14
|
|
4950
5316
|
|
|
4951
|
-
'@types/react@
|
|
5317
|
+
'@types/react@19.2.14':
|
|
4952
5318
|
dependencies:
|
|
4953
|
-
'@types/prop-types': 15.7.15
|
|
4954
5319
|
csstype: 3.2.3
|
|
4955
5320
|
|
|
4956
5321
|
'@types/request@2.48.13':
|
|
@@ -4989,6 +5354,8 @@ snapshots:
|
|
|
4989
5354
|
|
|
4990
5355
|
'@types/unist@3.0.3': {}
|
|
4991
5356
|
|
|
5357
|
+
'@types/uuid@10.0.0': {}
|
|
5358
|
+
|
|
4992
5359
|
'@types/webxr@0.5.24': {}
|
|
4993
5360
|
|
|
4994
5361
|
'@typescript-eslint/parser@8.56.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)':
|
|
@@ -5047,10 +5414,10 @@ snapshots:
|
|
|
5047
5414
|
|
|
5048
5415
|
'@use-gesture/core@10.3.1': {}
|
|
5049
5416
|
|
|
5050
|
-
'@use-gesture/react@10.3.1(react@
|
|
5417
|
+
'@use-gesture/react@10.3.1(react@19.2.4)':
|
|
5051
5418
|
dependencies:
|
|
5052
5419
|
'@use-gesture/core': 10.3.1
|
|
5053
|
-
react:
|
|
5420
|
+
react: 19.2.4
|
|
5054
5421
|
|
|
5055
5422
|
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@22.19.15)(jiti@1.21.7)(tsx@4.21.0))':
|
|
5056
5423
|
dependencies:
|
|
@@ -5137,7 +5504,6 @@ snapshots:
|
|
|
5137
5504
|
debug: 4.4.3
|
|
5138
5505
|
transitivePeerDependencies:
|
|
5139
5506
|
- supports-color
|
|
5140
|
-
optional: true
|
|
5141
5507
|
|
|
5142
5508
|
agent-base@7.1.4: {}
|
|
5143
5509
|
|
|
@@ -5194,6 +5560,14 @@ snapshots:
|
|
|
5194
5560
|
postcss: 8.5.8
|
|
5195
5561
|
postcss-value-parser: 4.2.0
|
|
5196
5562
|
|
|
5563
|
+
axios@1.13.6:
|
|
5564
|
+
dependencies:
|
|
5565
|
+
follow-redirects: 1.15.11
|
|
5566
|
+
form-data: 4.0.5
|
|
5567
|
+
proxy-from-env: 1.1.0
|
|
5568
|
+
transitivePeerDependencies:
|
|
5569
|
+
- debug
|
|
5570
|
+
|
|
5197
5571
|
bail@2.0.2: {}
|
|
5198
5572
|
|
|
5199
5573
|
balanced-match@1.0.2: {}
|
|
@@ -5210,8 +5584,7 @@ snapshots:
|
|
|
5210
5584
|
dependencies:
|
|
5211
5585
|
require-from-string: 2.0.2
|
|
5212
5586
|
|
|
5213
|
-
bignumber.js@9.3.1:
|
|
5214
|
-
optional: true
|
|
5587
|
+
bignumber.js@9.3.1: {}
|
|
5215
5588
|
|
|
5216
5589
|
binary-extensions@2.3.0: {}
|
|
5217
5590
|
|
|
@@ -5275,6 +5648,8 @@ snapshots:
|
|
|
5275
5648
|
|
|
5276
5649
|
camelcase-css@2.0.1: {}
|
|
5277
5650
|
|
|
5651
|
+
camelcase@6.3.0: {}
|
|
5652
|
+
|
|
5278
5653
|
camera-controls@3.1.2(three@0.160.1):
|
|
5279
5654
|
dependencies:
|
|
5280
5655
|
three: 0.160.1
|
|
@@ -5300,6 +5675,8 @@ snapshots:
|
|
|
5300
5675
|
ansi-styles: 4.3.0
|
|
5301
5676
|
supports-color: 7.2.0
|
|
5302
5677
|
|
|
5678
|
+
chalk@5.6.2: {}
|
|
5679
|
+
|
|
5303
5680
|
character-entities-html4@2.1.0: {}
|
|
5304
5681
|
|
|
5305
5682
|
character-entities-legacy@3.0.0: {}
|
|
@@ -5355,6 +5732,10 @@ snapshots:
|
|
|
5355
5732
|
tree-kill: 1.2.2
|
|
5356
5733
|
yargs: 17.7.2
|
|
5357
5734
|
|
|
5735
|
+
console-table-printer@2.15.0:
|
|
5736
|
+
dependencies:
|
|
5737
|
+
simple-wcswidth: 1.1.2
|
|
5738
|
+
|
|
5358
5739
|
content-disposition@0.5.4:
|
|
5359
5740
|
dependencies:
|
|
5360
5741
|
safe-buffer: 5.2.1
|
|
@@ -5477,6 +5858,8 @@ snapshots:
|
|
|
5477
5858
|
whatwg-mimetype: 4.0.0
|
|
5478
5859
|
whatwg-url: 14.2.0
|
|
5479
5860
|
|
|
5861
|
+
dayjs@1.11.20: {}
|
|
5862
|
+
|
|
5480
5863
|
debug@2.6.9:
|
|
5481
5864
|
dependencies:
|
|
5482
5865
|
ms: 2.0.0
|
|
@@ -5485,6 +5868,8 @@ snapshots:
|
|
|
5485
5868
|
dependencies:
|
|
5486
5869
|
ms: 2.1.3
|
|
5487
5870
|
|
|
5871
|
+
decamelize@1.2.0: {}
|
|
5872
|
+
|
|
5488
5873
|
decimal.js@10.6.0: {}
|
|
5489
5874
|
|
|
5490
5875
|
decode-named-character-reference@1.3.0:
|
|
@@ -5495,6 +5880,8 @@ snapshots:
|
|
|
5495
5880
|
|
|
5496
5881
|
deep-is@0.1.4: {}
|
|
5497
5882
|
|
|
5883
|
+
deepmerge@4.3.1: {}
|
|
5884
|
+
|
|
5498
5885
|
delayed-stream@1.0.0: {}
|
|
5499
5886
|
|
|
5500
5887
|
depd@2.0.0: {}
|
|
@@ -5519,6 +5906,24 @@ snapshots:
|
|
|
5519
5906
|
|
|
5520
5907
|
dom-accessibility-api@0.6.3: {}
|
|
5521
5908
|
|
|
5909
|
+
dom-serializer@2.0.0:
|
|
5910
|
+
dependencies:
|
|
5911
|
+
domelementtype: 2.3.0
|
|
5912
|
+
domhandler: 5.0.3
|
|
5913
|
+
entities: 4.5.0
|
|
5914
|
+
|
|
5915
|
+
domelementtype@2.3.0: {}
|
|
5916
|
+
|
|
5917
|
+
domhandler@5.0.3:
|
|
5918
|
+
dependencies:
|
|
5919
|
+
domelementtype: 2.3.0
|
|
5920
|
+
|
|
5921
|
+
domutils@3.2.2:
|
|
5922
|
+
dependencies:
|
|
5923
|
+
dom-serializer: 2.0.0
|
|
5924
|
+
domelementtype: 2.3.0
|
|
5925
|
+
domhandler: 5.0.3
|
|
5926
|
+
|
|
5522
5927
|
dotenv@16.6.1: {}
|
|
5523
5928
|
|
|
5524
5929
|
draco3d@1.5.7: {}
|
|
@@ -5554,6 +5959,8 @@ snapshots:
|
|
|
5554
5959
|
once: 1.4.0
|
|
5555
5960
|
optional: true
|
|
5556
5961
|
|
|
5962
|
+
entities@4.5.0: {}
|
|
5963
|
+
|
|
5557
5964
|
entities@6.0.1: {}
|
|
5558
5965
|
|
|
5559
5966
|
es-define-property@1.0.1: {}
|
|
@@ -5687,6 +6094,8 @@ snapshots:
|
|
|
5687
6094
|
event-target-shim@5.0.1:
|
|
5688
6095
|
optional: true
|
|
5689
6096
|
|
|
6097
|
+
eventemitter3@4.0.7: {}
|
|
6098
|
+
|
|
5690
6099
|
expect-type@1.3.0: {}
|
|
5691
6100
|
|
|
5692
6101
|
express@4.22.1:
|
|
@@ -5729,6 +6138,8 @@ snapshots:
|
|
|
5729
6138
|
|
|
5730
6139
|
farmhash-modern@1.1.0: {}
|
|
5731
6140
|
|
|
6141
|
+
fast-deep-equal@2.0.1: {}
|
|
6142
|
+
|
|
5732
6143
|
fast-deep-equal@3.1.3: {}
|
|
5733
6144
|
|
|
5734
6145
|
fast-glob@3.3.3:
|
|
@@ -5864,6 +6275,8 @@ snapshots:
|
|
|
5864
6275
|
kapsule: 1.16.3
|
|
5865
6276
|
preact: 10.29.0
|
|
5866
6277
|
|
|
6278
|
+
follow-redirects@1.15.11: {}
|
|
6279
|
+
|
|
5867
6280
|
force-graph@1.51.2:
|
|
5868
6281
|
dependencies:
|
|
5869
6282
|
'@tweenjs/tween.js': 25.0.0
|
|
@@ -5926,7 +6339,6 @@ snapshots:
|
|
|
5926
6339
|
transitivePeerDependencies:
|
|
5927
6340
|
- encoding
|
|
5928
6341
|
- supports-color
|
|
5929
|
-
optional: true
|
|
5930
6342
|
|
|
5931
6343
|
gcp-metadata@6.1.1:
|
|
5932
6344
|
dependencies:
|
|
@@ -5936,7 +6348,6 @@ snapshots:
|
|
|
5936
6348
|
transitivePeerDependencies:
|
|
5937
6349
|
- encoding
|
|
5938
6350
|
- supports-color
|
|
5939
|
-
optional: true
|
|
5940
6351
|
|
|
5941
6352
|
gensync@1.0.0-beta.2: {}
|
|
5942
6353
|
|
|
@@ -5985,7 +6396,6 @@ snapshots:
|
|
|
5985
6396
|
transitivePeerDependencies:
|
|
5986
6397
|
- encoding
|
|
5987
6398
|
- supports-color
|
|
5988
|
-
optional: true
|
|
5989
6399
|
|
|
5990
6400
|
google-gax@4.6.1:
|
|
5991
6401
|
dependencies:
|
|
@@ -6006,8 +6416,27 @@ snapshots:
|
|
|
6006
6416
|
- supports-color
|
|
6007
6417
|
optional: true
|
|
6008
6418
|
|
|
6009
|
-
google-logging-utils@0.0.2:
|
|
6010
|
-
|
|
6419
|
+
google-logging-utils@0.0.2: {}
|
|
6420
|
+
|
|
6421
|
+
googleapis-common@7.2.0:
|
|
6422
|
+
dependencies:
|
|
6423
|
+
extend: 3.0.2
|
|
6424
|
+
gaxios: 6.7.1
|
|
6425
|
+
google-auth-library: 9.15.1
|
|
6426
|
+
qs: 6.14.2
|
|
6427
|
+
url-template: 2.0.8
|
|
6428
|
+
uuid: 9.0.1
|
|
6429
|
+
transitivePeerDependencies:
|
|
6430
|
+
- encoding
|
|
6431
|
+
- supports-color
|
|
6432
|
+
|
|
6433
|
+
googleapis@144.0.0:
|
|
6434
|
+
dependencies:
|
|
6435
|
+
google-auth-library: 9.15.1
|
|
6436
|
+
googleapis-common: 7.2.0
|
|
6437
|
+
transitivePeerDependencies:
|
|
6438
|
+
- encoding
|
|
6439
|
+
- supports-color
|
|
6011
6440
|
|
|
6012
6441
|
gopd@1.2.0: {}
|
|
6013
6442
|
|
|
@@ -6018,7 +6447,6 @@ snapshots:
|
|
|
6018
6447
|
transitivePeerDependencies:
|
|
6019
6448
|
- encoding
|
|
6020
6449
|
- supports-color
|
|
6021
|
-
optional: true
|
|
6022
6450
|
|
|
6023
6451
|
has-flag@4.0.0: {}
|
|
6024
6452
|
|
|
@@ -6153,10 +6581,25 @@ snapshots:
|
|
|
6153
6581
|
html-entities@2.6.0:
|
|
6154
6582
|
optional: true
|
|
6155
6583
|
|
|
6584
|
+
html-to-text@9.0.5:
|
|
6585
|
+
dependencies:
|
|
6586
|
+
'@selderee/plugin-htmlparser2': 0.11.0
|
|
6587
|
+
deepmerge: 4.3.1
|
|
6588
|
+
dom-serializer: 2.0.0
|
|
6589
|
+
htmlparser2: 8.0.2
|
|
6590
|
+
selderee: 0.11.0
|
|
6591
|
+
|
|
6156
6592
|
html-url-attributes@3.0.1: {}
|
|
6157
6593
|
|
|
6158
6594
|
html-void-elements@3.0.0: {}
|
|
6159
6595
|
|
|
6596
|
+
htmlparser2@8.0.2:
|
|
6597
|
+
dependencies:
|
|
6598
|
+
domelementtype: 2.3.0
|
|
6599
|
+
domhandler: 5.0.3
|
|
6600
|
+
domutils: 3.2.2
|
|
6601
|
+
entities: 4.5.0
|
|
6602
|
+
|
|
6160
6603
|
http-errors@2.0.1:
|
|
6161
6604
|
dependencies:
|
|
6162
6605
|
depd: 2.0.0
|
|
@@ -6189,7 +6632,6 @@ snapshots:
|
|
|
6189
6632
|
debug: 4.4.3
|
|
6190
6633
|
transitivePeerDependencies:
|
|
6191
6634
|
- supports-color
|
|
6192
|
-
optional: true
|
|
6193
6635
|
|
|
6194
6636
|
https-proxy-agent@7.0.6:
|
|
6195
6637
|
dependencies:
|
|
@@ -6263,15 +6705,14 @@ snapshots:
|
|
|
6263
6705
|
|
|
6264
6706
|
is-promise@2.2.2: {}
|
|
6265
6707
|
|
|
6266
|
-
is-stream@2.0.1:
|
|
6267
|
-
optional: true
|
|
6708
|
+
is-stream@2.0.1: {}
|
|
6268
6709
|
|
|
6269
6710
|
isexe@2.0.0: {}
|
|
6270
6711
|
|
|
6271
|
-
its-fine@2.0.0(@types/react@
|
|
6712
|
+
its-fine@2.0.0(@types/react@19.2.14)(react@19.2.4):
|
|
6272
6713
|
dependencies:
|
|
6273
|
-
'@types/react-reconciler': 0.28.9(@types/react@
|
|
6274
|
-
react:
|
|
6714
|
+
'@types/react-reconciler': 0.28.9(@types/react@19.2.14)
|
|
6715
|
+
react: 19.2.4
|
|
6275
6716
|
transitivePeerDependencies:
|
|
6276
6717
|
- '@types/react'
|
|
6277
6718
|
|
|
@@ -6281,6 +6722,10 @@ snapshots:
|
|
|
6281
6722
|
|
|
6282
6723
|
jose@4.15.9: {}
|
|
6283
6724
|
|
|
6725
|
+
js-tiktoken@1.0.21:
|
|
6726
|
+
dependencies:
|
|
6727
|
+
base64-js: 1.5.1
|
|
6728
|
+
|
|
6284
6729
|
js-tokens@4.0.0: {}
|
|
6285
6730
|
|
|
6286
6731
|
jsdom@25.0.1:
|
|
@@ -6316,10 +6761,14 @@ snapshots:
|
|
|
6316
6761
|
json-bigint@1.0.0:
|
|
6317
6762
|
dependencies:
|
|
6318
6763
|
bignumber.js: 9.3.1
|
|
6319
|
-
optional: true
|
|
6320
6764
|
|
|
6321
6765
|
json-buffer@3.0.1: {}
|
|
6322
6766
|
|
|
6767
|
+
json-schema-to-ts@3.1.1:
|
|
6768
|
+
dependencies:
|
|
6769
|
+
'@babel/runtime': 7.29.2
|
|
6770
|
+
ts-algebra: 2.0.0
|
|
6771
|
+
|
|
6323
6772
|
json-schema-traverse@0.4.1: {}
|
|
6324
6773
|
|
|
6325
6774
|
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
@@ -6378,6 +6827,21 @@ snapshots:
|
|
|
6378
6827
|
dependencies:
|
|
6379
6828
|
json-buffer: 3.0.1
|
|
6380
6829
|
|
|
6830
|
+
langsmith@0.5.12(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0):
|
|
6831
|
+
dependencies:
|
|
6832
|
+
'@types/uuid': 10.0.0
|
|
6833
|
+
chalk: 5.6.2
|
|
6834
|
+
console-table-printer: 2.15.0
|
|
6835
|
+
p-queue: 6.6.2
|
|
6836
|
+
semver: 7.7.4
|
|
6837
|
+
uuid: 10.0.0
|
|
6838
|
+
optionalDependencies:
|
|
6839
|
+
'@opentelemetry/api': 1.9.0
|
|
6840
|
+
openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
|
|
6841
|
+
ws: 8.19.0
|
|
6842
|
+
|
|
6843
|
+
leac@0.6.0: {}
|
|
6844
|
+
|
|
6381
6845
|
leaflet@1.9.4: {}
|
|
6382
6846
|
|
|
6383
6847
|
levn@0.4.1:
|
|
@@ -6449,9 +6913,9 @@ snapshots:
|
|
|
6449
6913
|
lodash.clonedeep: 4.5.0
|
|
6450
6914
|
lru-cache: 6.0.0
|
|
6451
6915
|
|
|
6452
|
-
lucide-react@0.344.0(react@
|
|
6916
|
+
lucide-react@0.344.0(react@19.2.4):
|
|
6453
6917
|
dependencies:
|
|
6454
|
-
react:
|
|
6918
|
+
react: 19.2.4
|
|
6455
6919
|
|
|
6456
6920
|
lz-string@1.5.0: {}
|
|
6457
6921
|
|
|
@@ -6880,6 +7344,8 @@ snapshots:
|
|
|
6880
7344
|
|
|
6881
7345
|
ms@2.1.3: {}
|
|
6882
7346
|
|
|
7347
|
+
mustache@4.2.0: {}
|
|
7348
|
+
|
|
6883
7349
|
mz@2.7.0:
|
|
6884
7350
|
dependencies:
|
|
6885
7351
|
any-promise: 1.3.0
|
|
@@ -6895,7 +7361,6 @@ snapshots:
|
|
|
6895
7361
|
node-fetch@2.7.0:
|
|
6896
7362
|
dependencies:
|
|
6897
7363
|
whatwg-url: 5.0.0
|
|
6898
|
-
optional: true
|
|
6899
7364
|
|
|
6900
7365
|
node-forge@1.3.3: {}
|
|
6901
7366
|
|
|
@@ -6920,6 +7385,11 @@ snapshots:
|
|
|
6920
7385
|
wrappy: 1.0.2
|
|
6921
7386
|
optional: true
|
|
6922
7387
|
|
|
7388
|
+
openai@6.32.0(ws@8.19.0)(zod@3.25.76):
|
|
7389
|
+
optionalDependencies:
|
|
7390
|
+
ws: 8.19.0
|
|
7391
|
+
zod: 3.25.76
|
|
7392
|
+
|
|
6923
7393
|
optionator@0.9.4:
|
|
6924
7394
|
dependencies:
|
|
6925
7395
|
deep-is: 0.1.4
|
|
@@ -6929,6 +7399,8 @@ snapshots:
|
|
|
6929
7399
|
type-check: 0.4.0
|
|
6930
7400
|
word-wrap: 1.2.5
|
|
6931
7401
|
|
|
7402
|
+
p-finally@1.0.0: {}
|
|
7403
|
+
|
|
6932
7404
|
p-limit@3.1.0:
|
|
6933
7405
|
dependencies:
|
|
6934
7406
|
yocto-queue: 0.1.0
|
|
@@ -6937,6 +7409,15 @@ snapshots:
|
|
|
6937
7409
|
dependencies:
|
|
6938
7410
|
p-limit: 3.1.0
|
|
6939
7411
|
|
|
7412
|
+
p-queue@6.6.2:
|
|
7413
|
+
dependencies:
|
|
7414
|
+
eventemitter3: 4.0.7
|
|
7415
|
+
p-timeout: 3.2.0
|
|
7416
|
+
|
|
7417
|
+
p-timeout@3.2.0:
|
|
7418
|
+
dependencies:
|
|
7419
|
+
p-finally: 1.0.0
|
|
7420
|
+
|
|
6940
7421
|
parse-entities@4.0.2:
|
|
6941
7422
|
dependencies:
|
|
6942
7423
|
'@types/unist': 2.0.11
|
|
@@ -6951,6 +7432,11 @@ snapshots:
|
|
|
6951
7432
|
dependencies:
|
|
6952
7433
|
entities: 6.0.1
|
|
6953
7434
|
|
|
7435
|
+
parseley@0.12.1:
|
|
7436
|
+
dependencies:
|
|
7437
|
+
leac: 0.6.0
|
|
7438
|
+
peberminta: 0.9.0
|
|
7439
|
+
|
|
6954
7440
|
parseurl@1.3.3: {}
|
|
6955
7441
|
|
|
6956
7442
|
path-exists@4.0.0: {}
|
|
@@ -6968,6 +7454,8 @@ snapshots:
|
|
|
6968
7454
|
|
|
6969
7455
|
pathval@2.0.1: {}
|
|
6970
7456
|
|
|
7457
|
+
peberminta@0.9.0: {}
|
|
7458
|
+
|
|
6971
7459
|
picocolors@1.1.1: {}
|
|
6972
7460
|
|
|
6973
7461
|
picomatch@2.3.1: {}
|
|
@@ -7022,6 +7510,8 @@ snapshots:
|
|
|
7022
7510
|
|
|
7023
7511
|
prelude-ls@1.2.1: {}
|
|
7024
7512
|
|
|
7513
|
+
prettier@3.8.1: {}
|
|
7514
|
+
|
|
7025
7515
|
pretty-format@27.5.1:
|
|
7026
7516
|
dependencies:
|
|
7027
7517
|
ansi-regex: 5.0.1
|
|
@@ -7068,6 +7558,8 @@ snapshots:
|
|
|
7068
7558
|
forwarded: 0.2.0
|
|
7069
7559
|
ipaddr.js: 1.9.1
|
|
7070
7560
|
|
|
7561
|
+
proxy-from-env@1.1.0: {}
|
|
7562
|
+
|
|
7071
7563
|
punycode@2.3.1: {}
|
|
7072
7564
|
|
|
7073
7565
|
qs@6.14.2:
|
|
@@ -7085,45 +7577,44 @@ snapshots:
|
|
|
7085
7577
|
iconv-lite: 0.4.24
|
|
7086
7578
|
unpipe: 1.0.0
|
|
7087
7579
|
|
|
7088
|
-
react-dom@
|
|
7580
|
+
react-dom@19.2.4(react@19.2.4):
|
|
7089
7581
|
dependencies:
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
scheduler: 0.23.2
|
|
7582
|
+
react: 19.2.4
|
|
7583
|
+
scheduler: 0.27.0
|
|
7093
7584
|
|
|
7094
|
-
react-force-graph-2d@1.29.1(react@
|
|
7585
|
+
react-force-graph-2d@1.29.1(react@19.2.4):
|
|
7095
7586
|
dependencies:
|
|
7096
7587
|
force-graph: 1.51.2
|
|
7097
7588
|
prop-types: 15.8.1
|
|
7098
|
-
react:
|
|
7099
|
-
react-kapsule: 2.5.7(react@
|
|
7589
|
+
react: 19.2.4
|
|
7590
|
+
react-kapsule: 2.5.7(react@19.2.4)
|
|
7100
7591
|
|
|
7101
7592
|
react-is@16.13.1: {}
|
|
7102
7593
|
|
|
7103
7594
|
react-is@17.0.2: {}
|
|
7104
7595
|
|
|
7105
|
-
react-kapsule@2.5.7(react@
|
|
7596
|
+
react-kapsule@2.5.7(react@19.2.4):
|
|
7106
7597
|
dependencies:
|
|
7107
7598
|
jerrypick: 1.1.2
|
|
7108
|
-
react:
|
|
7599
|
+
react: 19.2.4
|
|
7109
7600
|
|
|
7110
|
-
react-leaflet@4.2.1(leaflet@1.9.4)(react-dom@
|
|
7601
|
+
react-leaflet@4.2.1(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7111
7602
|
dependencies:
|
|
7112
|
-
'@react-leaflet/core': 2.1.0(leaflet@1.9.4)(react-dom@
|
|
7603
|
+
'@react-leaflet/core': 2.1.0(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7113
7604
|
leaflet: 1.9.4
|
|
7114
|
-
react:
|
|
7115
|
-
react-dom:
|
|
7605
|
+
react: 19.2.4
|
|
7606
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7116
7607
|
|
|
7117
|
-
react-markdown@9.1.0(@types/react@
|
|
7608
|
+
react-markdown@9.1.0(@types/react@19.2.14)(react@19.2.4):
|
|
7118
7609
|
dependencies:
|
|
7119
7610
|
'@types/hast': 3.0.4
|
|
7120
7611
|
'@types/mdast': 4.0.4
|
|
7121
|
-
'@types/react':
|
|
7612
|
+
'@types/react': 19.2.14
|
|
7122
7613
|
devlop: 1.1.0
|
|
7123
7614
|
hast-util-to-jsx-runtime: 2.3.6
|
|
7124
7615
|
html-url-attributes: 3.0.1
|
|
7125
7616
|
mdast-util-to-hast: 13.2.1
|
|
7126
|
-
react:
|
|
7617
|
+
react: 19.2.4
|
|
7127
7618
|
remark-parse: 11.0.0
|
|
7128
7619
|
remark-rehype: 11.1.2
|
|
7129
7620
|
unified: 11.0.5
|
|
@@ -7132,41 +7623,43 @@ snapshots:
|
|
|
7132
7623
|
transitivePeerDependencies:
|
|
7133
7624
|
- supports-color
|
|
7134
7625
|
|
|
7626
|
+
react-promise-suspense@0.3.4:
|
|
7627
|
+
dependencies:
|
|
7628
|
+
fast-deep-equal: 2.0.1
|
|
7629
|
+
|
|
7135
7630
|
react-refresh@0.17.0: {}
|
|
7136
7631
|
|
|
7137
|
-
react-router-dom@7.13.1(react-dom@
|
|
7632
|
+
react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7138
7633
|
dependencies:
|
|
7139
|
-
react:
|
|
7140
|
-
react-dom:
|
|
7141
|
-
react-router: 7.13.1(react-dom@
|
|
7634
|
+
react: 19.2.4
|
|
7635
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7636
|
+
react-router: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7142
7637
|
|
|
7143
|
-
react-router@7.13.1(react-dom@
|
|
7638
|
+
react-router@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7144
7639
|
dependencies:
|
|
7145
7640
|
cookie: 1.1.1
|
|
7146
|
-
react:
|
|
7641
|
+
react: 19.2.4
|
|
7147
7642
|
set-cookie-parser: 2.7.2
|
|
7148
7643
|
optionalDependencies:
|
|
7149
|
-
react-dom:
|
|
7644
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7150
7645
|
|
|
7151
|
-
react-syntax-highlighter@16.1.1(react@
|
|
7646
|
+
react-syntax-highlighter@16.1.1(react@19.2.4):
|
|
7152
7647
|
dependencies:
|
|
7153
7648
|
'@babel/runtime': 7.29.2
|
|
7154
7649
|
highlight.js: 10.7.3
|
|
7155
7650
|
highlightjs-vue: 1.0.0
|
|
7156
7651
|
lowlight: 1.20.0
|
|
7157
7652
|
prismjs: 1.30.0
|
|
7158
|
-
react:
|
|
7653
|
+
react: 19.2.4
|
|
7159
7654
|
refractor: 5.0.0
|
|
7160
7655
|
|
|
7161
|
-
react-use-measure@2.1.7(react-dom@
|
|
7656
|
+
react-use-measure@2.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7162
7657
|
dependencies:
|
|
7163
|
-
react:
|
|
7658
|
+
react: 19.2.4
|
|
7164
7659
|
optionalDependencies:
|
|
7165
|
-
react-dom:
|
|
7660
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7166
7661
|
|
|
7167
|
-
react@
|
|
7168
|
-
dependencies:
|
|
7169
|
-
loose-envify: 1.4.0
|
|
7662
|
+
react@19.2.4: {}
|
|
7170
7663
|
|
|
7171
7664
|
read-cache@1.0.0:
|
|
7172
7665
|
dependencies:
|
|
@@ -7258,6 +7751,13 @@ snapshots:
|
|
|
7258
7751
|
|
|
7259
7752
|
require-from-string@2.0.2: {}
|
|
7260
7753
|
|
|
7754
|
+
resend@4.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7755
|
+
dependencies:
|
|
7756
|
+
'@react-email/render': 1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7757
|
+
transitivePeerDependencies:
|
|
7758
|
+
- react
|
|
7759
|
+
- react-dom
|
|
7760
|
+
|
|
7261
7761
|
resolve-pkg-maps@1.0.0: {}
|
|
7262
7762
|
|
|
7263
7763
|
resolve@1.22.11:
|
|
@@ -7332,12 +7832,14 @@ snapshots:
|
|
|
7332
7832
|
dependencies:
|
|
7333
7833
|
xmlchars: 2.2.0
|
|
7334
7834
|
|
|
7335
|
-
scheduler@0.23.2:
|
|
7336
|
-
dependencies:
|
|
7337
|
-
loose-envify: 1.4.0
|
|
7338
|
-
|
|
7339
7835
|
scheduler@0.27.0: {}
|
|
7340
7836
|
|
|
7837
|
+
scmp@2.1.0: {}
|
|
7838
|
+
|
|
7839
|
+
selderee@0.11.0:
|
|
7840
|
+
dependencies:
|
|
7841
|
+
parseley: 0.12.1
|
|
7842
|
+
|
|
7341
7843
|
semver@6.3.1: {}
|
|
7342
7844
|
|
|
7343
7845
|
semver@7.7.4: {}
|
|
@@ -7411,6 +7913,8 @@ snapshots:
|
|
|
7411
7913
|
|
|
7412
7914
|
siginfo@2.0.0: {}
|
|
7413
7915
|
|
|
7916
|
+
simple-wcswidth@1.1.2: {}
|
|
7917
|
+
|
|
7414
7918
|
source-map-js@1.2.1: {}
|
|
7415
7919
|
|
|
7416
7920
|
space-separated-tokens@2.0.2: {}
|
|
@@ -7462,6 +7966,11 @@ snapshots:
|
|
|
7462
7966
|
dependencies:
|
|
7463
7967
|
min-indent: 1.0.1
|
|
7464
7968
|
|
|
7969
|
+
stripe@17.7.0:
|
|
7970
|
+
dependencies:
|
|
7971
|
+
'@types/node': 20.19.37
|
|
7972
|
+
qs: 6.14.2
|
|
7973
|
+
|
|
7465
7974
|
strnum@2.2.1:
|
|
7466
7975
|
optional: true
|
|
7467
7976
|
|
|
@@ -7496,9 +8005,9 @@ snapshots:
|
|
|
7496
8005
|
|
|
7497
8006
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
7498
8007
|
|
|
7499
|
-
suspend-react@0.1.3(react@
|
|
8008
|
+
suspend-react@0.1.3(react@19.2.4):
|
|
7500
8009
|
dependencies:
|
|
7501
|
-
react:
|
|
8010
|
+
react: 19.2.4
|
|
7502
8011
|
|
|
7503
8012
|
symbol-tree@3.2.4: {}
|
|
7504
8013
|
|
|
@@ -7601,8 +8110,7 @@ snapshots:
|
|
|
7601
8110
|
dependencies:
|
|
7602
8111
|
tldts: 6.1.86
|
|
7603
8112
|
|
|
7604
|
-
tr46@0.0.3:
|
|
7605
|
-
optional: true
|
|
8113
|
+
tr46@0.0.3: {}
|
|
7606
8114
|
|
|
7607
8115
|
tr46@5.1.1:
|
|
7608
8116
|
dependencies:
|
|
@@ -7628,6 +8136,8 @@ snapshots:
|
|
|
7628
8136
|
|
|
7629
8137
|
trough@2.2.0: {}
|
|
7630
8138
|
|
|
8139
|
+
ts-algebra@2.0.0: {}
|
|
8140
|
+
|
|
7631
8141
|
ts-api-utils@2.5.0(typescript@5.9.3):
|
|
7632
8142
|
dependencies:
|
|
7633
8143
|
typescript: 5.9.3
|
|
@@ -7643,9 +8153,9 @@ snapshots:
|
|
|
7643
8153
|
optionalDependencies:
|
|
7644
8154
|
fsevents: 2.3.3
|
|
7645
8155
|
|
|
7646
|
-
tunnel-rat@0.1.2(@types/react@
|
|
8156
|
+
tunnel-rat@0.1.2(@types/react@19.2.14)(react@19.2.4):
|
|
7647
8157
|
dependencies:
|
|
7648
|
-
zustand: 4.5.7(@types/react@
|
|
8158
|
+
zustand: 4.5.7(@types/react@19.2.14)(react@19.2.4)
|
|
7649
8159
|
transitivePeerDependencies:
|
|
7650
8160
|
- '@types/react'
|
|
7651
8161
|
- immer
|
|
@@ -7660,6 +8170,19 @@ snapshots:
|
|
|
7660
8170
|
'@turbo/windows-64': 2.8.19
|
|
7661
8171
|
'@turbo/windows-arm64': 2.8.19
|
|
7662
8172
|
|
|
8173
|
+
twilio@5.13.0:
|
|
8174
|
+
dependencies:
|
|
8175
|
+
axios: 1.13.6
|
|
8176
|
+
dayjs: 1.11.20
|
|
8177
|
+
https-proxy-agent: 5.0.1
|
|
8178
|
+
jsonwebtoken: 9.0.3
|
|
8179
|
+
qs: 6.14.2
|
|
8180
|
+
scmp: 2.1.0
|
|
8181
|
+
xmlbuilder: 13.0.2
|
|
8182
|
+
transitivePeerDependencies:
|
|
8183
|
+
- debug
|
|
8184
|
+
- supports-color
|
|
8185
|
+
|
|
7663
8186
|
type-check@0.4.0:
|
|
7664
8187
|
dependencies:
|
|
7665
8188
|
prelude-ls: 1.2.1
|
|
@@ -7728,9 +8251,11 @@ snapshots:
|
|
|
7728
8251
|
dependencies:
|
|
7729
8252
|
punycode: 2.3.1
|
|
7730
8253
|
|
|
7731
|
-
|
|
8254
|
+
url-template@2.0.8: {}
|
|
8255
|
+
|
|
8256
|
+
use-sync-external-store@1.6.0(react@19.2.4):
|
|
7732
8257
|
dependencies:
|
|
7733
|
-
react:
|
|
8258
|
+
react: 19.2.4
|
|
7734
8259
|
|
|
7735
8260
|
util-deprecate@1.0.2: {}
|
|
7736
8261
|
|
|
@@ -7740,11 +8265,12 @@ snapshots:
|
|
|
7740
8265
|
|
|
7741
8266
|
uuid@10.0.0: {}
|
|
7742
8267
|
|
|
8268
|
+
uuid@11.1.0: {}
|
|
8269
|
+
|
|
7743
8270
|
uuid@8.3.2:
|
|
7744
8271
|
optional: true
|
|
7745
8272
|
|
|
7746
|
-
uuid@9.0.1:
|
|
7747
|
-
optional: true
|
|
8273
|
+
uuid@9.0.1: {}
|
|
7748
8274
|
|
|
7749
8275
|
vary@1.1.2: {}
|
|
7750
8276
|
|
|
@@ -7915,8 +8441,7 @@ snapshots:
|
|
|
7915
8441
|
|
|
7916
8442
|
webgl-sdf-generator@1.1.1: {}
|
|
7917
8443
|
|
|
7918
|
-
webidl-conversions@3.0.1:
|
|
7919
|
-
optional: true
|
|
8444
|
+
webidl-conversions@3.0.1: {}
|
|
7920
8445
|
|
|
7921
8446
|
webidl-conversions@7.0.0: {}
|
|
7922
8447
|
|
|
@@ -7943,7 +8468,6 @@ snapshots:
|
|
|
7943
8468
|
dependencies:
|
|
7944
8469
|
tr46: 0.0.3
|
|
7945
8470
|
webidl-conversions: 3.0.1
|
|
7946
|
-
optional: true
|
|
7947
8471
|
|
|
7948
8472
|
which@2.0.2:
|
|
7949
8473
|
dependencies:
|
|
@@ -7969,6 +8493,8 @@ snapshots:
|
|
|
7969
8493
|
|
|
7970
8494
|
xml-name-validator@5.0.0: {}
|
|
7971
8495
|
|
|
8496
|
+
xmlbuilder@13.0.2: {}
|
|
8497
|
+
|
|
7972
8498
|
xmlchars@2.2.0: {}
|
|
7973
8499
|
|
|
7974
8500
|
y18n@5.0.8: {}
|
|
@@ -7993,17 +8519,17 @@ snapshots:
|
|
|
7993
8519
|
|
|
7994
8520
|
zod@3.25.76: {}
|
|
7995
8521
|
|
|
7996
|
-
zustand@4.5.7(@types/react@
|
|
8522
|
+
zustand@4.5.7(@types/react@19.2.14)(react@19.2.4):
|
|
7997
8523
|
dependencies:
|
|
7998
|
-
use-sync-external-store: 1.6.0(react@
|
|
8524
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
7999
8525
|
optionalDependencies:
|
|
8000
|
-
'@types/react':
|
|
8001
|
-
react:
|
|
8526
|
+
'@types/react': 19.2.14
|
|
8527
|
+
react: 19.2.4
|
|
8002
8528
|
|
|
8003
|
-
zustand@5.0.12(@types/react@
|
|
8529
|
+
zustand@5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)):
|
|
8004
8530
|
optionalDependencies:
|
|
8005
|
-
'@types/react':
|
|
8006
|
-
react:
|
|
8007
|
-
use-sync-external-store: 1.6.0(react@
|
|
8531
|
+
'@types/react': 19.2.14
|
|
8532
|
+
react: 19.2.4
|
|
8533
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
8008
8534
|
|
|
8009
8535
|
zwitch@2.0.4: {}
|