@almadar/orb 6.4.0 → 6.5.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 +1 -1
- package/shells/almadar-shell/packages/client/package.json +4 -4
- package/shells/almadar-shell/packages/client/src/App.tsx +0 -3
- package/shells/almadar-shell/packages/server/package.json +4 -3
- package/shells/almadar-shell/packages/shared/package.json +1 -0
- package/shells/almadar-shell/pnpm-lock.yaml +75 -64
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/orb",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0",
|
|
4
4
|
"description": "Orb CLI - deterministic when it can be, intelligent when it needs to be",
|
|
5
5
|
"license": "BSL-1.1",
|
|
6
6
|
"repository": {
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"node": ">=16.0.0"
|
|
50
50
|
},
|
|
51
51
|
"optionalDependencies": {
|
|
52
|
-
"@almadar/orb-darwin-x64": "6.
|
|
53
|
-
"@almadar/orb-darwin-arm64": "6.
|
|
54
|
-
"@almadar/orb-linux-x64": "6.
|
|
55
|
-
"@almadar/orb-linux-arm64": "6.
|
|
56
|
-
"@almadar/orb-windows-x64": "6.
|
|
52
|
+
"@almadar/orb-darwin-x64": "6.5.0",
|
|
53
|
+
"@almadar/orb-darwin-arm64": "6.5.0",
|
|
54
|
+
"@almadar/orb-linux-x64": "6.5.0",
|
|
55
|
+
"@almadar/orb-linux-arm64": "6.5.0",
|
|
56
|
+
"@almadar/orb-windows-x64": "6.5.0"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"test:watch": "vitest"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@almadar/ui": ">=
|
|
16
|
+
"@almadar/ui": ">=3.3.1",
|
|
17
17
|
"@almadar/syntax": ">=1.2.1",
|
|
18
|
-
"@almadar/evaluator": ">=2.
|
|
19
|
-
"@almadar/patterns": ">=2.
|
|
20
|
-
"@almadar/core": ">=
|
|
18
|
+
"@almadar/evaluator": ">=2.9.2",
|
|
19
|
+
"@almadar/patterns": ">=2.14.1",
|
|
20
|
+
"@almadar/core": ">=5.5.0",
|
|
21
21
|
"firebase": "^11.4.0",
|
|
22
22
|
"@tanstack/react-query": "^5.67.3",
|
|
23
23
|
"react": "^19.0.0",
|
|
@@ -16,7 +16,6 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
|
|
16
16
|
import { ThemeProvider, UISlotProvider } from '@almadar/ui/context';
|
|
17
17
|
import { UISlotComponent, NotifyListener } from '@almadar/ui/components';
|
|
18
18
|
import {
|
|
19
|
-
EntityStoreProvider,
|
|
20
19
|
EventBusProvider,
|
|
21
20
|
VerificationProvider,
|
|
22
21
|
} from '@almadar/ui/providers';
|
|
@@ -49,7 +48,6 @@ function App() {
|
|
|
49
48
|
<I18nProvider value={i18nValue}>
|
|
50
49
|
<QueryClientProvider client={queryClient}>
|
|
51
50
|
<ThemeProvider>
|
|
52
|
-
<EntityStoreProvider>
|
|
53
51
|
<EventBusProvider>
|
|
54
52
|
<VerificationProvider>
|
|
55
53
|
<UISlotProvider>
|
|
@@ -74,7 +72,6 @@ function App() {
|
|
|
74
72
|
</UISlotProvider>
|
|
75
73
|
</VerificationProvider>
|
|
76
74
|
</EventBusProvider>
|
|
77
|
-
</EntityStoreProvider>
|
|
78
75
|
</ThemeProvider>
|
|
79
76
|
</QueryClientProvider>
|
|
80
77
|
</I18nProvider>
|
|
@@ -13,9 +13,10 @@
|
|
|
13
13
|
"test:watch": "vitest"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@almadar/server": ">=2.
|
|
17
|
-
"@almadar/
|
|
18
|
-
"@almadar/
|
|
16
|
+
"@almadar/server": ">=2.4.0",
|
|
17
|
+
"@almadar/runtime": ">=4.3.0",
|
|
18
|
+
"@almadar/evaluator": ">=2.9.2",
|
|
19
|
+
"@almadar/core": ">=5.5.0",
|
|
19
20
|
"@almadar/integrations": ">=2.3.0",
|
|
20
21
|
"cors": "^2.8.5",
|
|
21
22
|
"dotenv": "^16.4.7",
|
|
@@ -23,20 +23,20 @@ importers:
|
|
|
23
23
|
packages/client:
|
|
24
24
|
dependencies:
|
|
25
25
|
'@almadar/core':
|
|
26
|
-
specifier: '>=
|
|
27
|
-
version:
|
|
26
|
+
specifier: '>=5.3.2'
|
|
27
|
+
version: 5.3.2
|
|
28
28
|
'@almadar/evaluator':
|
|
29
|
-
specifier: '>=2.
|
|
30
|
-
version: 2.
|
|
29
|
+
specifier: '>=2.9.2'
|
|
30
|
+
version: 2.9.2
|
|
31
31
|
'@almadar/patterns':
|
|
32
|
-
specifier: '>=2.
|
|
33
|
-
version: 2.
|
|
32
|
+
specifier: '>=2.14.1'
|
|
33
|
+
version: 2.14.2
|
|
34
34
|
'@almadar/syntax':
|
|
35
35
|
specifier: '>=1.2.1'
|
|
36
36
|
version: 1.2.1
|
|
37
37
|
'@almadar/ui':
|
|
38
|
-
specifier: '>=2.
|
|
39
|
-
version: 2.
|
|
38
|
+
specifier: '>=3.2.2'
|
|
39
|
+
version: 3.2.2(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
40
40
|
'@monaco-editor/react':
|
|
41
41
|
specifier: ^4.7.0
|
|
42
42
|
version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
@@ -153,17 +153,20 @@ importers:
|
|
|
153
153
|
packages/server:
|
|
154
154
|
dependencies:
|
|
155
155
|
'@almadar/core':
|
|
156
|
-
specifier: '>=
|
|
157
|
-
version:
|
|
156
|
+
specifier: '>=5.3.2'
|
|
157
|
+
version: 5.3.2
|
|
158
158
|
'@almadar/evaluator':
|
|
159
|
-
specifier: '>=2.
|
|
160
|
-
version: 2.
|
|
159
|
+
specifier: '>=2.9.2'
|
|
160
|
+
version: 2.9.2
|
|
161
161
|
'@almadar/integrations':
|
|
162
162
|
specifier: '>=2.3.0'
|
|
163
163
|
version: 2.3.0(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)
|
|
164
|
+
'@almadar/runtime':
|
|
165
|
+
specifier: '>=4.3.0'
|
|
166
|
+
version: 4.3.0(express@4.22.1)
|
|
164
167
|
'@almadar/server':
|
|
165
|
-
specifier: '>=2.
|
|
166
|
-
version: 2.
|
|
168
|
+
specifier: '>=2.4.0'
|
|
169
|
+
version: 2.4.0(express@4.22.1)
|
|
167
170
|
cors:
|
|
168
171
|
specifier: ^2.8.5
|
|
169
172
|
version: 2.8.6
|
|
@@ -213,6 +216,9 @@ importers:
|
|
|
213
216
|
|
|
214
217
|
packages/shared:
|
|
215
218
|
dependencies:
|
|
219
|
+
'@almadar/core':
|
|
220
|
+
specifier: '>=5.3.2'
|
|
221
|
+
version: 5.3.2
|
|
216
222
|
zod:
|
|
217
223
|
specifier: ^3.22.0
|
|
218
224
|
version: 3.25.76
|
|
@@ -226,19 +232,16 @@ packages:
|
|
|
226
232
|
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
227
233
|
engines: {node: '>=10'}
|
|
228
234
|
|
|
229
|
-
'@almadar/core@
|
|
230
|
-
resolution: {integrity: sha512-
|
|
231
|
-
|
|
232
|
-
'@almadar/core@2.9.1':
|
|
233
|
-
resolution: {integrity: sha512-9mcw9aFo3njknq57IHc5q6IRioiriRJiEyg3Xq4C4MFbON2LJDAzGl/WjdKkP+Rzn4Zs9IZuJec5NzX7vOQm5A==}
|
|
235
|
+
'@almadar/core@5.3.2':
|
|
236
|
+
resolution: {integrity: sha512-Gx4Q89qikFlznH2byZK3QQQ/VAmSH3J1Lu53SvwuksIqfl82M7Nwx8FP09FLeanOWN6YQrcsEB2LX7OkELuxxw==}
|
|
234
237
|
|
|
235
238
|
'@almadar/eslint-plugin@2.5.0':
|
|
236
239
|
resolution: {integrity: sha512-rt5ATRUHyhke7yCBn5qUXyjKDEQaFXs8wqOWtd/Yh5IuuMn9p2Q7UupYUzfCwLmBXBYjwLxpat/A7En4lWrcFA==}
|
|
237
240
|
peerDependencies:
|
|
238
241
|
eslint: '>=8.0.0'
|
|
239
242
|
|
|
240
|
-
'@almadar/evaluator@2.
|
|
241
|
-
resolution: {integrity: sha512-
|
|
243
|
+
'@almadar/evaluator@2.9.2':
|
|
244
|
+
resolution: {integrity: sha512-yzhTtWbhvqCS/FoAK/pIyVuDV+8QwC/Csfcs/tUJOwq7fGHBhKwOrxgRqK/DNp1g7p2W/yvRPqQMUJVK1ynTQA==}
|
|
242
245
|
|
|
243
246
|
'@almadar/integrations@2.3.0':
|
|
244
247
|
resolution: {integrity: sha512-ovUYloVbXzKhwoKPYZFRj466fE9d+/5rO8XF20uiHgVv+bzAzfyqM0qBpUbJAmoXgOQFqv3s3Vlv48jfE9c3ow==}
|
|
@@ -257,28 +260,34 @@ packages:
|
|
|
257
260
|
'@almadar/patterns@2.10.0':
|
|
258
261
|
resolution: {integrity: sha512-RwxzjlHM/5th5Ka5oh4ocHKWx8P58CS9SNpGrtScHSiW/RHP7nVpsr+fdcqeDvV79wC+BbnSCIWXeqwX8BipRg==}
|
|
259
262
|
|
|
260
|
-
'@almadar/
|
|
261
|
-
resolution: {integrity: sha512-
|
|
263
|
+
'@almadar/patterns@2.14.2':
|
|
264
|
+
resolution: {integrity: sha512-3s1O0U1klHJDZjJY/714Hsdw2/ufh1iWAOLScVdOTNl/daj/hljvc2dkJdsyEXuSY+WRiNdY630aYrrEtKIvVA==}
|
|
265
|
+
|
|
266
|
+
'@almadar/runtime@4.3.0':
|
|
267
|
+
resolution: {integrity: sha512-J6sKMaGaRLaU+lhMh8VyHy8u2BlhpKcGbduQZZScTySrhAYBLCMyxndlDgHUL36jRTkEUqJv4G7CZCxbqRfTiQ==}
|
|
262
268
|
peerDependencies:
|
|
263
269
|
express: ^4.0.0
|
|
264
270
|
|
|
265
|
-
'@almadar/server@2.
|
|
266
|
-
resolution: {integrity: sha512-
|
|
271
|
+
'@almadar/server@2.4.0':
|
|
272
|
+
resolution: {integrity: sha512-cg2dqBsvEo0ZoggzKCtSVlLTlhQz58IRlHg0llXtGmhpTQVIGOsfRiTeaQl6AxoxRiWLBZTJK0dOTV3rzKbWMQ==}
|
|
267
273
|
peerDependencies:
|
|
268
|
-
'@almadar-io/agent': '>=
|
|
274
|
+
'@almadar-io/agent': '>=5.5.6'
|
|
269
275
|
express: ^4.0.0
|
|
270
276
|
peerDependenciesMeta:
|
|
271
277
|
'@almadar-io/agent':
|
|
272
278
|
optional: true
|
|
273
279
|
|
|
274
|
-
'@almadar/std@
|
|
275
|
-
resolution: {integrity: sha512-
|
|
280
|
+
'@almadar/std@7.2.0':
|
|
281
|
+
resolution: {integrity: sha512-Gs+1GyDEYxTW+mSf4HDKAmCSzbCFGtKKzwF083prTtlvAieYA0zBoGC3XH6MI0i1deARPTbpTV+PAhVArLzDaQ==}
|
|
276
282
|
|
|
277
283
|
'@almadar/syntax@1.2.1':
|
|
278
284
|
resolution: {integrity: sha512-wd1pmaG8rY2Yp2MScHEurDg3XnJ7xBS92y7bzxNV+pVE2p/I1fW6ywat/weGxpaq8sk7Pq7sFo4iy2H1SyFj/g==}
|
|
279
285
|
|
|
280
|
-
'@almadar/
|
|
281
|
-
resolution: {integrity: sha512-
|
|
286
|
+
'@almadar/syntax@1.4.0':
|
|
287
|
+
resolution: {integrity: sha512-r79cxWTDykcnBpWzWV1foHufBMWcgf/88AFT/lRAxyeIJIkwYA5lQjIJIonWh8z4adgSQw3rtl/KjlCy3mG+Uw==}
|
|
288
|
+
|
|
289
|
+
'@almadar/ui@3.2.2':
|
|
290
|
+
resolution: {integrity: sha512-zCSL22dllQoNYq+UC7K3tQrNLtqDVY5sW6Mh0zyrqRgChT6KLJT02llPEGmhQcbCqVwP0XCJXlkafbXSvuB7qA==}
|
|
282
291
|
peerDependencies:
|
|
283
292
|
'@react-three/drei': ^9.92.0 || ^10.0.0
|
|
284
293
|
'@react-three/fiber': ^9.0.0
|
|
@@ -4152,16 +4161,9 @@ snapshots:
|
|
|
4152
4161
|
|
|
4153
4162
|
'@alloc/quick-lru@5.2.0': {}
|
|
4154
4163
|
|
|
4155
|
-
'@almadar/core@
|
|
4156
|
-
dependencies:
|
|
4157
|
-
'@almadar/operators': 2.1.3
|
|
4158
|
-
'@almadar/patterns': 2.10.0
|
|
4159
|
-
zod: 3.25.76
|
|
4160
|
-
|
|
4161
|
-
'@almadar/core@2.9.1':
|
|
4164
|
+
'@almadar/core@5.3.2':
|
|
4162
4165
|
dependencies:
|
|
4163
|
-
'@almadar/
|
|
4164
|
-
'@almadar/patterns': 2.10.0
|
|
4166
|
+
'@almadar/patterns': 2.14.2
|
|
4165
4167
|
zod: 3.25.76
|
|
4166
4168
|
|
|
4167
4169
|
'@almadar/eslint-plugin@2.5.0(eslint@10.0.0(jiti@1.21.7))':
|
|
@@ -4169,15 +4171,15 @@ snapshots:
|
|
|
4169
4171
|
eslint: 10.0.0(jiti@1.21.7)
|
|
4170
4172
|
jsonc-eslint-parser: 3.1.0
|
|
4171
4173
|
|
|
4172
|
-
'@almadar/evaluator@2.
|
|
4174
|
+
'@almadar/evaluator@2.9.2':
|
|
4173
4175
|
dependencies:
|
|
4174
|
-
'@almadar/core':
|
|
4175
|
-
'@almadar/
|
|
4176
|
+
'@almadar/core': 5.3.2
|
|
4177
|
+
'@almadar/std': 7.2.0
|
|
4176
4178
|
|
|
4177
4179
|
'@almadar/integrations@2.3.0(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)':
|
|
4178
4180
|
dependencies:
|
|
4179
|
-
'@almadar/core':
|
|
4180
|
-
'@almadar/llm': 2.5.0(@almadar/core@
|
|
4181
|
+
'@almadar/core': 5.3.2
|
|
4182
|
+
'@almadar/llm': 2.5.0(@almadar/core@5.3.2)(@opentelemetry/api@1.9.0)(ws@8.19.0)
|
|
4181
4183
|
'@almadar/patterns': 2.10.0
|
|
4182
4184
|
'@sendgrid/mail': 8.1.6
|
|
4183
4185
|
dotenv: 16.6.1
|
|
@@ -4197,7 +4199,7 @@ snapshots:
|
|
|
4197
4199
|
- supports-color
|
|
4198
4200
|
- ws
|
|
4199
4201
|
|
|
4200
|
-
'@almadar/llm@2.5.0(@almadar/core@
|
|
4202
|
+
'@almadar/llm@2.5.0(@almadar/core@5.3.2)(@opentelemetry/api@1.9.0)(ws@8.19.0)':
|
|
4201
4203
|
dependencies:
|
|
4202
4204
|
'@anthropic-ai/sdk': 0.52.0
|
|
4203
4205
|
'@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))
|
|
@@ -4206,7 +4208,7 @@ snapshots:
|
|
|
4206
4208
|
openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
|
|
4207
4209
|
zod: 3.25.76
|
|
4208
4210
|
optionalDependencies:
|
|
4209
|
-
'@almadar/core':
|
|
4211
|
+
'@almadar/core': 5.3.2
|
|
4210
4212
|
transitivePeerDependencies:
|
|
4211
4213
|
- '@opentelemetry/api'
|
|
4212
4214
|
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
@@ -4217,17 +4219,21 @@ snapshots:
|
|
|
4217
4219
|
|
|
4218
4220
|
'@almadar/patterns@2.10.0': {}
|
|
4219
4221
|
|
|
4220
|
-
'@almadar/
|
|
4222
|
+
'@almadar/patterns@2.14.2':
|
|
4221
4223
|
dependencies:
|
|
4222
|
-
'@almadar/core':
|
|
4223
|
-
|
|
4224
|
-
|
|
4224
|
+
'@almadar/core': 5.3.2
|
|
4225
|
+
|
|
4226
|
+
'@almadar/runtime@4.3.0(express@4.22.1)':
|
|
4227
|
+
dependencies:
|
|
4228
|
+
'@almadar/core': 5.3.2
|
|
4229
|
+
'@almadar/evaluator': 2.9.2
|
|
4230
|
+
'@almadar/std': 7.2.0
|
|
4225
4231
|
'@faker-js/faker': 9.9.0
|
|
4226
4232
|
express: 4.22.1
|
|
4227
4233
|
|
|
4228
|
-
'@almadar/server@2.
|
|
4234
|
+
'@almadar/server@2.4.0(express@4.22.1)':
|
|
4229
4235
|
dependencies:
|
|
4230
|
-
'@almadar/core':
|
|
4236
|
+
'@almadar/core': 5.3.2
|
|
4231
4237
|
'@faker-js/faker': 9.9.0
|
|
4232
4238
|
cors: 2.8.6
|
|
4233
4239
|
dotenv: 16.6.1
|
|
@@ -4242,25 +4248,30 @@ snapshots:
|
|
|
4242
4248
|
- supports-color
|
|
4243
4249
|
- utf-8-validate
|
|
4244
4250
|
|
|
4245
|
-
'@almadar/std@
|
|
4251
|
+
'@almadar/std@7.2.0':
|
|
4246
4252
|
dependencies:
|
|
4247
|
-
'@almadar/core':
|
|
4248
|
-
'@almadar/operators': 2.1.3
|
|
4253
|
+
'@almadar/core': 5.3.2
|
|
4249
4254
|
|
|
4250
4255
|
'@almadar/syntax@1.2.1':
|
|
4251
4256
|
dependencies:
|
|
4252
|
-
'@almadar/core':
|
|
4257
|
+
'@almadar/core': 5.3.2
|
|
4253
4258
|
'@almadar/operators': 2.1.3
|
|
4254
|
-
'@almadar/patterns': 2.
|
|
4259
|
+
'@almadar/patterns': 2.14.2
|
|
4255
4260
|
|
|
4256
|
-
'@almadar/
|
|
4261
|
+
'@almadar/syntax@1.4.0':
|
|
4257
4262
|
dependencies:
|
|
4258
|
-
'@almadar/core':
|
|
4259
|
-
'@almadar/
|
|
4260
|
-
'@almadar/
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4263
|
+
'@almadar/core': 5.3.2
|
|
4264
|
+
'@almadar/patterns': 2.14.2
|
|
4265
|
+
'@almadar/std': 7.2.0
|
|
4266
|
+
|
|
4267
|
+
'@almadar/ui@3.2.2(@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)':
|
|
4268
|
+
dependencies:
|
|
4269
|
+
'@almadar/core': 5.3.2
|
|
4270
|
+
'@almadar/evaluator': 2.9.2
|
|
4271
|
+
'@almadar/patterns': 2.14.2
|
|
4272
|
+
'@almadar/runtime': 4.3.0(express@4.22.1)
|
|
4273
|
+
'@almadar/std': 7.2.0
|
|
4274
|
+
'@almadar/syntax': 1.4.0
|
|
4264
4275
|
'@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))
|
|
4265
4276
|
'@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)
|
|
4266
4277
|
'@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)
|