@almadar/orb 4.3.0 → 4.6.4

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.
Files changed (61) hide show
  1. package/README.md +57 -19
  2. package/bin/{almadar → orb} +30 -24
  3. package/package.json +9 -9
  4. package/scripts/postinstall.js +25 -15
  5. package/shells/almadar-shell/package.json +1 -1
  6. package/shells/almadar-shell/packages/client/package.json +6 -6
  7. package/shells/almadar-shell/packages/client/src/App.tsx +0 -3
  8. package/shells/almadar-shell/packages/server/package.json +6 -5
  9. package/shells/almadar-shell/packages/shared/package.json +1 -0
  10. package/shells/almadar-shell/packages/shared/pnpm-lock.yaml +22 -0
  11. package/shells/almadar-shell/pnpm-lock.yaml +97 -85
  12. package/shells/almadar-shell-hono/LICENSE +72 -0
  13. package/shells/almadar-shell-hono/README.md +25 -0
  14. package/shells/almadar-shell-hono/locales/en.json +120 -0
  15. package/shells/almadar-shell-hono/package.json +31 -0
  16. package/shells/almadar-shell-hono/packages/client/eslint.config.cjs +23 -0
  17. package/shells/almadar-shell-hono/packages/client/index.html +13 -0
  18. package/shells/almadar-shell-hono/packages/client/package-lock.json +9750 -0
  19. package/shells/almadar-shell-hono/packages/client/package.json +61 -0
  20. package/shells/almadar-shell-hono/packages/client/postcss.config.js +6 -0
  21. package/shells/almadar-shell-hono/packages/client/src/App.tsx +84 -0
  22. package/shells/almadar-shell-hono/packages/client/src/config/firebase.ts +37 -0
  23. package/shells/almadar-shell-hono/packages/client/src/features/auth/AuthContext.tsx +139 -0
  24. package/shells/almadar-shell-hono/packages/client/src/features/auth/authService.ts +83 -0
  25. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/Login.tsx +218 -0
  26. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/ProtectedRoute.tsx +27 -0
  27. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/UserProfile.tsx +68 -0
  28. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/index.ts +3 -0
  29. package/shells/almadar-shell-hono/packages/client/src/features/auth/index.ts +13 -0
  30. package/shells/almadar-shell-hono/packages/client/src/features/auth/types.ts +24 -0
  31. package/shells/almadar-shell-hono/packages/client/src/index.css +35 -0
  32. package/shells/almadar-shell-hono/packages/client/src/main.tsx +8 -0
  33. package/shells/almadar-shell-hono/packages/client/src/navigation/index.ts +55 -0
  34. package/shells/almadar-shell-hono/packages/client/src/pages/index.ts +12 -0
  35. package/shells/almadar-shell-hono/packages/client/tailwind-preset.cjs +259 -0
  36. package/shells/almadar-shell-hono/packages/client/tailwind.config.js +21 -0
  37. package/shells/almadar-shell-hono/packages/client/tsconfig.json +33 -0
  38. package/shells/almadar-shell-hono/packages/client/vite.config.ts +50 -0
  39. package/shells/almadar-shell-hono/packages/server/eslint.config.cjs +19 -0
  40. package/shells/almadar-shell-hono/packages/server/package.json +38 -0
  41. package/shells/almadar-shell-hono/packages/server/pnpm-lock.yaml +4665 -0
  42. package/shells/almadar-shell-hono/packages/server/src/app.ts +31 -0
  43. package/shells/almadar-shell-hono/packages/server/src/index.ts +31 -0
  44. package/shells/almadar-shell-hono/packages/server/src/routes.ts +12 -0
  45. package/shells/almadar-shell-hono/packages/server/src/serve.ts +45 -0
  46. package/shells/almadar-shell-hono/packages/server/tsconfig.json +23 -0
  47. package/shells/almadar-shell-hono/packages/shared/package.json +25 -0
  48. package/shells/almadar-shell-hono/packages/shared/pnpm-lock.yaml +919 -0
  49. package/shells/almadar-shell-hono/packages/shared/src/index.ts +2 -0
  50. package/shells/almadar-shell-hono/packages/shared/tsconfig.json +17 -0
  51. package/shells/almadar-shell-hono/packages/shared/tsup.config.ts +10 -0
  52. package/shells/almadar-shell-hono/pnpm-lock.yaml +9426 -0
  53. package/shells/almadar-shell-hono/pnpm-workspace.yaml +2 -0
  54. package/shells/almadar-shell-hono/tsup.config.ts +13 -0
  55. package/shells/almadar-shell-hono/turbo.json +17 -0
  56. package/shells/almadar-shell-hono/vitest.config.ts +8 -0
  57. package/shells/orb-shell/README.md +1 -1
  58. package/shells/orb-shell/packages/client/package-lock.json +227 -27
  59. package/shells/orb-shell/packages/client/package.json +1 -1
  60. package/shells/orb-shell/packages/server/package-lock.json +1 -0
  61. package/shells/orb-shell/pnpm-lock.yaml +196 -10
