@almadar/orb 4.1.0 → 4.2.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 +6 -6
- package/shells/almadar-shell/package.json +2 -2
- package/shells/almadar-shell/packages/client/package.json +7 -2
- package/shells/almadar-shell/packages/client/src/main.tsx +1 -3
- package/shells/almadar-shell/packages/client/vite.config.ts +1 -0
- package/shells/almadar-shell/pnpm-lock.yaml +279 -29
- package/shells/orb-shell/packages/client/package-lock.json +11190 -0
- package/shells/orb-shell/packages/server/package-lock.json +6322 -0
- package/shells/orb-shell/packages/shared/package-lock.json +24 -0
|
@@ -32,11 +32,20 @@ importers:
|
|
|
32
32
|
specifier: ^2.0.0
|
|
33
33
|
version: 2.8.1
|
|
34
34
|
'@almadar/ui':
|
|
35
|
-
specifier: '>=2.
|
|
36
|
-
version: 2.
|
|
35
|
+
specifier: '>=2.28.0'
|
|
36
|
+
version: 2.28.0(@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)
|
|
37
37
|
'@monaco-editor/react':
|
|
38
38
|
specifier: ^4.7.0
|
|
39
39
|
version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
40
|
+
'@react-three/drei':
|
|
41
|
+
specifier: ^9.92.0
|
|
42
|
+
version: 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))
|
|
43
|
+
'@react-three/fiber':
|
|
44
|
+
specifier: ^9.0.0
|
|
45
|
+
version: 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)
|
|
46
|
+
'@react-three/postprocessing':
|
|
47
|
+
specifier: ^3.0.0
|
|
48
|
+
version: 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)
|
|
40
49
|
'@tanstack/react-query':
|
|
41
50
|
specifier: ^5.67.3
|
|
42
51
|
version: 5.91.2(react@19.2.4)
|
|
@@ -52,6 +61,9 @@ importers:
|
|
|
52
61
|
monaco-editor:
|
|
53
62
|
specifier: ^0.52.2
|
|
54
63
|
version: 0.52.2
|
|
64
|
+
postprocessing:
|
|
65
|
+
specifier: ^6.39.0
|
|
66
|
+
version: 6.39.0(three@0.160.1)
|
|
55
67
|
react:
|
|
56
68
|
specifier: ^19.0.0
|
|
57
69
|
version: 19.2.4
|
|
@@ -82,6 +94,9 @@ importers:
|
|
|
82
94
|
remark-math:
|
|
83
95
|
specifier: ^6.0.0
|
|
84
96
|
version: 6.0.0
|
|
97
|
+
three:
|
|
98
|
+
specifier: ^0.160.0
|
|
99
|
+
version: 0.160.1
|
|
85
100
|
zustand:
|
|
86
101
|
specifier: ^5.0.3
|
|
87
102
|
version: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
@@ -211,6 +226,9 @@ packages:
|
|
|
211
226
|
'@almadar/core@2.6.1':
|
|
212
227
|
resolution: {integrity: sha512-hiWSxGNfah/0N1n7nG42TWQGR05+QL4AIrlWNxfSS6/1/atUrPhV/23drIYCY7rr+Nz8Kofc1mwZ1MXBpa3H6g==}
|
|
213
228
|
|
|
229
|
+
'@almadar/core@2.7.0':
|
|
230
|
+
resolution: {integrity: sha512-g4ItaEcrTpcMUjMcQ8Ke2NdKYKYqy5zxGW01UQhAFtB310MJVjnmQ9oG6EzuSPPkM+STu1T6yqf6uEchS4dc9Q==}
|
|
231
|
+
|
|
214
232
|
'@almadar/eslint-plugin@2.5.0':
|
|
215
233
|
resolution: {integrity: sha512-rt5ATRUHyhke7yCBn5qUXyjKDEQaFXs8wqOWtd/Yh5IuuMn9p2Q7UupYUzfCwLmBXBYjwLxpat/A7En4lWrcFA==}
|
|
216
234
|
peerDependencies:
|
|
@@ -219,6 +237,9 @@ packages:
|
|
|
219
237
|
'@almadar/evaluator@2.5.1':
|
|
220
238
|
resolution: {integrity: sha512-uUGourPCY2JnXps3pevKtyalQd2ht77TD+g/edYEWCJ3ngdNt/SQPTgj5tFPnOftb5QOZO0FHdFUqiZGSMafCA==}
|
|
221
239
|
|
|
240
|
+
'@almadar/evaluator@2.5.6':
|
|
241
|
+
resolution: {integrity: sha512-CaCvPCFerOfN0/YtHB/JtkgmTh/j00UKBEnb/nZWrctOI2uw8S81KiIqMBpXNfxkSE0nU9xKz5Jx466FbGTTgg==}
|
|
242
|
+
|
|
222
243
|
'@almadar/integrations@2.2.1':
|
|
223
244
|
resolution: {integrity: sha512-GxLk4yJVzCNVSKlyeDTvAy6kwUWtfptpW/rjifcuqoCj59Ej44+WtEUF6t/ECJIBbXFtivK5vzBwDj17YVQh6Q==}
|
|
224
245
|
|
|
@@ -233,9 +254,15 @@ packages:
|
|
|
233
254
|
'@almadar/operators@2.1.1':
|
|
234
255
|
resolution: {integrity: sha512-DxyB2CAU7dmxQPM+T17xtIAN7MT+DWXzM/SqM/1us1F4oDEsG5R0DKXwy9WLO5kpLaxlBTMPwGTz4wyaXnS9pA==}
|
|
235
256
|
|
|
257
|
+
'@almadar/operators@2.1.3':
|
|
258
|
+
resolution: {integrity: sha512-0wjRClcWT/DcYtmnTku/IIXWGCLzMzai/a/KwP4NorkqjDIEY9+vmAui4qB6rePhkT2aOfLb4sP8uX7vvyG7nw==}
|
|
259
|
+
|
|
236
260
|
'@almadar/patterns@2.8.1':
|
|
237
261
|
resolution: {integrity: sha512-jBPZniyptqbGHNro+wqdkN4I2lQu2GJ6C1F5k4jQx6BmqdLQCbjx0imKnF9E2HTd9B1Llj5COxDX7DtcLrINwg==}
|
|
238
262
|
|
|
263
|
+
'@almadar/patterns@2.8.11':
|
|
264
|
+
resolution: {integrity: sha512-QSRezI/VtwjWc3LgHCENL+U/2kvdIbF5dLKyDAqkAmOfQpEs9sZg8kwlzSGzTs22e19hf5PrEyVG2zquF4/YVA==}
|
|
265
|
+
|
|
239
266
|
'@almadar/runtime@2.1.1':
|
|
240
267
|
resolution: {integrity: sha512-4OaBp+BsXeXPJSJ2H78k352PpRtUjK4NH3CM9jLJ8Kni9dPEAZdlTFS0/pLQqskiFZPz68NnbZg+I+/KHTrJ7w==}
|
|
241
268
|
peerDependencies:
|
|
@@ -250,11 +277,12 @@ packages:
|
|
|
250
277
|
'@almadar-io/agent':
|
|
251
278
|
optional: true
|
|
252
279
|
|
|
253
|
-
'@almadar/ui@2.
|
|
254
|
-
resolution: {integrity: sha512-
|
|
280
|
+
'@almadar/ui@2.28.0':
|
|
281
|
+
resolution: {integrity: sha512-84hoelMA8AaULVP0au+C9ygY8p2rfuX3bssrSRp4Vr4VKkBapV7FQlhmop2F52lF4l5GHQwrJ7a7aCr8Ws6Aow==}
|
|
255
282
|
peerDependencies:
|
|
256
283
|
'@react-three/drei': ^9.92.0 || ^10.0.0
|
|
257
284
|
'@react-three/fiber': ^9.0.0
|
|
285
|
+
'@react-three/postprocessing': ^3.0.0
|
|
258
286
|
'@tanstack/react-query': ^5.0.0
|
|
259
287
|
react: '>=18.0.0'
|
|
260
288
|
react-dom: '>=18.0.0'
|
|
@@ -995,13 +1023,41 @@ packages:
|
|
|
995
1023
|
react: ^18.0.0
|
|
996
1024
|
react-dom: ^18.0.0
|
|
997
1025
|
|
|
998
|
-
'@react-
|
|
999
|
-
resolution: {integrity: sha512-
|
|
1026
|
+
'@react-spring/animated@9.7.5':
|
|
1027
|
+
resolution: {integrity: sha512-Tqrwz7pIlsSDITzxoLS3n/v/YCUHQdOIKtOJf4yL6kYVSDTSmVK1LI1Q3M/uu2Sx4X3pIWF3xLUhlsA6SPNTNg==}
|
|
1000
1028
|
peerDependencies:
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1029
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1030
|
+
|
|
1031
|
+
'@react-spring/core@9.7.5':
|
|
1032
|
+
resolution: {integrity: sha512-rmEqcxRcu7dWh7MnCcMXLvrf6/SDlSokLaLTxiPlAYi11nN3B5oiCUAblO72o+9z/87j2uzxa2Inm8UbLjXA+w==}
|
|
1033
|
+
peerDependencies:
|
|
1034
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1035
|
+
|
|
1036
|
+
'@react-spring/rafz@9.7.5':
|
|
1037
|
+
resolution: {integrity: sha512-5ZenDQMC48wjUzPAm1EtwQ5Ot3bLIAwwqP2w2owG5KoNdNHpEJV263nGhCeKKmuA3vG2zLLOdu3or6kuDjA6Aw==}
|
|
1038
|
+
|
|
1039
|
+
'@react-spring/shared@9.7.5':
|
|
1040
|
+
resolution: {integrity: sha512-wdtoJrhUeeyD/PP/zo+np2s1Z820Ohr/BbuVYv+3dVLW7WctoiN7std8rISoYoHpUXtbkpesSKuPIw/6U1w1Pw==}
|
|
1041
|
+
peerDependencies:
|
|
1042
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1043
|
+
|
|
1044
|
+
'@react-spring/three@9.7.5':
|
|
1045
|
+
resolution: {integrity: sha512-RxIsCoQfUqOS3POmhVHa1wdWS0wyHAUway73uRLp3GAL5U2iYVNdnzQsep6M2NZ994BlW8TcKuMtQHUqOsy6WA==}
|
|
1046
|
+
peerDependencies:
|
|
1047
|
+
'@react-three/fiber': '>=6.0'
|
|
1048
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1049
|
+
three: '>=0.126'
|
|
1050
|
+
|
|
1051
|
+
'@react-spring/types@9.7.5':
|
|
1052
|
+
resolution: {integrity: sha512-HVj7LrZ4ReHWBimBvu2SKND3cDVUPWKLqRTmWe/fNY6o1owGOX0cAHbdPDTMelgBlVbrTKrre6lFkhqGZErK/g==}
|
|
1053
|
+
|
|
1054
|
+
'@react-three/drei@9.122.0':
|
|
1055
|
+
resolution: {integrity: sha512-SEO/F/rBCTjlLez7WAlpys+iGe9hty4rNgjZvgkQeXFSiwqD4Hbk/wNHMAbdd8vprO2Aj81mihv4dF5bC7D0CA==}
|
|
1056
|
+
peerDependencies:
|
|
1057
|
+
'@react-three/fiber': ^8
|
|
1058
|
+
react: ^18
|
|
1059
|
+
react-dom: ^18
|
|
1060
|
+
three: '>=0.137'
|
|
1005
1061
|
peerDependenciesMeta:
|
|
1006
1062
|
react-dom:
|
|
1007
1063
|
optional: true
|
|
@@ -1031,6 +1087,13 @@ packages:
|
|
|
1031
1087
|
react-native:
|
|
1032
1088
|
optional: true
|
|
1033
1089
|
|
|
1090
|
+
'@react-three/postprocessing@3.0.4':
|
|
1091
|
+
resolution: {integrity: sha512-e4+F5xtudDYvhxx3y0NtWXpZbwvQ0x1zdOXWTbXMK6fFLVDd4qucN90YaaStanZGS4Bd5siQm0lGL/5ogf8iDQ==}
|
|
1092
|
+
peerDependencies:
|
|
1093
|
+
'@react-three/fiber': ^9.0.0
|
|
1094
|
+
react: ^19.0
|
|
1095
|
+
three: '>= 0.156.0'
|
|
1096
|
+
|
|
1034
1097
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
1035
1098
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
1036
1099
|
|
|
@@ -1288,6 +1351,24 @@ packages:
|
|
|
1288
1351
|
'@types/cors@2.8.19':
|
|
1289
1352
|
resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==}
|
|
1290
1353
|
|
|
1354
|
+
'@types/d3-color@3.1.3':
|
|
1355
|
+
resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
|
|
1356
|
+
|
|
1357
|
+
'@types/d3-drag@3.0.7':
|
|
1358
|
+
resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==}
|
|
1359
|
+
|
|
1360
|
+
'@types/d3-interpolate@3.0.4':
|
|
1361
|
+
resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
|
|
1362
|
+
|
|
1363
|
+
'@types/d3-selection@3.0.11':
|
|
1364
|
+
resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==}
|
|
1365
|
+
|
|
1366
|
+
'@types/d3-transition@3.0.9':
|
|
1367
|
+
resolution: {integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==}
|
|
1368
|
+
|
|
1369
|
+
'@types/d3-zoom@3.0.8':
|
|
1370
|
+
resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==}
|
|
1371
|
+
|
|
1291
1372
|
'@types/debug@4.1.13':
|
|
1292
1373
|
resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
|
|
1293
1374
|
|
|
@@ -1480,6 +1561,15 @@ packages:
|
|
|
1480
1561
|
'@webgpu/types@0.1.69':
|
|
1481
1562
|
resolution: {integrity: sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==}
|
|
1482
1563
|
|
|
1564
|
+
'@xyflow/react@12.10.1':
|
|
1565
|
+
resolution: {integrity: sha512-5eSWtIK/+rkldOuFbOOz44CRgQRjtS9v5nufk77DV+XBnfCGL9HAQ8PG00o2ZYKqkEU/Ak6wrKC95Tu+2zuK3Q==}
|
|
1566
|
+
peerDependencies:
|
|
1567
|
+
react: '>=17'
|
|
1568
|
+
react-dom: '>=17'
|
|
1569
|
+
|
|
1570
|
+
'@xyflow/system@0.0.75':
|
|
1571
|
+
resolution: {integrity: sha512-iXs+AGFLi8w/VlAoc/iSxk+CxfT6o64Uw/k0CKASOPqjqz6E0rb5jFZgJtXGZCpfQI6OQpu5EnumP5fGxQheaQ==}
|
|
1572
|
+
|
|
1483
1573
|
abort-controller@3.0.0:
|
|
1484
1574
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
1485
1575
|
engines: {node: '>=6.5'}
|
|
@@ -1650,9 +1740,8 @@ packages:
|
|
|
1650
1740
|
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
1651
1741
|
engines: {node: '>=10'}
|
|
1652
1742
|
|
|
1653
|
-
camera-controls@
|
|
1654
|
-
resolution: {integrity: sha512-
|
|
1655
|
-
engines: {node: '>=22.0.0', npm: '>=10.5.1'}
|
|
1743
|
+
camera-controls@2.10.1:
|
|
1744
|
+
resolution: {integrity: sha512-KnaKdcvkBJ1Irbrzl8XD6WtZltkRjp869Jx8c0ujs9K+9WD+1D7ryBsCiVqJYUqt6i/HR5FxT7RLASieUD+Q5w==}
|
|
1656
1745
|
peerDependencies:
|
|
1657
1746
|
three: '>=0.126.1'
|
|
1658
1747
|
|
|
@@ -1698,6 +1787,9 @@ packages:
|
|
|
1698
1787
|
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
1699
1788
|
engines: {node: '>= 8.10.0'}
|
|
1700
1789
|
|
|
1790
|
+
classcat@5.0.5:
|
|
1791
|
+
resolution: {integrity: sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w==}
|
|
1792
|
+
|
|
1701
1793
|
cliui@8.0.1:
|
|
1702
1794
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
1703
1795
|
engines: {node: '>=12'}
|
|
@@ -1977,6 +2069,9 @@ packages:
|
|
|
1977
2069
|
electron-to-chromium@1.5.321:
|
|
1978
2070
|
resolution: {integrity: sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==}
|
|
1979
2071
|
|
|
2072
|
+
elkjs@0.11.1:
|
|
2073
|
+
resolution: {integrity: sha512-zxxR9k+rx5ktMwT/FwyLdPCrq7xN6e4VGGHH8hA01vVYKjTFik7nHOxBnAYtrgYUB1RpAiLvA1/U2YraWxyKKg==}
|
|
2074
|
+
|
|
1980
2075
|
emoji-regex@8.0.0:
|
|
1981
2076
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
1982
2077
|
|
|
@@ -2718,6 +2813,12 @@ packages:
|
|
|
2718
2813
|
'@types/three': '>=0.134.0'
|
|
2719
2814
|
three: '>=0.134.0'
|
|
2720
2815
|
|
|
2816
|
+
maath@0.6.0:
|
|
2817
|
+
resolution: {integrity: sha512-dSb2xQuP7vDnaYqfoKzlApeRcR2xtN8/f7WV/TMAkBC8552TwTLtOO0JTcSygkYMjNDPoo6V01jTw/aPi4JrMw==}
|
|
2818
|
+
peerDependencies:
|
|
2819
|
+
'@types/three': '>=0.144.0'
|
|
2820
|
+
three: '>=0.144.0'
|
|
2821
|
+
|
|
2721
2822
|
magic-string@0.30.21:
|
|
2722
2823
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
2723
2824
|
|
|
@@ -2936,6 +3037,12 @@ packages:
|
|
|
2936
3037
|
mz@2.7.0:
|
|
2937
3038
|
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
2938
3039
|
|
|
3040
|
+
n8ao@1.10.1:
|
|
3041
|
+
resolution: {integrity: sha512-hhI1pC+BfOZBV1KMwynBrVlIm8wqLxj/abAWhF2nZ0qQKyzTSQa1QtLVS2veRiuoBQXojxobcnp0oe+PUoxf/w==}
|
|
3042
|
+
peerDependencies:
|
|
3043
|
+
postprocessing: '>=6.30.0'
|
|
3044
|
+
three: '>=0.137'
|
|
3045
|
+
|
|
2939
3046
|
nanoid@3.3.11:
|
|
2940
3047
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
2941
3048
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
@@ -3133,6 +3240,11 @@ packages:
|
|
|
3133
3240
|
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
3134
3241
|
engines: {node: ^10 || ^12 || >=14}
|
|
3135
3242
|
|
|
3243
|
+
postprocessing@6.39.0:
|
|
3244
|
+
resolution: {integrity: sha512-/G6JY8hs426lcto/pBZlnFSkyEo1fHsh4gy7FPJtq1SaSUOzJgDW6f6f1K/+aMOYzK/eQEefyOb3++jPPIUeDA==}
|
|
3245
|
+
peerDependencies:
|
|
3246
|
+
three: '>= 0.168.0 < 0.184.0'
|
|
3247
|
+
|
|
3136
3248
|
potpack@1.0.2:
|
|
3137
3249
|
resolution: {integrity: sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==}
|
|
3138
3250
|
|
|
@@ -3199,6 +3311,11 @@ packages:
|
|
|
3199
3311
|
resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==}
|
|
3200
3312
|
engines: {node: '>= 0.8'}
|
|
3201
3313
|
|
|
3314
|
+
react-composer@5.0.3:
|
|
3315
|
+
resolution: {integrity: sha512-1uWd07EME6XZvMfapwZmc7NgCZqDemcvicRi3wMJzXsQLvZ3L7fTHVyPy1bZdnWXM4iPjYuNE+uJ41MLKeTtnA==}
|
|
3316
|
+
peerDependencies:
|
|
3317
|
+
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
|
|
3318
|
+
|
|
3202
3319
|
react-dom@19.2.4:
|
|
3203
3320
|
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
3204
3321
|
peerDependencies:
|
|
@@ -3556,10 +3673,11 @@ packages:
|
|
|
3556
3673
|
thenify@3.3.1:
|
|
3557
3674
|
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
|
|
3558
3675
|
|
|
3559
|
-
three-mesh-bvh@0.8
|
|
3560
|
-
resolution: {integrity: sha512-
|
|
3676
|
+
three-mesh-bvh@0.7.8:
|
|
3677
|
+
resolution: {integrity: sha512-BGEZTOIC14U0XIRw3tO4jY7IjP7n7v24nv9JXS1CyeVRWOCkcOMhRnmENUjuV39gktAw4Ofhr0OvIAiTspQrrw==}
|
|
3678
|
+
deprecated: Deprecated due to three.js version incompatibility. Please use v0.8.0, instead.
|
|
3561
3679
|
peerDependencies:
|
|
3562
|
-
three: '>= 0.
|
|
3680
|
+
three: '>= 0.151.0'
|
|
3563
3681
|
|
|
3564
3682
|
three-stdlib@2.36.1:
|
|
3565
3683
|
resolution: {integrity: sha512-XyGQrFmNQ5O/IoKm556ftwKsBg11TIb301MB5dWNicziQBEs2g3gtOYIf7pFiLa0zI2gUwhtCjv9fmjnxKZ1Cg==}
|
|
@@ -4040,6 +4158,12 @@ snapshots:
|
|
|
4040
4158
|
'@almadar/patterns': 2.8.1
|
|
4041
4159
|
zod: 3.25.76
|
|
4042
4160
|
|
|
4161
|
+
'@almadar/core@2.7.0':
|
|
4162
|
+
dependencies:
|
|
4163
|
+
'@almadar/operators': 2.1.3
|
|
4164
|
+
'@almadar/patterns': 2.8.11
|
|
4165
|
+
zod: 3.25.76
|
|
4166
|
+
|
|
4043
4167
|
'@almadar/eslint-plugin@2.5.0(eslint@10.0.0(jiti@1.21.7))':
|
|
4044
4168
|
dependencies:
|
|
4045
4169
|
eslint: 10.0.0(jiti@1.21.7)
|
|
@@ -4050,6 +4174,11 @@ snapshots:
|
|
|
4050
4174
|
'@almadar/core': 2.6.1
|
|
4051
4175
|
'@almadar/operators': 2.1.1
|
|
4052
4176
|
|
|
4177
|
+
'@almadar/evaluator@2.5.6':
|
|
4178
|
+
dependencies:
|
|
4179
|
+
'@almadar/core': 2.7.0
|
|
4180
|
+
'@almadar/operators': 2.1.3
|
|
4181
|
+
|
|
4053
4182
|
'@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
4183
|
dependencies:
|
|
4055
4184
|
'@almadar/core': 2.6.1
|
|
@@ -4091,12 +4220,16 @@ snapshots:
|
|
|
4091
4220
|
|
|
4092
4221
|
'@almadar/operators@2.1.1': {}
|
|
4093
4222
|
|
|
4223
|
+
'@almadar/operators@2.1.3': {}
|
|
4224
|
+
|
|
4094
4225
|
'@almadar/patterns@2.8.1': {}
|
|
4095
4226
|
|
|
4227
|
+
'@almadar/patterns@2.8.11': {}
|
|
4228
|
+
|
|
4096
4229
|
'@almadar/runtime@2.1.1(express@4.22.1)':
|
|
4097
4230
|
dependencies:
|
|
4098
|
-
'@almadar/core': 2.
|
|
4099
|
-
'@almadar/evaluator': 2.5.
|
|
4231
|
+
'@almadar/core': 2.7.0
|
|
4232
|
+
'@almadar/evaluator': 2.5.6
|
|
4100
4233
|
'@almadar/operators': 2.1.1
|
|
4101
4234
|
'@faker-js/faker': 9.9.0
|
|
4102
4235
|
express: 4.22.1
|
|
@@ -4118,16 +4251,19 @@ snapshots:
|
|
|
4118
4251
|
- supports-color
|
|
4119
4252
|
- utf-8-validate
|
|
4120
4253
|
|
|
4121
|
-
'@almadar/ui@2.
|
|
4254
|
+
'@almadar/ui@2.28.0(@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)':
|
|
4122
4255
|
dependencies:
|
|
4123
|
-
'@almadar/core': 2.
|
|
4124
|
-
'@almadar/evaluator': 2.5.
|
|
4125
|
-
'@almadar/patterns': 2.8.
|
|
4256
|
+
'@almadar/core': 2.7.0
|
|
4257
|
+
'@almadar/evaluator': 2.5.6
|
|
4258
|
+
'@almadar/patterns': 2.8.11
|
|
4126
4259
|
'@almadar/runtime': 2.1.1(express@4.22.1)
|
|
4127
|
-
'@react-three/drei':
|
|
4260
|
+
'@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))
|
|
4128
4261
|
'@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)
|
|
4262
|
+
'@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)
|
|
4129
4263
|
'@tanstack/react-query': 5.91.2(react@19.2.4)
|
|
4264
|
+
'@xyflow/react': 12.10.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4130
4265
|
clsx: 2.1.1
|
|
4266
|
+
elkjs: 0.11.1
|
|
4131
4267
|
leaflet: 1.9.4
|
|
4132
4268
|
lucide-react: 0.344.0(react@19.2.4)
|
|
4133
4269
|
react: 19.2.4
|
|
@@ -4144,6 +4280,7 @@ snapshots:
|
|
|
4144
4280
|
transitivePeerDependencies:
|
|
4145
4281
|
- '@types/react'
|
|
4146
4282
|
- express
|
|
4283
|
+
- immer
|
|
4147
4284
|
- supports-color
|
|
4148
4285
|
|
|
4149
4286
|
'@anthropic-ai/sdk@0.52.0': {}
|
|
@@ -4983,14 +5120,48 @@ snapshots:
|
|
|
4983
5120
|
react: 19.2.4
|
|
4984
5121
|
react-dom: 19.2.4(react@19.2.4)
|
|
4985
5122
|
|
|
4986
|
-
'@react-
|
|
5123
|
+
'@react-spring/animated@9.7.5(react@19.2.4)':
|
|
5124
|
+
dependencies:
|
|
5125
|
+
'@react-spring/shared': 9.7.5(react@19.2.4)
|
|
5126
|
+
'@react-spring/types': 9.7.5
|
|
5127
|
+
react: 19.2.4
|
|
5128
|
+
|
|
5129
|
+
'@react-spring/core@9.7.5(react@19.2.4)':
|
|
5130
|
+
dependencies:
|
|
5131
|
+
'@react-spring/animated': 9.7.5(react@19.2.4)
|
|
5132
|
+
'@react-spring/shared': 9.7.5(react@19.2.4)
|
|
5133
|
+
'@react-spring/types': 9.7.5
|
|
5134
|
+
react: 19.2.4
|
|
5135
|
+
|
|
5136
|
+
'@react-spring/rafz@9.7.5': {}
|
|
5137
|
+
|
|
5138
|
+
'@react-spring/shared@9.7.5(react@19.2.4)':
|
|
5139
|
+
dependencies:
|
|
5140
|
+
'@react-spring/rafz': 9.7.5
|
|
5141
|
+
'@react-spring/types': 9.7.5
|
|
5142
|
+
react: 19.2.4
|
|
5143
|
+
|
|
5144
|
+
'@react-spring/three@9.7.5(@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@19.2.4)(three@0.160.1)':
|
|
5145
|
+
dependencies:
|
|
5146
|
+
'@react-spring/animated': 9.7.5(react@19.2.4)
|
|
5147
|
+
'@react-spring/core': 9.7.5(react@19.2.4)
|
|
5148
|
+
'@react-spring/shared': 9.7.5(react@19.2.4)
|
|
5149
|
+
'@react-spring/types': 9.7.5
|
|
5150
|
+
'@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)
|
|
5151
|
+
react: 19.2.4
|
|
5152
|
+
three: 0.160.1
|
|
5153
|
+
|
|
5154
|
+
'@react-spring/types@9.7.5': {}
|
|
5155
|
+
|
|
5156
|
+
'@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))':
|
|
4987
5157
|
dependencies:
|
|
4988
5158
|
'@babel/runtime': 7.29.2
|
|
4989
5159
|
'@mediapipe/tasks-vision': 0.10.17
|
|
4990
5160
|
'@monogrid/gainmap-js': 3.4.0(three@0.160.1)
|
|
5161
|
+
'@react-spring/three': 9.7.5(@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@19.2.4)(three@0.160.1)
|
|
4991
5162
|
'@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
5163
|
'@use-gesture/react': 10.3.1(react@19.2.4)
|
|
4993
|
-
camera-controls:
|
|
5164
|
+
camera-controls: 2.10.1(three@0.160.1)
|
|
4994
5165
|
cross-env: 7.0.3
|
|
4995
5166
|
detect-gpu: 5.0.70
|
|
4996
5167
|
glsl-noise: 0.0.0
|
|
@@ -4998,15 +5169,15 @@ snapshots:
|
|
|
4998
5169
|
maath: 0.10.8(@types/three@0.183.1)(three@0.160.1)
|
|
4999
5170
|
meshline: 3.3.1(three@0.160.1)
|
|
5000
5171
|
react: 19.2.4
|
|
5172
|
+
react-composer: 5.0.3(react@19.2.4)
|
|
5001
5173
|
stats-gl: 2.4.2(@types/three@0.183.1)(three@0.160.1)
|
|
5002
5174
|
stats.js: 0.17.0
|
|
5003
5175
|
suspend-react: 0.1.3(react@19.2.4)
|
|
5004
5176
|
three: 0.160.1
|
|
5005
|
-
three-mesh-bvh: 0.8
|
|
5177
|
+
three-mesh-bvh: 0.7.8(three@0.160.1)
|
|
5006
5178
|
three-stdlib: 2.36.1(three@0.160.1)
|
|
5007
5179
|
troika-three-text: 0.52.4(three@0.160.1)
|
|
5008
5180
|
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)
|
|
5010
5181
|
utility-types: 3.11.0
|
|
5011
5182
|
zustand: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
5012
5183
|
optionalDependencies:
|
|
@@ -5015,6 +5186,7 @@ snapshots:
|
|
|
5015
5186
|
- '@types/react'
|
|
5016
5187
|
- '@types/three'
|
|
5017
5188
|
- immer
|
|
5189
|
+
- use-sync-external-store
|
|
5018
5190
|
|
|
5019
5191
|
'@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)':
|
|
5020
5192
|
dependencies:
|
|
@@ -5036,6 +5208,17 @@ snapshots:
|
|
|
5036
5208
|
- '@types/react'
|
|
5037
5209
|
- immer
|
|
5038
5210
|
|
|
5211
|
+
'@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)':
|
|
5212
|
+
dependencies:
|
|
5213
|
+
'@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)
|
|
5214
|
+
maath: 0.6.0(@types/three@0.183.1)(three@0.160.1)
|
|
5215
|
+
n8ao: 1.10.1(postprocessing@6.39.0(three@0.160.1))(three@0.160.1)
|
|
5216
|
+
postprocessing: 6.39.0(three@0.160.1)
|
|
5217
|
+
react: 19.2.4
|
|
5218
|
+
three: 0.160.1
|
|
5219
|
+
transitivePeerDependencies:
|
|
5220
|
+
- '@types/three'
|
|
5221
|
+
|
|
5039
5222
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
5040
5223
|
|
|
5041
5224
|
'@rollup/rollup-android-arm-eabi@4.59.0':
|
|
@@ -5239,6 +5422,27 @@ snapshots:
|
|
|
5239
5422
|
dependencies:
|
|
5240
5423
|
'@types/node': 20.19.37
|
|
5241
5424
|
|
|
5425
|
+
'@types/d3-color@3.1.3': {}
|
|
5426
|
+
|
|
5427
|
+
'@types/d3-drag@3.0.7':
|
|
5428
|
+
dependencies:
|
|
5429
|
+
'@types/d3-selection': 3.0.11
|
|
5430
|
+
|
|
5431
|
+
'@types/d3-interpolate@3.0.4':
|
|
5432
|
+
dependencies:
|
|
5433
|
+
'@types/d3-color': 3.1.3
|
|
5434
|
+
|
|
5435
|
+
'@types/d3-selection@3.0.11': {}
|
|
5436
|
+
|
|
5437
|
+
'@types/d3-transition@3.0.9':
|
|
5438
|
+
dependencies:
|
|
5439
|
+
'@types/d3-selection': 3.0.11
|
|
5440
|
+
|
|
5441
|
+
'@types/d3-zoom@3.0.8':
|
|
5442
|
+
dependencies:
|
|
5443
|
+
'@types/d3-interpolate': 3.0.4
|
|
5444
|
+
'@types/d3-selection': 3.0.11
|
|
5445
|
+
|
|
5242
5446
|
'@types/debug@4.1.13':
|
|
5243
5447
|
dependencies:
|
|
5244
5448
|
'@types/ms': 2.1.0
|
|
@@ -5481,6 +5685,29 @@ snapshots:
|
|
|
5481
5685
|
|
|
5482
5686
|
'@webgpu/types@0.1.69': {}
|
|
5483
5687
|
|
|
5688
|
+
'@xyflow/react@12.10.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
5689
|
+
dependencies:
|
|
5690
|
+
'@xyflow/system': 0.0.75
|
|
5691
|
+
classcat: 5.0.5
|
|
5692
|
+
react: 19.2.4
|
|
5693
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
5694
|
+
zustand: 4.5.7(@types/react@19.2.14)(react@19.2.4)
|
|
5695
|
+
transitivePeerDependencies:
|
|
5696
|
+
- '@types/react'
|
|
5697
|
+
- immer
|
|
5698
|
+
|
|
5699
|
+
'@xyflow/system@0.0.75':
|
|
5700
|
+
dependencies:
|
|
5701
|
+
'@types/d3-drag': 3.0.7
|
|
5702
|
+
'@types/d3-interpolate': 3.0.4
|
|
5703
|
+
'@types/d3-selection': 3.0.11
|
|
5704
|
+
'@types/d3-transition': 3.0.9
|
|
5705
|
+
'@types/d3-zoom': 3.0.8
|
|
5706
|
+
d3-drag: 3.0.0
|
|
5707
|
+
d3-interpolate: 3.0.1
|
|
5708
|
+
d3-selection: 3.0.0
|
|
5709
|
+
d3-zoom: 3.0.0
|
|
5710
|
+
|
|
5484
5711
|
abort-controller@3.0.0:
|
|
5485
5712
|
dependencies:
|
|
5486
5713
|
event-target-shim: 5.0.1
|
|
@@ -5650,7 +5877,7 @@ snapshots:
|
|
|
5650
5877
|
|
|
5651
5878
|
camelcase@6.3.0: {}
|
|
5652
5879
|
|
|
5653
|
-
camera-controls@
|
|
5880
|
+
camera-controls@2.10.1(three@0.160.1):
|
|
5654
5881
|
dependencies:
|
|
5655
5882
|
three: 0.160.1
|
|
5656
5883
|
|
|
@@ -5699,6 +5926,8 @@ snapshots:
|
|
|
5699
5926
|
optionalDependencies:
|
|
5700
5927
|
fsevents: 2.3.3
|
|
5701
5928
|
|
|
5929
|
+
classcat@5.0.5: {}
|
|
5930
|
+
|
|
5702
5931
|
cliui@8.0.1:
|
|
5703
5932
|
dependencies:
|
|
5704
5933
|
string-width: 4.2.3
|
|
@@ -5950,6 +6179,8 @@ snapshots:
|
|
|
5950
6179
|
|
|
5951
6180
|
electron-to-chromium@1.5.321: {}
|
|
5952
6181
|
|
|
6182
|
+
elkjs@0.11.1: {}
|
|
6183
|
+
|
|
5953
6184
|
emoji-regex@8.0.0: {}
|
|
5954
6185
|
|
|
5955
6186
|
encodeurl@2.0.0: {}
|
|
@@ -6924,6 +7155,11 @@ snapshots:
|
|
|
6924
7155
|
'@types/three': 0.183.1
|
|
6925
7156
|
three: 0.160.1
|
|
6926
7157
|
|
|
7158
|
+
maath@0.6.0(@types/three@0.183.1)(three@0.160.1):
|
|
7159
|
+
dependencies:
|
|
7160
|
+
'@types/three': 0.183.1
|
|
7161
|
+
three: 0.160.1
|
|
7162
|
+
|
|
6927
7163
|
magic-string@0.30.21:
|
|
6928
7164
|
dependencies:
|
|
6929
7165
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -7352,6 +7588,11 @@ snapshots:
|
|
|
7352
7588
|
object-assign: 4.1.1
|
|
7353
7589
|
thenify-all: 1.6.0
|
|
7354
7590
|
|
|
7591
|
+
n8ao@1.10.1(postprocessing@6.39.0(three@0.160.1))(three@0.160.1):
|
|
7592
|
+
dependencies:
|
|
7593
|
+
postprocessing: 6.39.0(three@0.160.1)
|
|
7594
|
+
three: 0.160.1
|
|
7595
|
+
|
|
7355
7596
|
nanoid@3.3.11: {}
|
|
7356
7597
|
|
|
7357
7598
|
natural-compare@1.4.0: {}
|
|
@@ -7504,6 +7745,10 @@ snapshots:
|
|
|
7504
7745
|
picocolors: 1.1.1
|
|
7505
7746
|
source-map-js: 1.2.1
|
|
7506
7747
|
|
|
7748
|
+
postprocessing@6.39.0(three@0.160.1):
|
|
7749
|
+
dependencies:
|
|
7750
|
+
three: 0.160.1
|
|
7751
|
+
|
|
7507
7752
|
potpack@1.0.2: {}
|
|
7508
7753
|
|
|
7509
7754
|
preact@10.29.0: {}
|
|
@@ -7577,6 +7822,11 @@ snapshots:
|
|
|
7577
7822
|
iconv-lite: 0.4.24
|
|
7578
7823
|
unpipe: 1.0.0
|
|
7579
7824
|
|
|
7825
|
+
react-composer@5.0.3(react@19.2.4):
|
|
7826
|
+
dependencies:
|
|
7827
|
+
prop-types: 15.8.1
|
|
7828
|
+
react: 19.2.4
|
|
7829
|
+
|
|
7580
7830
|
react-dom@19.2.4(react@19.2.4):
|
|
7581
7831
|
dependencies:
|
|
7582
7832
|
react: 19.2.4
|
|
@@ -8061,7 +8311,7 @@ snapshots:
|
|
|
8061
8311
|
dependencies:
|
|
8062
8312
|
any-promise: 1.3.0
|
|
8063
8313
|
|
|
8064
|
-
three-mesh-bvh@0.8
|
|
8314
|
+
three-mesh-bvh@0.7.8(three@0.160.1):
|
|
8065
8315
|
dependencies:
|
|
8066
8316
|
three: 0.160.1
|
|
8067
8317
|
|