@@ -32,8 +32,8 @@ importers:
32
32
  specifier: ^2.0.0
33
33
  version: 2.0.1
34
34
  '@almadar/ui':
35
- specifier: '>=2.15.5'
36
- version: 2.15.5(@react-three/drei@10.7.7(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/react@18.3.28)(@types/three@0.183.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@tanstack/react-query@5.90.21(react@18.3.1))(@types/react@18.3.28)(express@4.22.1)(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(three@0.160.1)
35
+ specifier: '>=2.48.6'
36
+ version: 2.48.6(@react-three/drei@10.7.7(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/react@18.3.28)(@types/three@0.183.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/three@0.183.1)(react@18.3.1)(three@0.160.1))(@tanstack/react-query@5.90.21(react@18.3.1))(@types/react@18.3.28)(express@4.22.1)(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(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@18.3.1(react@18.3.1))(react@18.3.1)
@@ -216,6 +216,9 @@ packages:
216
216
  '@almadar/core@2.1.3':
217
217
  resolution: {integrity: sha512-q2mgKhuUisemoS4DjXOZdql6+Pq529Pfm4+U+edqdRttZPOQT1xKg4PwWvExeHwoFnz6O6BwBE+oHkwqi3wiOg==}
218
218
 
219
+ '@almadar/core@2.14.3':
220
+ resolution: {integrity: sha512-IevYIfuUJa9i9bWJ4F528+r6gzLf4w7qC5vjx0+VKfywBvPnOLODR+Q2P323y5aPTdEzKbUFfkwTXCwOH9v6Hg==}
221
+
219
222
  '@almadar/eslint-plugin@2.3.0':
220
223
  resolution: {integrity: sha512-7sFH7Ja1yhtQMAWNKYEWURuuB4RmFaUxkrBsotj4po8Nc4Cg36atxoP8z/c+RuPxQouLUFRm4EbC49ZDwDUs9w==}
221
224
  peerDependencies:
@@ -224,6 +227,9 @@ packages:
224
227
  '@almadar/evaluator@2.1.1':
225
228
  resolution: {integrity: sha512-tgrhAdENF3GJ218p5eQMprdyUygjEQ+O7qWqypYwEN6Eu6fBUYX3w1yUx2CxGNGEK1+kLH60dvrijqfoCr45dg==}
226
229
 
230
+ '@almadar/evaluator@2.7.0':
231
+ resolution: {integrity: sha512-0h23+0KOH6zwlsCATSOY1S9hVOzoF5W3KOSFDCT6G+o9m+v/LKUoFwseoxR7FABfQPHIufc5BKUEPznCnIRTdg==}
232
+
227
233
  '@almadar/integrations@2.0.5':
228
234
  resolution: {integrity: sha512-scXpmF+d8NhgeTPNmUW2uB/0fPUOLor4rWk1zw/dCN1MoR04HnAFF1qzVewI82FPgeIAlDWvUplrbCpuOuQo4g==}
229
235
 
@@ -238,9 +244,15 @@ packages:
238
244
  '@almadar/operators@2.0.3':
239
245
  resolution: {integrity: sha512-T8xGMaPMxTCJRlEzrwsu8+ChNIwNK6znhP3L2RRm99fz/h6RN8pqhWRihwFr6ccAjj5MxGW2U5v5iwvfLa+SXA==}
240
246
 
247
+ '@almadar/operators@2.3.0':
248
+ resolution: {integrity: sha512-Huv66irNgj0PkcFH7HG6WjwIeknMmqOO0dFB0uc9ViYhNg8x/5isA0O7/WFvup9rEqmY1Tp8SprffBoflTnJUg==}
249
+
241
250
  '@almadar/patterns@2.0.1':
242
251
  resolution: {integrity: sha512-GSbcPv6bZZtou9OGBzFCuE+4w32H5/qbkL+A5XbHU7VMvCx6WDIES3Ls7l+Y0POB0WDNlL00bIrBrDyUd27kow==}
243
252
 
253
+ '@almadar/patterns@2.12.0':
254
+ resolution: {integrity: sha512-vy5niBqe/nyS0m9eEw+6rYfnQV/WocSEnk6R0RMQ4/48vf/1Y7ahXy3MZKnc3ixBAtHUmJO6ppAisOln6xmP+g==}
255
+
244
256
  '@almadar/runtime@2.1.1':
245
257
  resolution: {integrity: sha512-4OaBp+BsXeXPJSJ2H78k352PpRtUjK4NH3CM9jLJ8Kni9dPEAZdlTFS0/pLQqskiFZPz68NnbZg+I+/KHTrJ7w==}
246
258
  peerDependencies:
@@ -257,11 +269,18 @@ packages:
257
269
  '@almadar/std@2.1.1':
258
270
  resolution: {integrity: sha512-VL1BetWOMWXAv8+vQzX72+LrXz+CFdhcqJyoQKkBzUDzSX7YAJ0ojUXG1R1bHU5XLHvRTHl4LTZnXxUaNHpI1w==}
259
271
 
260
- '@almadar/ui@2.15.5':
261
- resolution: {integrity: sha512-Zq7egUmQ4861kFCSY2o9hGIHPGjWsXBJXF51MgbVh/mX89Z7E864N8msoVvPVe0yOm3esCHhvjRN39hrIHvCrQ==}
272
+ '@almadar/std@3.13.1':
273
+ resolution: {integrity: sha512-zPT1819o50lbUXhM3vQ38Nrl2aUzPaPkui49Gq54JJbvEpxMphYdtfjuRlU3wEGsHjnbe9NUCzkz1QLDVe8Frg==}
274
+
275
+ '@almadar/syntax@1.1.0':
276
+ resolution: {integrity: sha512-y062uC4EG/IudJXIaeT3ReVpJnmYolUpGtr9bFeqMTCdaFMAW1dkvD8kaB1Ui1xj33oW3ZG2RvTdsrpDbgcJzg==}
277
+
278
+ '@almadar/ui@2.48.6':
279
+ resolution: {integrity: sha512-rr1p4Gf97gYYv4YxkBNupY74GDcKJupo/R99FkzGI72wT6T25LRe8RQDwvq0mg5cnIhpSwJ1wmQPwhVU/DtD1g==}
262
280
  peerDependencies:
263
281
  '@react-three/drei': ^9.92.0 || ^10.0.0
264
282
  '@react-three/fiber': ^9.0.0
283
+ '@react-three/postprocessing': ^3.0.0
265
284
  '@tanstack/react-query': ^5.0.0
266
285
  react: '>=18.0.0'
267
286
  react-dom: '>=18.0.0'
@@ -1077,6 +1096,13 @@ packages:
1077
1096
  react-native:
1078
1097
  optional: true
1079
1098
 
1099
+ '@react-three/postprocessing@3.0.4':
1100
+ resolution: {integrity: sha512-e4+F5xtudDYvhxx3y0NtWXpZbwvQ0x1zdOXWTbXMK6fFLVDd4qucN90YaaStanZGS4Bd5siQm0lGL/5ogf8iDQ==}
1101
+ peerDependencies:
1102
+ '@react-three/fiber': ^9.0.0
1103
+ react: ^19.0
1104
+ three: '>= 0.156.0'
1105
+
1080
1106
  '@rolldown/pluginutils@1.0.0-beta.27':
1081
1107
  resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
1082
1108
 
@@ -1304,6 +1330,24 @@ packages:
1304
1330
  '@types/cors@2.8.19':
1305
1331
  resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==}
1306
1332
 
1333
+ '@types/d3-color@3.1.3':
1334
+ resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
1335
+
1336
+ '@types/d3-drag@3.0.7':
1337
+ resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==}
1338
+
1339
+ '@types/d3-interpolate@3.0.4':
1340
+ resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
1341
+
1342
+ '@types/d3-selection@3.0.11':
1343
+ resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==}
1344
+
1345
+ '@types/d3-transition@3.0.9':
1346
+ resolution: {integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==}
1347
+
1348
+ '@types/d3-zoom@3.0.8':
1349
+ resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==}
1350
+
1307
1351
  '@types/debug@4.1.12':
1308
1352
  resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
1309
1353
 
@@ -1505,6 +1549,15 @@ packages:
1505
1549
  '@webgpu/types@0.1.69':
1506
1550
  resolution: {integrity: sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==}
1507
1551
 
1552
+ '@xyflow/react@12.10.1':
1553
+ resolution: {integrity: sha512-5eSWtIK/+rkldOuFbOOz44CRgQRjtS9v5nufk77DV+XBnfCGL9HAQ8PG00o2ZYKqkEU/Ak6wrKC95Tu+2zuK3Q==}
1554
+ peerDependencies:
1555
+ react: '>=17'
1556
+ react-dom: '>=17'
1557
+
1558
+ '@xyflow/system@0.0.75':
1559
+ resolution: {integrity: sha512-iXs+AGFLi8w/VlAoc/iSxk+CxfT6o64Uw/k0CKASOPqjqz6E0rb5jFZgJtXGZCpfQI6OQpu5EnumP5fGxQheaQ==}
1560
+
1508
1561
  abort-controller@3.0.0:
1509
1562
  resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
1510
1563
  engines: {node: '>=6.5'}
@@ -1740,6 +1793,9 @@ packages:
1740
1793
  chownr@1.1.4:
1741
1794
  resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
1742
1795
 
1796
+ classcat@5.0.5:
1797
+ resolution: {integrity: sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w==}
1798
+
1743
1799
  cliui@8.0.1:
1744
1800
  resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
1745
1801
  engines: {node: '>=12'}
@@ -2045,6 +2101,9 @@ packages:
2045
2101
  electron-to-chromium@1.5.307:
2046
2102
  resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==}
2047
2103
 
2104
+ elkjs@0.11.1:
2105
+ resolution: {integrity: sha512-zxxR9k+rx5ktMwT/FwyLdPCrq7xN6e4VGGHH8hA01vVYKjTFik7nHOxBnAYtrgYUB1RpAiLvA1/U2YraWxyKKg==}
2106
+
2048
2107
  emoji-regex@8.0.0:
2049
2108
  resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
2050
2109
 
@@ -2852,6 +2911,12 @@ packages:
2852
2911
  '@types/three': '>=0.134.0'
2853
2912
  three: '>=0.134.0'
2854
2913
 
2914
+ maath@0.6.0:
2915
+ resolution: {integrity: sha512-dSb2xQuP7vDnaYqfoKzlApeRcR2xtN8/f7WV/TMAkBC8552TwTLtOO0JTcSygkYMjNDPoo6V01jTw/aPi4JrMw==}
2916
+ peerDependencies:
2917
+ '@types/three': '>=0.144.0'
2918
+ three: '>=0.144.0'
2919
+
2855
2920
  magic-string@0.30.21:
2856
2921
  resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
2857
2922
 
@@ -3084,6 +3149,12 @@ packages:
3084
3149
  mz@2.7.0:
3085
3150
  resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
3086
3151
 
3152
+ n8ao@1.10.1:
3153
+ resolution: {integrity: sha512-hhI1pC+BfOZBV1KMwynBrVlIm8wqLxj/abAWhF2nZ0qQKyzTSQa1QtLVS2veRiuoBQXojxobcnp0oe+PUoxf/w==}
3154
+ peerDependencies:
3155
+ postprocessing: '>=6.30.0'
3156
+ three: '>=0.137'
3157
+
3087
3158
  nanoid@3.3.11:
3088
3159
  resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
3089
3160
  engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
@@ -3307,6 +3378,11 @@ packages:
3307
3378
  resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
3308
3379
  engines: {node: ^10 || ^12 || >=14}
3309
3380
 
3381
+ postprocessing@6.39.0:
3382
+ resolution: {integrity: sha512-/G6JY8hs426lcto/pBZlnFSkyEo1fHsh4gy7FPJtq1SaSUOzJgDW6f6f1K/+aMOYzK/eQEefyOb3++jPPIUeDA==}
3383
+ peerDependencies:
3384
+ three: '>= 0.168.0 < 0.184.0'
3385
+
3310
3386
  potpack@1.0.2:
3311
3387
  resolution: {integrity: sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==}
3312
3388
 
@@ -4373,6 +4449,12 @@ snapshots:
4373
4449
  '@almadar/patterns': 2.0.1
4374
4450
  zod: 3.25.76
4375
4451
 
4452
+ '@almadar/core@2.14.3':
4453
+ dependencies:
4454
+ '@almadar/operators': 2.3.0
4455
+ '@almadar/patterns': 2.12.0
4456
+ zod: 3.25.76
4457
+
4376
4458
  '@almadar/eslint-plugin@2.3.0(eslint@10.0.0(jiti@1.21.7))':
4377
4459
  dependencies:
4378
4460
  eslint: 10.0.0(jiti@1.21.7)
@@ -4382,6 +4464,11 @@ snapshots:
4382
4464
  '@almadar/core': 2.1.3
4383
4465
  '@almadar/operators': 2.0.3
4384
4466
 
4467
+ '@almadar/evaluator@2.7.0':
4468
+ dependencies:
4469
+ '@almadar/core': 2.14.3
4470
+ '@almadar/operators': 2.3.0
4471
+
4385
4472
  '@almadar/integrations@2.0.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ws@8.19.0)':
4386
4473
  dependencies:
4387
4474
  '@almadar/core': 2.1.3
@@ -4423,12 +4510,18 @@ snapshots:
4423
4510
 
4424
4511
  '@almadar/operators@2.0.3': {}
4425
4512
 
4513
+ '@almadar/operators@2.3.0': {}
4514
+
4426
4515
  '@almadar/patterns@2.0.1': {}
4427
4516
 
4517
+ '@almadar/patterns@2.12.0':
4518
+ dependencies:
4519
+ '@almadar/core': 2.14.3
4520
+
4428
4521
  '@almadar/runtime@2.1.1(express@4.22.1)':
4429
4522
  dependencies:
4430
- '@almadar/core': 2.1.3
4431
- '@almadar/evaluator': 2.1.1
4523
+ '@almadar/core': 2.14.3
4524
+ '@almadar/evaluator': 2.7.0
4432
4525
  '@almadar/operators': 2.0.3
4433
4526
  '@faker-js/faker': 9.9.0
4434
4527
  express: 4.22.1
@@ -4481,24 +4574,43 @@ snapshots:
4481
4574
  '@almadar/core': 2.1.3
4482
4575
  '@almadar/operators': 2.0.3
4483
4576
 
4484
- '@almadar/ui@2.15.5(@react-three/drei@10.7.7(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/react@18.3.28)(@types/three@0.183.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@tanstack/react-query@5.90.21(react@18.3.1))(@types/react@18.3.28)(express@4.22.1)(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(three@0.160.1)':
4577
+ '@almadar/std@3.13.1':
4485
4578
  dependencies:
4486
- '@almadar/core': 2.1.3
4487
- '@almadar/evaluator': 2.1.1
4488
- '@almadar/patterns': 2.0.1
4579
+ '@almadar/core': 2.14.3
4580
+ '@almadar/operators': 2.3.0
4581
+
4582
+ '@almadar/syntax@1.1.0':
4583
+ dependencies:
4584
+ '@almadar/core': 2.14.3
4585
+ '@almadar/operators': 2.3.0
4586
+ '@almadar/patterns': 2.12.0
4587
+
4588
+ '@almadar/ui@2.48.6(@react-three/drei@10.7.7(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/react@18.3.28)(@types/three@0.183.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/three@0.183.1)(react@18.3.1)(three@0.160.1))(@tanstack/react-query@5.90.21(react@18.3.1))(@types/react@18.3.28)(express@4.22.1)(react-dom@18.3.1(react@18.3.1))(react-router-dom@7.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(three@0.160.1)':
4589
+ dependencies:
4590
+ '@almadar/core': 2.14.3
4591
+ '@almadar/evaluator': 2.7.0
4592
+ '@almadar/patterns': 2.12.0
4489
4593
  '@almadar/runtime': 2.1.1(express@4.22.1)
4594
+ '@almadar/std': 3.13.1
4595
+ '@almadar/syntax': 1.1.0
4490
4596
  '@react-three/drei': 10.7.7(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/react@18.3.28)(@types/three@0.183.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1)
4491
4597
  '@react-three/fiber': 8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1)
4598
+ '@react-three/postprocessing': 3.0.4(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/three@0.183.1)(react@18.3.1)(three@0.160.1)
4492
4599
  '@tanstack/react-query': 5.90.21(react@18.3.1)
4600
+ '@xyflow/react': 12.10.1(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
4493
4601
  clsx: 2.1.1
4602
+ elkjs: 0.11.1
4603
+ hastscript: 9.0.1
4494
4604
  leaflet: 1.9.4
4495
4605
  lucide-react: 0.344.0(react@18.3.1)
4606
+ parse-entities: 4.0.2
4496
4607
  react: 18.3.1
4497
4608
  react-dom: 18.3.1(react@18.3.1)
4498
4609
  react-leaflet: 4.2.1(leaflet@1.9.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
4499
4610
  react-markdown: 9.1.0(@types/react@18.3.28)(react@18.3.1)
4500
4611
  react-router-dom: 7.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
4501
4612
  react-syntax-highlighter: 16.1.1(react@18.3.1)
4613
+ refractor: 5.0.0
4502
4614
  rehype-katex: 7.0.1
4503
4615
  remark-gfm: 4.0.1
4504
4616
  remark-math: 6.0.0
@@ -4507,6 +4619,7 @@ snapshots:
4507
4619
  transitivePeerDependencies:
4508
4620
  - '@types/react'
4509
4621
  - express
4622
+ - immer
4510
4623
  - supports-color
4511
4624
 
4512
4625
  '@anthropic-ai/sdk@0.52.0': {}
@@ -5450,6 +5563,17 @@ snapshots:
5450
5563
  transitivePeerDependencies:
5451
5564
  - '@types/react'
5452
5565
 
5566
+ '@react-three/postprocessing@3.0.4(@react-three/fiber@8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1))(@types/three@0.183.1)(react@18.3.1)(three@0.160.1)':
5567
+ dependencies:
5568
+ '@react-three/fiber': 8.18.0(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.160.1)
5569
+ maath: 0.6.0(@types/three@0.183.1)(three@0.160.1)
5570
+ n8ao: 1.10.1(postprocessing@6.39.0(three@0.160.1))(three@0.160.1)
5571
+ postprocessing: 6.39.0(three@0.160.1)
5572
+ react: 18.3.1
5573
+ three: 0.160.1
5574
+ transitivePeerDependencies:
5575
+ - '@types/three'
5576
+
5453
5577
  '@rolldown/pluginutils@1.0.0-beta.27': {}
5454
5578
 
5455
5579
  '@rollup/rollup-android-arm-eabi@4.59.0':
@@ -5635,6 +5759,27 @@ snapshots:
5635
5759
  dependencies:
5636
5760
  '@types/node': 20.19.35
5637
5761
 
5762
+ '@types/d3-color@3.1.3': {}
5763
+
5764
+ '@types/d3-drag@3.0.7':
5765
+ dependencies:
5766
+ '@types/d3-selection': 3.0.11
5767
+
5768
+ '@types/d3-interpolate@3.0.4':
5769
+ dependencies:
5770
+ '@types/d3-color': 3.1.3
5771
+
5772
+ '@types/d3-selection@3.0.11': {}
5773
+
5774
+ '@types/d3-transition@3.0.9':
5775
+ dependencies:
5776
+ '@types/d3-selection': 3.0.11
5777
+
5778
+ '@types/d3-zoom@3.0.8':
5779
+ dependencies:
5780
+ '@types/d3-interpolate': 3.0.4
5781
+ '@types/d3-selection': 3.0.11
5782
+
5638
5783
  '@types/debug@4.1.12':
5639
5784
  dependencies:
5640
5785
  '@types/ms': 2.1.0
@@ -5886,6 +6031,29 @@ snapshots:
5886
6031
 
5887
6032
  '@webgpu/types@0.1.69': {}
5888
6033
 
6034
+ '@xyflow/react@12.10.1(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
6035
+ dependencies:
6036
+ '@xyflow/system': 0.0.75
6037
+ classcat: 5.0.5
6038
+ react: 18.3.1
6039
+ react-dom: 18.3.1(react@18.3.1)
6040
+ zustand: 4.5.7(@types/react@18.3.28)(react@18.3.1)
6041
+ transitivePeerDependencies:
6042
+ - '@types/react'
6043
+ - immer
6044
+
6045
+ '@xyflow/system@0.0.75':
6046
+ dependencies:
6047
+ '@types/d3-drag': 3.0.7
6048
+ '@types/d3-interpolate': 3.0.4
6049
+ '@types/d3-selection': 3.0.11
6050
+ '@types/d3-transition': 3.0.9
6051
+ '@types/d3-zoom': 3.0.8
6052
+ d3-drag: 3.0.0
6053
+ d3-interpolate: 3.0.1
6054
+ d3-selection: 3.0.0
6055
+ d3-zoom: 3.0.0
6056
+
5889
6057
  abort-controller@3.0.0:
5890
6058
  dependencies:
5891
6059
  event-target-shim: 5.0.1
@@ -6124,6 +6292,8 @@ snapshots:
6124
6292
  chownr@1.1.4:
6125
6293
  optional: true
6126
6294
 
6295
+ classcat@5.0.5: {}
6296
+
6127
6297
  cliui@8.0.1:
6128
6298
  dependencies:
6129
6299
  string-width: 4.2.3
@@ -6411,6 +6581,8 @@ snapshots:
6411
6581
 
6412
6582
  electron-to-chromium@1.5.307: {}
6413
6583
 
6584
+ elkjs@0.11.1: {}
6585
+
6414
6586
  emoji-regex@8.0.0: {}
6415
6587
 
6416
6588
  emoji-regex@9.2.2: {}
@@ -7460,6 +7632,11 @@ snapshots:
7460
7632
  '@types/three': 0.183.1
7461
7633
  three: 0.160.1
7462
7634
 
7635
+ maath@0.6.0(@types/three@0.183.1)(three@0.160.1):
7636
+ dependencies:
7637
+ '@types/three': 0.183.1
7638
+ three: 0.160.1
7639
+
7463
7640
  magic-string@0.30.21:
7464
7641
  dependencies:
7465
7642
  '@jridgewell/sourcemap-codec': 1.5.5
@@ -7899,6 +8076,11 @@ snapshots:
7899
8076
  object-assign: 4.1.1
7900
8077
  thenify-all: 1.6.0
7901
8078
 
8079
+ n8ao@1.10.1(postprocessing@6.39.0(three@0.160.1))(three@0.160.1):
8080
+ dependencies:
8081
+ postprocessing: 6.39.0(three@0.160.1)
8082
+ three: 0.160.1
8083
+
7902
8084
  nanoid@3.3.11: {}
7903
8085
 
7904
8086
  napi-build-utils@2.0.0:
@@ -8080,6 +8262,10 @@ snapshots:
8080
8262
  picocolors: 1.1.1
8081
8263
  source-map-js: 1.2.1
8082
8264
 
8265
+ postprocessing@6.39.0(three@0.160.1):
8266
+ dependencies:
8267
+ three: 0.160.1
8268
+
8083
8269
  potpack@1.0.2: {}
8084
8270
 
8085
8271
  preact@10.28.4: {}