create-cedar-app 2.4.1-next.4 → 2.4.1-rc.6
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/dist/create-cedar-app.js +1 -1
- package/package.json +4 -4
- package/templates/esm-js/api/package.json +2 -2
- package/templates/esm-js/package.json +3 -3
- package/templates/esm-js/web/package.json +4 -4
- package/templates/esm-js/yarn.lock +544 -422
- package/templates/esm-ts/api/package.json +2 -2
- package/templates/esm-ts/package.json +3 -3
- package/templates/esm-ts/web/package.json +4 -4
- package/templates/esm-ts/yarn.lock +544 -422
- package/templates/js/api/package.json +2 -2
- package/templates/js/package.json +3 -3
- package/templates/js/web/package.json +4 -4
- package/templates/js/yarn.lock +544 -422
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +3 -3
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/yarn.lock +544 -422
|
@@ -234,44 +234,44 @@ __metadata:
|
|
|
234
234
|
languageName: node
|
|
235
235
|
linkType: hard
|
|
236
236
|
|
|
237
|
-
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.27.1":
|
|
238
|
-
version: 7.
|
|
239
|
-
resolution: "@babel/code-frame@npm:7.
|
|
237
|
+
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.27.1, @babel/code-frame@npm:^7.28.6":
|
|
238
|
+
version: 7.28.6
|
|
239
|
+
resolution: "@babel/code-frame@npm:7.28.6"
|
|
240
240
|
dependencies:
|
|
241
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
241
|
+
"@babel/helper-validator-identifier": "npm:^7.28.5"
|
|
242
242
|
js-tokens: "npm:^4.0.0"
|
|
243
243
|
picocolors: "npm:^1.1.1"
|
|
244
|
-
checksum: 10c0/
|
|
244
|
+
checksum: 10c0/ed5d57f99455e3b1c23e75ebb8430c6b9800b4ecd0121b4348b97cecb65406a47778d6db61f0d538a4958bb01b4b277e90348a68d39bd3beff1d7c940ed6dd66
|
|
245
245
|
languageName: node
|
|
246
246
|
linkType: hard
|
|
247
247
|
|
|
248
|
-
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.27.
|
|
249
|
-
version: 7.28.
|
|
250
|
-
resolution: "@babel/compat-data@npm:7.28.
|
|
251
|
-
checksum: 10c0/
|
|
248
|
+
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.27.7, @babel/compat-data@npm:^7.28.5, @babel/compat-data@npm:^7.28.6":
|
|
249
|
+
version: 7.28.6
|
|
250
|
+
resolution: "@babel/compat-data@npm:7.28.6"
|
|
251
|
+
checksum: 10c0/2d047431041281eaf33e9943d1a269d3374dbc9b498cafe6a18f5ee9aee7bb96f7f6cac0304eab4d13c41fc4db00fe4ca16c7aa44469ca6a211b8b6343b78fc4
|
|
252
252
|
languageName: node
|
|
253
253
|
linkType: hard
|
|
254
254
|
|
|
255
255
|
"@babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.14.0, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.4, @babel/core@npm:^7.24.7, @babel/core@npm:^7.26.10, @babel/core@npm:^7.28.0":
|
|
256
|
-
version: 7.28.
|
|
257
|
-
resolution: "@babel/core@npm:7.28.
|
|
258
|
-
dependencies:
|
|
259
|
-
"@babel/code-frame": "npm:^7.
|
|
260
|
-
"@babel/generator": "npm:^7.28.
|
|
261
|
-
"@babel/helper-compilation-targets": "npm:^7.
|
|
262
|
-
"@babel/helper-module-transforms": "npm:^7.28.
|
|
263
|
-
"@babel/helpers": "npm:^7.28.
|
|
264
|
-
"@babel/parser": "npm:^7.28.
|
|
265
|
-
"@babel/template": "npm:^7.
|
|
266
|
-
"@babel/traverse": "npm:^7.28.
|
|
267
|
-
"@babel/types": "npm:^7.28.
|
|
256
|
+
version: 7.28.6
|
|
257
|
+
resolution: "@babel/core@npm:7.28.6"
|
|
258
|
+
dependencies:
|
|
259
|
+
"@babel/code-frame": "npm:^7.28.6"
|
|
260
|
+
"@babel/generator": "npm:^7.28.6"
|
|
261
|
+
"@babel/helper-compilation-targets": "npm:^7.28.6"
|
|
262
|
+
"@babel/helper-module-transforms": "npm:^7.28.6"
|
|
263
|
+
"@babel/helpers": "npm:^7.28.6"
|
|
264
|
+
"@babel/parser": "npm:^7.28.6"
|
|
265
|
+
"@babel/template": "npm:^7.28.6"
|
|
266
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
267
|
+
"@babel/types": "npm:^7.28.6"
|
|
268
268
|
"@jridgewell/remapping": "npm:^2.3.5"
|
|
269
269
|
convert-source-map: "npm:^2.0.0"
|
|
270
270
|
debug: "npm:^4.1.0"
|
|
271
271
|
gensync: "npm:^1.0.0-beta.2"
|
|
272
272
|
json5: "npm:^2.2.3"
|
|
273
273
|
semver: "npm:^6.3.1"
|
|
274
|
-
checksum: 10c0/
|
|
274
|
+
checksum: 10c0/716b88b1ab057aa53ffa40f2b2fb7e4ab7a35cd6a065fa60e55ca13d2a666672592329f7ea9269aec17e90cc7ce29f42eda566d07859bfd998329a9f283faadb
|
|
275
275
|
languageName: node
|
|
276
276
|
linkType: hard
|
|
277
277
|
|
|
@@ -301,7 +301,7 @@ __metadata:
|
|
|
301
301
|
languageName: node
|
|
302
302
|
linkType: hard
|
|
303
303
|
|
|
304
|
-
"@babel/generator@npm:7.28.5
|
|
304
|
+
"@babel/generator@npm:7.28.5":
|
|
305
305
|
version: 7.28.5
|
|
306
306
|
resolution: "@babel/generator@npm:7.28.5"
|
|
307
307
|
dependencies:
|
|
@@ -314,6 +314,19 @@ __metadata:
|
|
|
314
314
|
languageName: node
|
|
315
315
|
linkType: hard
|
|
316
316
|
|
|
317
|
+
"@babel/generator@npm:^7.14.0, @babel/generator@npm:^7.18.13, @babel/generator@npm:^7.26.10, @babel/generator@npm:^7.28.5, @babel/generator@npm:^7.28.6, @babel/generator@npm:^7.7.2":
|
|
318
|
+
version: 7.28.6
|
|
319
|
+
resolution: "@babel/generator@npm:7.28.6"
|
|
320
|
+
dependencies:
|
|
321
|
+
"@babel/parser": "npm:^7.28.6"
|
|
322
|
+
"@babel/types": "npm:^7.28.6"
|
|
323
|
+
"@jridgewell/gen-mapping": "npm:^0.3.12"
|
|
324
|
+
"@jridgewell/trace-mapping": "npm:^0.3.28"
|
|
325
|
+
jsesc: "npm:^3.0.2"
|
|
326
|
+
checksum: 10c0/162fa358484a9a18e8da1235d998f10ea77c63bab408c8d3e327d5833f120631a77ff022c5ed1d838ee00523f8bb75df1f08196d3657d0bca9f2cfeb8503cc12
|
|
327
|
+
languageName: node
|
|
328
|
+
linkType: hard
|
|
329
|
+
|
|
317
330
|
"@babel/helper-annotate-as-pure@npm:^7.27.1, @babel/helper-annotate-as-pure@npm:^7.27.3":
|
|
318
331
|
version: 7.27.3
|
|
319
332
|
resolution: "@babel/helper-annotate-as-pure@npm:7.27.3"
|
|
@@ -323,37 +336,37 @@ __metadata:
|
|
|
323
336
|
languageName: node
|
|
324
337
|
linkType: hard
|
|
325
338
|
|
|
326
|
-
"@babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2":
|
|
327
|
-
version: 7.
|
|
328
|
-
resolution: "@babel/helper-compilation-targets@npm:7.
|
|
339
|
+
"@babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2, @babel/helper-compilation-targets@npm:^7.28.6":
|
|
340
|
+
version: 7.28.6
|
|
341
|
+
resolution: "@babel/helper-compilation-targets@npm:7.28.6"
|
|
329
342
|
dependencies:
|
|
330
|
-
"@babel/compat-data": "npm:^7.
|
|
343
|
+
"@babel/compat-data": "npm:^7.28.6"
|
|
331
344
|
"@babel/helper-validator-option": "npm:^7.27.1"
|
|
332
345
|
browserslist: "npm:^4.24.0"
|
|
333
346
|
lru-cache: "npm:^5.1.1"
|
|
334
347
|
semver: "npm:^6.3.1"
|
|
335
|
-
checksum: 10c0/
|
|
348
|
+
checksum: 10c0/3fcdf3b1b857a1578e99d20508859dbd3f22f3c87b8a0f3dc540627b4be539bae7f6e61e49d931542fe5b557545347272bbdacd7f58a5c77025a18b745593a50
|
|
336
349
|
languageName: node
|
|
337
350
|
linkType: hard
|
|
338
351
|
|
|
339
|
-
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.27.1, @babel/helper-create-class-features-plugin@npm:^7.28.
|
|
340
|
-
version: 7.28.
|
|
341
|
-
resolution: "@babel/helper-create-class-features-plugin@npm:7.28.
|
|
352
|
+
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.27.1, @babel/helper-create-class-features-plugin@npm:^7.28.6":
|
|
353
|
+
version: 7.28.6
|
|
354
|
+
resolution: "@babel/helper-create-class-features-plugin@npm:7.28.6"
|
|
342
355
|
dependencies:
|
|
343
356
|
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
|
|
344
357
|
"@babel/helper-member-expression-to-functions": "npm:^7.28.5"
|
|
345
358
|
"@babel/helper-optimise-call-expression": "npm:^7.27.1"
|
|
346
|
-
"@babel/helper-replace-supers": "npm:^7.
|
|
359
|
+
"@babel/helper-replace-supers": "npm:^7.28.6"
|
|
347
360
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
|
|
348
|
-
"@babel/traverse": "npm:^7.28.
|
|
361
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
349
362
|
semver: "npm:^6.3.1"
|
|
350
363
|
peerDependencies:
|
|
351
364
|
"@babel/core": ^7.0.0
|
|
352
|
-
checksum: 10c0/
|
|
365
|
+
checksum: 10c0/0b62b46717891f4366006b88c9b7f277980d4f578c4c3789b7a4f5a2e09e121de4cda9a414ab403986745cd3ad1af3fe2d948c9f78ab80d4dc085afc9602af50
|
|
353
366
|
languageName: node
|
|
354
367
|
linkType: hard
|
|
355
368
|
|
|
356
|
-
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.27.1":
|
|
369
|
+
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.27.1, @babel/helper-create-regexp-features-plugin@npm:^7.28.5":
|
|
357
370
|
version: 7.28.5
|
|
358
371
|
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.28.5"
|
|
359
372
|
dependencies:
|
|
@@ -388,7 +401,7 @@ __metadata:
|
|
|
388
401
|
languageName: node
|
|
389
402
|
linkType: hard
|
|
390
403
|
|
|
391
|
-
"@babel/helper-member-expression-to-functions@npm:^7.
|
|
404
|
+
"@babel/helper-member-expression-to-functions@npm:^7.28.5":
|
|
392
405
|
version: 7.28.5
|
|
393
406
|
resolution: "@babel/helper-member-expression-to-functions@npm:7.28.5"
|
|
394
407
|
dependencies:
|
|
@@ -398,26 +411,26 @@ __metadata:
|
|
|
398
411
|
languageName: node
|
|
399
412
|
linkType: hard
|
|
400
413
|
|
|
401
|
-
"@babel/helper-module-imports@npm:^7.27.1":
|
|
402
|
-
version: 7.
|
|
403
|
-
resolution: "@babel/helper-module-imports@npm:7.
|
|
414
|
+
"@babel/helper-module-imports@npm:^7.27.1, @babel/helper-module-imports@npm:^7.28.6":
|
|
415
|
+
version: 7.28.6
|
|
416
|
+
resolution: "@babel/helper-module-imports@npm:7.28.6"
|
|
404
417
|
dependencies:
|
|
405
|
-
"@babel/traverse": "npm:^7.
|
|
406
|
-
"@babel/types": "npm:^7.
|
|
407
|
-
checksum: 10c0/
|
|
418
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
419
|
+
"@babel/types": "npm:^7.28.6"
|
|
420
|
+
checksum: 10c0/b49d8d8f204d9dbfd5ac70c54e533e5269afb3cea966a9d976722b13e9922cc773a653405f53c89acb247d5aebdae4681d631a3ae3df77ec046b58da76eda2ac
|
|
408
421
|
languageName: node
|
|
409
422
|
linkType: hard
|
|
410
423
|
|
|
411
|
-
"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.28.3":
|
|
412
|
-
version: 7.28.
|
|
413
|
-
resolution: "@babel/helper-module-transforms@npm:7.28.
|
|
424
|
+
"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.28.3, @babel/helper-module-transforms@npm:^7.28.6":
|
|
425
|
+
version: 7.28.6
|
|
426
|
+
resolution: "@babel/helper-module-transforms@npm:7.28.6"
|
|
414
427
|
dependencies:
|
|
415
|
-
"@babel/helper-module-imports": "npm:^7.
|
|
416
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
417
|
-
"@babel/traverse": "npm:^7.28.
|
|
428
|
+
"@babel/helper-module-imports": "npm:^7.28.6"
|
|
429
|
+
"@babel/helper-validator-identifier": "npm:^7.28.5"
|
|
430
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
418
431
|
peerDependencies:
|
|
419
432
|
"@babel/core": ^7.0.0
|
|
420
|
-
checksum: 10c0/
|
|
433
|
+
checksum: 10c0/6f03e14fc30b287ce0b839474b5f271e72837d0cafe6b172d759184d998fbee3903a035e81e07c2c596449e504f453463d58baa65b6f40a37ded5bec74620b2b
|
|
421
434
|
languageName: node
|
|
422
435
|
linkType: hard
|
|
423
436
|
|
|
@@ -430,10 +443,10 @@ __metadata:
|
|
|
430
443
|
languageName: node
|
|
431
444
|
linkType: hard
|
|
432
445
|
|
|
433
|
-
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.8.0":
|
|
434
|
-
version: 7.
|
|
435
|
-
resolution: "@babel/helper-plugin-utils@npm:7.
|
|
436
|
-
checksum: 10c0/
|
|
446
|
+
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.28.6, @babel/helper-plugin-utils@npm:^7.8.0":
|
|
447
|
+
version: 7.28.6
|
|
448
|
+
resolution: "@babel/helper-plugin-utils@npm:7.28.6"
|
|
449
|
+
checksum: 10c0/3f5f8acc152fdbb69a84b8624145ff4f9b9f6e776cb989f9f968f8606eb7185c5c3cfcf3ba08534e37e1e0e1c118ac67080610333f56baa4f7376c99b5f1143d
|
|
437
450
|
languageName: node
|
|
438
451
|
linkType: hard
|
|
439
452
|
|
|
@@ -450,16 +463,16 @@ __metadata:
|
|
|
450
463
|
languageName: node
|
|
451
464
|
linkType: hard
|
|
452
465
|
|
|
453
|
-
"@babel/helper-replace-supers@npm:^7.27.1":
|
|
454
|
-
version: 7.
|
|
455
|
-
resolution: "@babel/helper-replace-supers@npm:7.
|
|
466
|
+
"@babel/helper-replace-supers@npm:^7.27.1, @babel/helper-replace-supers@npm:^7.28.6":
|
|
467
|
+
version: 7.28.6
|
|
468
|
+
resolution: "@babel/helper-replace-supers@npm:7.28.6"
|
|
456
469
|
dependencies:
|
|
457
|
-
"@babel/helper-member-expression-to-functions": "npm:^7.
|
|
470
|
+
"@babel/helper-member-expression-to-functions": "npm:^7.28.5"
|
|
458
471
|
"@babel/helper-optimise-call-expression": "npm:^7.27.1"
|
|
459
|
-
"@babel/traverse": "npm:^7.
|
|
472
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
460
473
|
peerDependencies:
|
|
461
474
|
"@babel/core": ^7.0.0
|
|
462
|
-
checksum: 10c0/
|
|
475
|
+
checksum: 10c0/04663c6389551b99b8c3e7ba4e2638b8ca2a156418c26771516124c53083aa8e74b6a45abe5dd46360af79709a0e9c6b72c076d0eab9efecdd5aaf836e79d8d5
|
|
463
476
|
languageName: node
|
|
464
477
|
linkType: hard
|
|
465
478
|
|
|
@@ -480,7 +493,7 @@ __metadata:
|
|
|
480
493
|
languageName: node
|
|
481
494
|
linkType: hard
|
|
482
495
|
|
|
483
|
-
"@babel/helper-validator-identifier@npm:^7.
|
|
496
|
+
"@babel/helper-validator-identifier@npm:^7.28.5":
|
|
484
497
|
version: 7.28.5
|
|
485
498
|
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
|
|
486
499
|
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
|
|
@@ -495,27 +508,27 @@ __metadata:
|
|
|
495
508
|
linkType: hard
|
|
496
509
|
|
|
497
510
|
"@babel/helper-wrap-function@npm:^7.27.1":
|
|
498
|
-
version: 7.28.
|
|
499
|
-
resolution: "@babel/helper-wrap-function@npm:7.28.
|
|
511
|
+
version: 7.28.6
|
|
512
|
+
resolution: "@babel/helper-wrap-function@npm:7.28.6"
|
|
500
513
|
dependencies:
|
|
501
|
-
"@babel/template": "npm:^7.
|
|
502
|
-
"@babel/traverse": "npm:^7.28.
|
|
503
|
-
"@babel/types": "npm:^7.28.
|
|
504
|
-
checksum: 10c0/
|
|
514
|
+
"@babel/template": "npm:^7.28.6"
|
|
515
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
516
|
+
"@babel/types": "npm:^7.28.6"
|
|
517
|
+
checksum: 10c0/110674c7aa705dd8cc34f278628f540b37a4cb35e81fcaf557772e026a6fd95f571feb51a8efb146e4e91bbf567dc9dd7f534f78da80f55f4be2ec842f36b678
|
|
505
518
|
languageName: node
|
|
506
519
|
linkType: hard
|
|
507
520
|
|
|
508
|
-
"@babel/helpers@npm:^7.28.
|
|
509
|
-
version: 7.28.
|
|
510
|
-
resolution: "@babel/helpers@npm:7.28.
|
|
521
|
+
"@babel/helpers@npm:^7.28.6":
|
|
522
|
+
version: 7.28.6
|
|
523
|
+
resolution: "@babel/helpers@npm:7.28.6"
|
|
511
524
|
dependencies:
|
|
512
|
-
"@babel/template": "npm:^7.
|
|
513
|
-
"@babel/types": "npm:^7.28.
|
|
514
|
-
checksum: 10c0/
|
|
525
|
+
"@babel/template": "npm:^7.28.6"
|
|
526
|
+
"@babel/types": "npm:^7.28.6"
|
|
527
|
+
checksum: 10c0/c4a779c66396bb0cf619402d92f1610601ff3832db2d3b86b9c9dd10983bf79502270e97ac6d5280cea1b1a37de2f06ecbac561bd2271545270407fbe64027cb
|
|
515
528
|
languageName: node
|
|
516
529
|
linkType: hard
|
|
517
530
|
|
|
518
|
-
"@babel/parser@npm:7.28.5
|
|
531
|
+
"@babel/parser@npm:7.28.5":
|
|
519
532
|
version: 7.28.5
|
|
520
533
|
resolution: "@babel/parser@npm:7.28.5"
|
|
521
534
|
dependencies:
|
|
@@ -526,6 +539,17 @@ __metadata:
|
|
|
526
539
|
languageName: node
|
|
527
540
|
linkType: hard
|
|
528
541
|
|
|
542
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.1.6, @babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.8, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.4, @babel/parser@npm:^7.24.7, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.28.5, @babel/parser@npm:^7.28.6, @babel/parser@npm:^7.3.2":
|
|
543
|
+
version: 7.28.6
|
|
544
|
+
resolution: "@babel/parser@npm:7.28.6"
|
|
545
|
+
dependencies:
|
|
546
|
+
"@babel/types": "npm:^7.28.6"
|
|
547
|
+
bin:
|
|
548
|
+
parser: ./bin/babel-parser.js
|
|
549
|
+
checksum: 10c0/d6bfe8aa8e067ef58909e9905496157312372ca65d8d2a4f2b40afbea48d59250163755bba8ae626a615da53d192b084bcfc8c9dad8b01e315b96967600de581
|
|
550
|
+
languageName: node
|
|
551
|
+
linkType: hard
|
|
552
|
+
|
|
529
553
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.28.5":
|
|
530
554
|
version: 7.28.5
|
|
531
555
|
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.28.5"
|
|
@@ -574,14 +598,14 @@ __metadata:
|
|
|
574
598
|
linkType: hard
|
|
575
599
|
|
|
576
600
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.28.3":
|
|
577
|
-
version: 7.28.
|
|
578
|
-
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.28.
|
|
601
|
+
version: 7.28.6
|
|
602
|
+
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.28.6"
|
|
579
603
|
dependencies:
|
|
580
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
581
|
-
"@babel/traverse": "npm:^7.28.
|
|
604
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
605
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
582
606
|
peerDependencies:
|
|
583
607
|
"@babel/core": ^7.0.0
|
|
584
|
-
checksum: 10c0/
|
|
608
|
+
checksum: 10c0/f1a9194e8d1742081def7af748e9249eb5082c25d0ced292720a1f054895f99041c764a05f45af669a2c8898aeb79266058aedb0d3e1038963ad49be8288918a
|
|
585
609
|
languageName: node
|
|
586
610
|
linkType: hard
|
|
587
611
|
|
|
@@ -678,35 +702,35 @@ __metadata:
|
|
|
678
702
|
linkType: hard
|
|
679
703
|
|
|
680
704
|
"@babel/plugin-syntax-flow@npm:^7.0.0, @babel/plugin-syntax-flow@npm:^7.27.1":
|
|
681
|
-
version: 7.
|
|
682
|
-
resolution: "@babel/plugin-syntax-flow@npm:7.
|
|
705
|
+
version: 7.28.6
|
|
706
|
+
resolution: "@babel/plugin-syntax-flow@npm:7.28.6"
|
|
683
707
|
dependencies:
|
|
684
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
708
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
685
709
|
peerDependencies:
|
|
686
710
|
"@babel/core": ^7.0.0-0
|
|
687
|
-
checksum: 10c0/
|
|
711
|
+
checksum: 10c0/a00114adcbbdaef07638f6a2e8c3ea63d65b3d27f088e8e53c5f35b8dc50813c0e1006fac4fb109782f9cdd41ad2f1cb9838359fecbb3d1f6141b4002358f52c
|
|
688
712
|
languageName: node
|
|
689
713
|
linkType: hard
|
|
690
714
|
|
|
691
715
|
"@babel/plugin-syntax-import-assertions@npm:^7.20.0, @babel/plugin-syntax-import-assertions@npm:^7.27.1":
|
|
692
|
-
version: 7.
|
|
693
|
-
resolution: "@babel/plugin-syntax-import-assertions@npm:7.
|
|
716
|
+
version: 7.28.6
|
|
717
|
+
resolution: "@babel/plugin-syntax-import-assertions@npm:7.28.6"
|
|
694
718
|
dependencies:
|
|
695
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
719
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
696
720
|
peerDependencies:
|
|
697
721
|
"@babel/core": ^7.0.0-0
|
|
698
|
-
checksum: 10c0/
|
|
722
|
+
checksum: 10c0/f3b8bdccb9b4d3e3b9226684ca518e055399d05579da97dfe0160a38d65198cfe7dce809e73179d6463a863a040f980de32425a876d88efe4eda933d0d95982c
|
|
699
723
|
languageName: node
|
|
700
724
|
linkType: hard
|
|
701
725
|
|
|
702
726
|
"@babel/plugin-syntax-import-attributes@npm:^7.24.7, @babel/plugin-syntax-import-attributes@npm:^7.27.1":
|
|
703
|
-
version: 7.
|
|
704
|
-
resolution: "@babel/plugin-syntax-import-attributes@npm:7.
|
|
727
|
+
version: 7.28.6
|
|
728
|
+
resolution: "@babel/plugin-syntax-import-attributes@npm:7.28.6"
|
|
705
729
|
dependencies:
|
|
706
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
730
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
707
731
|
peerDependencies:
|
|
708
732
|
"@babel/core": ^7.0.0-0
|
|
709
|
-
checksum: 10c0/
|
|
733
|
+
checksum: 10c0/1be160e2c426faa74e5be2e30e39e8d0d8c543063bd5d06cd804f8751b8fbcb82ce824ca7f9ce4b09c003693f6c06a11ce503b7e34d85e1a259631e4c3f72ad2
|
|
710
734
|
languageName: node
|
|
711
735
|
linkType: hard
|
|
712
736
|
|
|
@@ -732,14 +756,14 @@ __metadata:
|
|
|
732
756
|
languageName: node
|
|
733
757
|
linkType: hard
|
|
734
758
|
|
|
735
|
-
"@babel/plugin-syntax-jsx@npm:^7.0.0, @babel/plugin-syntax-jsx@npm:^7.27.1, @babel/plugin-syntax-jsx@npm:^7.7.2":
|
|
736
|
-
version: 7.
|
|
737
|
-
resolution: "@babel/plugin-syntax-jsx@npm:7.
|
|
759
|
+
"@babel/plugin-syntax-jsx@npm:^7.0.0, @babel/plugin-syntax-jsx@npm:^7.27.1, @babel/plugin-syntax-jsx@npm:^7.28.6, @babel/plugin-syntax-jsx@npm:^7.7.2":
|
|
760
|
+
version: 7.28.6
|
|
761
|
+
resolution: "@babel/plugin-syntax-jsx@npm:7.28.6"
|
|
738
762
|
dependencies:
|
|
739
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
763
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
740
764
|
peerDependencies:
|
|
741
765
|
"@babel/core": ^7.0.0-0
|
|
742
|
-
checksum: 10c0/
|
|
766
|
+
checksum: 10c0/b98fc3cd75e4ca3d5ca1162f610c286e14ede1486e0d297c13a5eb0ac85680ac9656d17d348bddd9160a54d797a08cea5eaac02b9330ddebb7b26732b7b99fb5
|
|
743
767
|
languageName: node
|
|
744
768
|
linkType: hard
|
|
745
769
|
|
|
@@ -831,14 +855,14 @@ __metadata:
|
|
|
831
855
|
languageName: node
|
|
832
856
|
linkType: hard
|
|
833
857
|
|
|
834
|
-
"@babel/plugin-syntax-typescript@npm:^7.
|
|
835
|
-
version: 7.
|
|
836
|
-
resolution: "@babel/plugin-syntax-typescript@npm:7.
|
|
858
|
+
"@babel/plugin-syntax-typescript@npm:^7.28.6, @babel/plugin-syntax-typescript@npm:^7.7.2":
|
|
859
|
+
version: 7.28.6
|
|
860
|
+
resolution: "@babel/plugin-syntax-typescript@npm:7.28.6"
|
|
837
861
|
dependencies:
|
|
838
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
862
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
839
863
|
peerDependencies:
|
|
840
864
|
"@babel/core": ^7.0.0-0
|
|
841
|
-
checksum: 10c0/
|
|
865
|
+
checksum: 10c0/b0c392a35624883ac480277401ac7d92d8646b66e33639f5d350de7a6723924265985ae11ab9ebd551740ded261c443eaa9a87ea19def9763ca1e0d78c97dea8
|
|
842
866
|
languageName: node
|
|
843
867
|
linkType: hard
|
|
844
868
|
|
|
@@ -866,28 +890,28 @@ __metadata:
|
|
|
866
890
|
linkType: hard
|
|
867
891
|
|
|
868
892
|
"@babel/plugin-transform-async-generator-functions@npm:^7.28.0":
|
|
869
|
-
version: 7.28.
|
|
870
|
-
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.28.
|
|
893
|
+
version: 7.28.6
|
|
894
|
+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.28.6"
|
|
871
895
|
dependencies:
|
|
872
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
896
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
873
897
|
"@babel/helper-remap-async-to-generator": "npm:^7.27.1"
|
|
874
|
-
"@babel/traverse": "npm:^7.28.
|
|
898
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
875
899
|
peerDependencies:
|
|
876
900
|
"@babel/core": ^7.0.0-0
|
|
877
|
-
checksum: 10c0/
|
|
901
|
+
checksum: 10c0/eddb94b0b990d8057c9c3587db3453eb586d1835626a9d683e6e8bef0ac5f708a76002951fb9cca80c902b3074b21b3a81b8af9090492561d9179862ce5716d8
|
|
878
902
|
languageName: node
|
|
879
903
|
linkType: hard
|
|
880
904
|
|
|
881
905
|
"@babel/plugin-transform-async-to-generator@npm:^7.27.1":
|
|
882
|
-
version: 7.
|
|
883
|
-
resolution: "@babel/plugin-transform-async-to-generator@npm:7.
|
|
906
|
+
version: 7.28.6
|
|
907
|
+
resolution: "@babel/plugin-transform-async-to-generator@npm:7.28.6"
|
|
884
908
|
dependencies:
|
|
885
|
-
"@babel/helper-module-imports": "npm:^7.
|
|
886
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
909
|
+
"@babel/helper-module-imports": "npm:^7.28.6"
|
|
910
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
887
911
|
"@babel/helper-remap-async-to-generator": "npm:^7.27.1"
|
|
888
912
|
peerDependencies:
|
|
889
913
|
"@babel/core": ^7.0.0-0
|
|
890
|
-
checksum: 10c0/
|
|
914
|
+
checksum: 10c0/2eb0826248587df6e50038f36194a138771a7df22581020451c7779edeaf9ef39bf47c5b7a20ae2645af6416e8c896feeca273317329652e84abd79a4ab920ad
|
|
891
915
|
languageName: node
|
|
892
916
|
linkType: hard
|
|
893
917
|
|
|
@@ -903,17 +927,17 @@ __metadata:
|
|
|
903
927
|
linkType: hard
|
|
904
928
|
|
|
905
929
|
"@babel/plugin-transform-block-scoping@npm:^7.0.0, @babel/plugin-transform-block-scoping@npm:^7.28.5":
|
|
906
|
-
version: 7.28.
|
|
907
|
-
resolution: "@babel/plugin-transform-block-scoping@npm:7.28.
|
|
930
|
+
version: 7.28.6
|
|
931
|
+
resolution: "@babel/plugin-transform-block-scoping@npm:7.28.6"
|
|
908
932
|
dependencies:
|
|
909
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
933
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
910
934
|
peerDependencies:
|
|
911
935
|
"@babel/core": ^7.0.0-0
|
|
912
|
-
checksum: 10c0/
|
|
936
|
+
checksum: 10c0/2e3e09e1f9770b56cef4dcbffddf262508fd03416072f815ac66b2b224a3a12cd285cfec12fc067f1add414e7db5ce6dafb5164a6e0fb1a728e6a97d0c6f6e9d
|
|
913
937
|
languageName: node
|
|
914
938
|
linkType: hard
|
|
915
939
|
|
|
916
|
-
"@babel/plugin-transform-class-properties@npm:7.27.1
|
|
940
|
+
"@babel/plugin-transform-class-properties@npm:7.27.1":
|
|
917
941
|
version: 7.27.1
|
|
918
942
|
resolution: "@babel/plugin-transform-class-properties@npm:7.27.1"
|
|
919
943
|
dependencies:
|
|
@@ -925,47 +949,59 @@ __metadata:
|
|
|
925
949
|
languageName: node
|
|
926
950
|
linkType: hard
|
|
927
951
|
|
|
952
|
+
"@babel/plugin-transform-class-properties@npm:^7.24.7, @babel/plugin-transform-class-properties@npm:^7.27.1":
|
|
953
|
+
version: 7.28.6
|
|
954
|
+
resolution: "@babel/plugin-transform-class-properties@npm:7.28.6"
|
|
955
|
+
dependencies:
|
|
956
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.28.6"
|
|
957
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
958
|
+
peerDependencies:
|
|
959
|
+
"@babel/core": ^7.0.0-0
|
|
960
|
+
checksum: 10c0/c4327fcd730c239d9f173f9b695b57b801729e273b4848aef1f75818069dfd31d985d75175db188d947b9b1bbe5353dae298849042026a5e4fcf07582ff3f9f1
|
|
961
|
+
languageName: node
|
|
962
|
+
linkType: hard
|
|
963
|
+
|
|
928
964
|
"@babel/plugin-transform-class-static-block@npm:^7.28.3":
|
|
929
|
-
version: 7.28.
|
|
930
|
-
resolution: "@babel/plugin-transform-class-static-block@npm:7.28.
|
|
965
|
+
version: 7.28.6
|
|
966
|
+
resolution: "@babel/plugin-transform-class-static-block@npm:7.28.6"
|
|
931
967
|
dependencies:
|
|
932
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.28.
|
|
933
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
968
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.28.6"
|
|
969
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
934
970
|
peerDependencies:
|
|
935
971
|
"@babel/core": ^7.12.0
|
|
936
|
-
checksum: 10c0/
|
|
972
|
+
checksum: 10c0/dbe9b1fd302ae41b73186e17ac8d8ecf625ebc2416a91f2dc8013977a1bdf21e6ea288a83f084752b412242f3866e789d4fddeb428af323fe35b60e0fae4f98c
|
|
937
973
|
languageName: node
|
|
938
974
|
linkType: hard
|
|
939
975
|
|
|
940
976
|
"@babel/plugin-transform-classes@npm:^7.0.0, @babel/plugin-transform-classes@npm:^7.28.4":
|
|
941
|
-
version: 7.28.
|
|
942
|
-
resolution: "@babel/plugin-transform-classes@npm:7.28.
|
|
977
|
+
version: 7.28.6
|
|
978
|
+
resolution: "@babel/plugin-transform-classes@npm:7.28.6"
|
|
943
979
|
dependencies:
|
|
944
980
|
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
|
|
945
|
-
"@babel/helper-compilation-targets": "npm:^7.
|
|
981
|
+
"@babel/helper-compilation-targets": "npm:^7.28.6"
|
|
946
982
|
"@babel/helper-globals": "npm:^7.28.0"
|
|
947
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
948
|
-
"@babel/helper-replace-supers": "npm:^7.
|
|
949
|
-
"@babel/traverse": "npm:^7.28.
|
|
983
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
984
|
+
"@babel/helper-replace-supers": "npm:^7.28.6"
|
|
985
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
950
986
|
peerDependencies:
|
|
951
987
|
"@babel/core": ^7.0.0-0
|
|
952
|
-
checksum: 10c0/
|
|
988
|
+
checksum: 10c0/dc22f1f6eadab17305128fbf9cc5f30e87a51a77dd0a6d5498097994e8a9b9a90ab298c11edf2342acbeaac9edc9c601cad72eedcf4b592cd465a787d7f41490
|
|
953
989
|
languageName: node
|
|
954
990
|
linkType: hard
|
|
955
991
|
|
|
956
992
|
"@babel/plugin-transform-computed-properties@npm:^7.0.0, @babel/plugin-transform-computed-properties@npm:^7.27.1":
|
|
957
|
-
version: 7.
|
|
958
|
-
resolution: "@babel/plugin-transform-computed-properties@npm:7.
|
|
993
|
+
version: 7.28.6
|
|
994
|
+
resolution: "@babel/plugin-transform-computed-properties@npm:7.28.6"
|
|
959
995
|
dependencies:
|
|
960
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
961
|
-
"@babel/template": "npm:^7.
|
|
996
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
997
|
+
"@babel/template": "npm:^7.28.6"
|
|
962
998
|
peerDependencies:
|
|
963
999
|
"@babel/core": ^7.0.0-0
|
|
964
|
-
checksum: 10c0/
|
|
1000
|
+
checksum: 10c0/1e9893503ae6d651125701cc29450e87c0b873c8febebff19da75da9c40cfb7968c52c28bf948244e461110aeb7b3591f2cc199b7406ff74a24c50c7a5729f39
|
|
965
1001
|
languageName: node
|
|
966
1002
|
linkType: hard
|
|
967
1003
|
|
|
968
|
-
"@babel/plugin-transform-destructuring@npm:^7.0.0, @babel/plugin-transform-destructuring@npm:^7.28.
|
|
1004
|
+
"@babel/plugin-transform-destructuring@npm:^7.0.0, @babel/plugin-transform-destructuring@npm:^7.28.5":
|
|
969
1005
|
version: 7.28.5
|
|
970
1006
|
resolution: "@babel/plugin-transform-destructuring@npm:7.28.5"
|
|
971
1007
|
dependencies:
|
|
@@ -978,14 +1014,14 @@ __metadata:
|
|
|
978
1014
|
linkType: hard
|
|
979
1015
|
|
|
980
1016
|
"@babel/plugin-transform-dotall-regex@npm:^7.27.1":
|
|
981
|
-
version: 7.
|
|
982
|
-
resolution: "@babel/plugin-transform-dotall-regex@npm:7.
|
|
1017
|
+
version: 7.28.6
|
|
1018
|
+
resolution: "@babel/plugin-transform-dotall-regex@npm:7.28.6"
|
|
983
1019
|
dependencies:
|
|
984
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
985
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1020
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.28.5"
|
|
1021
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
986
1022
|
peerDependencies:
|
|
987
1023
|
"@babel/core": ^7.0.0-0
|
|
988
|
-
checksum: 10c0/
|
|
1024
|
+
checksum: 10c0/e2fb76b7ae99087cf4212013a3ca9dee07048f90f98fd6264855080fb6c3f169be11c9b8c9d8b26cf9a407e4d0a5fa6e103f7cef433a542b75cf7127c99d4f97
|
|
989
1025
|
languageName: node
|
|
990
1026
|
linkType: hard
|
|
991
1027
|
|
|
@@ -1001,14 +1037,14 @@ __metadata:
|
|
|
1001
1037
|
linkType: hard
|
|
1002
1038
|
|
|
1003
1039
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.27.1":
|
|
1004
|
-
version: 7.
|
|
1005
|
-
resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.
|
|
1040
|
+
version: 7.28.6
|
|
1041
|
+
resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.28.6"
|
|
1006
1042
|
dependencies:
|
|
1007
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
1008
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1043
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.28.5"
|
|
1044
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1009
1045
|
peerDependencies:
|
|
1010
1046
|
"@babel/core": ^7.0.0
|
|
1011
|
-
checksum: 10c0/
|
|
1047
|
+
checksum: 10c0/a1b4161ed6a4a5e78f802035b38efd71db6691fc1b2b2a1aea49fcb449077105b4925f0c4670f117231462f5cb0a35df4ad297f7b1fac38ec76e89635f8dc51d
|
|
1012
1048
|
languageName: node
|
|
1013
1049
|
linkType: hard
|
|
1014
1050
|
|
|
@@ -1024,25 +1060,25 @@ __metadata:
|
|
|
1024
1060
|
linkType: hard
|
|
1025
1061
|
|
|
1026
1062
|
"@babel/plugin-transform-explicit-resource-management@npm:^7.28.0":
|
|
1027
|
-
version: 7.28.
|
|
1028
|
-
resolution: "@babel/plugin-transform-explicit-resource-management@npm:7.28.
|
|
1063
|
+
version: 7.28.6
|
|
1064
|
+
resolution: "@babel/plugin-transform-explicit-resource-management@npm:7.28.6"
|
|
1029
1065
|
dependencies:
|
|
1030
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1031
|
-
"@babel/plugin-transform-destructuring": "npm:^7.28.
|
|
1066
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1067
|
+
"@babel/plugin-transform-destructuring": "npm:^7.28.5"
|
|
1032
1068
|
peerDependencies:
|
|
1033
1069
|
"@babel/core": ^7.0.0-0
|
|
1034
|
-
checksum: 10c0/
|
|
1070
|
+
checksum: 10c0/e6ea28c26e058fe61ada3e70b0def1992dd5a44f5fc14d8e2c6a3a512fb4d4c6dc96a3e1d0b466d83db32a9101e0b02df94051e48d3140da115b8ea9f8a31f37
|
|
1035
1071
|
languageName: node
|
|
1036
1072
|
linkType: hard
|
|
1037
1073
|
|
|
1038
1074
|
"@babel/plugin-transform-exponentiation-operator@npm:^7.28.5":
|
|
1039
|
-
version: 7.28.
|
|
1040
|
-
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.28.
|
|
1075
|
+
version: 7.28.6
|
|
1076
|
+
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.28.6"
|
|
1041
1077
|
dependencies:
|
|
1042
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1078
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1043
1079
|
peerDependencies:
|
|
1044
1080
|
"@babel/core": ^7.0.0-0
|
|
1045
|
-
checksum: 10c0/
|
|
1081
|
+
checksum: 10c0/4572d955a50dbc9a652a19431b4bb822cb479ee6045f4e6df72659c499c13036da0a2adf650b07ca995f2781e80aa868943bea1e7bff1de3169ec3f0a73a902e
|
|
1046
1082
|
languageName: node
|
|
1047
1083
|
linkType: hard
|
|
1048
1084
|
|
|
@@ -1095,13 +1131,13 @@ __metadata:
|
|
|
1095
1131
|
linkType: hard
|
|
1096
1132
|
|
|
1097
1133
|
"@babel/plugin-transform-json-strings@npm:^7.27.1":
|
|
1098
|
-
version: 7.
|
|
1099
|
-
resolution: "@babel/plugin-transform-json-strings@npm:7.
|
|
1134
|
+
version: 7.28.6
|
|
1135
|
+
resolution: "@babel/plugin-transform-json-strings@npm:7.28.6"
|
|
1100
1136
|
dependencies:
|
|
1101
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1137
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1102
1138
|
peerDependencies:
|
|
1103
1139
|
"@babel/core": ^7.0.0-0
|
|
1104
|
-
checksum: 10c0/
|
|
1140
|
+
checksum: 10c0/ab1091798c58e6c0bb8a864ee2b727c400924592c6ed69797a26b4c205f850a935de77ad516570be0419c279a3d9f7740c2aa448762eb8364ea77a6a357a9653
|
|
1105
1141
|
languageName: node
|
|
1106
1142
|
linkType: hard
|
|
1107
1143
|
|
|
@@ -1117,13 +1153,13 @@ __metadata:
|
|
|
1117
1153
|
linkType: hard
|
|
1118
1154
|
|
|
1119
1155
|
"@babel/plugin-transform-logical-assignment-operators@npm:^7.28.5":
|
|
1120
|
-
version: 7.28.
|
|
1121
|
-
resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.28.
|
|
1156
|
+
version: 7.28.6
|
|
1157
|
+
resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.28.6"
|
|
1122
1158
|
dependencies:
|
|
1123
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1159
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1124
1160
|
peerDependencies:
|
|
1125
1161
|
"@babel/core": ^7.0.0-0
|
|
1126
|
-
checksum: 10c0/
|
|
1162
|
+
checksum: 10c0/4632a35453d2131f0be466681d0a33e3db44d868ff51ec46cd87e0ebd1e47c6a39b894f7d1c9b06f931addf6efa9d30e60c4cdedeb4f69d426f683e11f8490cf
|
|
1127
1163
|
languageName: node
|
|
1128
1164
|
linkType: hard
|
|
1129
1165
|
|
|
@@ -1151,14 +1187,14 @@ __metadata:
|
|
|
1151
1187
|
linkType: hard
|
|
1152
1188
|
|
|
1153
1189
|
"@babel/plugin-transform-modules-commonjs@npm:^7.0.0, @babel/plugin-transform-modules-commonjs@npm:^7.24.7, @babel/plugin-transform-modules-commonjs@npm:^7.27.1":
|
|
1154
|
-
version: 7.
|
|
1155
|
-
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.
|
|
1190
|
+
version: 7.28.6
|
|
1191
|
+
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.28.6"
|
|
1156
1192
|
dependencies:
|
|
1157
|
-
"@babel/helper-module-transforms": "npm:^7.
|
|
1158
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1193
|
+
"@babel/helper-module-transforms": "npm:^7.28.6"
|
|
1194
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1159
1195
|
peerDependencies:
|
|
1160
1196
|
"@babel/core": ^7.0.0-0
|
|
1161
|
-
checksum: 10c0/
|
|
1197
|
+
checksum: 10c0/7c45992797c6150644c8552feff4a016ba7bd6d59ff2b039ed969a9c5b20a6804cd9d21db5045fc8cca8ca7f08262497e354e93f8f2be6a1cdf3fbfa8c31a9b6
|
|
1162
1198
|
languageName: node
|
|
1163
1199
|
linkType: hard
|
|
1164
1200
|
|
|
@@ -1212,39 +1248,39 @@ __metadata:
|
|
|
1212
1248
|
linkType: hard
|
|
1213
1249
|
|
|
1214
1250
|
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.7, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.27.1":
|
|
1215
|
-
version: 7.
|
|
1216
|
-
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.
|
|
1251
|
+
version: 7.28.6
|
|
1252
|
+
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.28.6"
|
|
1217
1253
|
dependencies:
|
|
1218
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1254
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1219
1255
|
peerDependencies:
|
|
1220
1256
|
"@babel/core": ^7.0.0-0
|
|
1221
|
-
checksum: 10c0/
|
|
1257
|
+
checksum: 10c0/6607f2201d66ccb688f0b1db09475ef995837df19f14705da41f693b669f834c206147a854864ab107913d7b4f4748878b0cd9fe9ca8bfd1bee0c206fc027b49
|
|
1222
1258
|
languageName: node
|
|
1223
1259
|
linkType: hard
|
|
1224
1260
|
|
|
1225
1261
|
"@babel/plugin-transform-numeric-separator@npm:^7.27.1":
|
|
1226
|
-
version: 7.
|
|
1227
|
-
resolution: "@babel/plugin-transform-numeric-separator@npm:7.
|
|
1262
|
+
version: 7.28.6
|
|
1263
|
+
resolution: "@babel/plugin-transform-numeric-separator@npm:7.28.6"
|
|
1228
1264
|
dependencies:
|
|
1229
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1265
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1230
1266
|
peerDependencies:
|
|
1231
1267
|
"@babel/core": ^7.0.0-0
|
|
1232
|
-
checksum: 10c0/
|
|
1268
|
+
checksum: 10c0/191097d8d2753cdd16d1acca65a945d1645ab20b65655c2f5b030a9e38967a52e093dcb21ebf391e342222705c6ffe5dea15dafd6257f7b51b77fb64a830b637
|
|
1233
1269
|
languageName: node
|
|
1234
1270
|
linkType: hard
|
|
1235
1271
|
|
|
1236
1272
|
"@babel/plugin-transform-object-rest-spread@npm:^7.28.4":
|
|
1237
|
-
version: 7.28.
|
|
1238
|
-
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.28.
|
|
1273
|
+
version: 7.28.6
|
|
1274
|
+
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.28.6"
|
|
1239
1275
|
dependencies:
|
|
1240
|
-
"@babel/helper-compilation-targets": "npm:^7.
|
|
1241
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1242
|
-
"@babel/plugin-transform-destructuring": "npm:^7.28.
|
|
1276
|
+
"@babel/helper-compilation-targets": "npm:^7.28.6"
|
|
1277
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1278
|
+
"@babel/plugin-transform-destructuring": "npm:^7.28.5"
|
|
1243
1279
|
"@babel/plugin-transform-parameters": "npm:^7.27.7"
|
|
1244
|
-
"@babel/traverse": "npm:^7.28.
|
|
1280
|
+
"@babel/traverse": "npm:^7.28.6"
|
|
1245
1281
|
peerDependencies:
|
|
1246
1282
|
"@babel/core": ^7.0.0-0
|
|
1247
|
-
checksum: 10c0/
|
|
1283
|
+
checksum: 10c0/f55334352d4fcde385f2e8a58836687e71ff668c9b6e4c34d52575bf2789cdde92d9d3116edba13647ac0bc3e51fb2a6d1e8fb822dce7e8123334b82600bc4c3
|
|
1248
1284
|
languageName: node
|
|
1249
1285
|
linkType: hard
|
|
1250
1286
|
|
|
@@ -1261,25 +1297,25 @@ __metadata:
|
|
|
1261
1297
|
linkType: hard
|
|
1262
1298
|
|
|
1263
1299
|
"@babel/plugin-transform-optional-catch-binding@npm:^7.27.1":
|
|
1264
|
-
version: 7.
|
|
1265
|
-
resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.
|
|
1300
|
+
version: 7.28.6
|
|
1301
|
+
resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.28.6"
|
|
1266
1302
|
dependencies:
|
|
1267
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1303
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1268
1304
|
peerDependencies:
|
|
1269
1305
|
"@babel/core": ^7.0.0-0
|
|
1270
|
-
checksum: 10c0/
|
|
1306
|
+
checksum: 10c0/36e8face000ee65e478a55febf687ce9be7513ad498c60dfe585851555565e0c28e7cb891b3c59709318539ce46f7697d5f42130eb18f385cd47e47cfa297446
|
|
1271
1307
|
languageName: node
|
|
1272
1308
|
linkType: hard
|
|
1273
1309
|
|
|
1274
1310
|
"@babel/plugin-transform-optional-chaining@npm:^7.24.7, @babel/plugin-transform-optional-chaining@npm:^7.27.1, @babel/plugin-transform-optional-chaining@npm:^7.28.5":
|
|
1275
|
-
version: 7.28.
|
|
1276
|
-
resolution: "@babel/plugin-transform-optional-chaining@npm:7.28.
|
|
1311
|
+
version: 7.28.6
|
|
1312
|
+
resolution: "@babel/plugin-transform-optional-chaining@npm:7.28.6"
|
|
1277
1313
|
dependencies:
|
|
1278
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1314
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1279
1315
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
|
|
1280
1316
|
peerDependencies:
|
|
1281
1317
|
"@babel/core": ^7.0.0-0
|
|
1282
|
-
checksum: 10c0/
|
|
1318
|
+
checksum: 10c0/c159cc74115c2266be21791f192dd079e2aeb65c8731157e53b80fcefa41e8e28ad370021d4dfbdb31f25e5afa0322669a8eb2d032cd96e65ac37e020324c763
|
|
1283
1319
|
languageName: node
|
|
1284
1320
|
linkType: hard
|
|
1285
1321
|
|
|
@@ -1294,7 +1330,7 @@ __metadata:
|
|
|
1294
1330
|
languageName: node
|
|
1295
1331
|
linkType: hard
|
|
1296
1332
|
|
|
1297
|
-
"@babel/plugin-transform-private-methods@npm:7.27.1
|
|
1333
|
+
"@babel/plugin-transform-private-methods@npm:7.27.1":
|
|
1298
1334
|
version: 7.27.1
|
|
1299
1335
|
resolution: "@babel/plugin-transform-private-methods@npm:7.27.1"
|
|
1300
1336
|
dependencies:
|
|
@@ -1306,7 +1342,19 @@ __metadata:
|
|
|
1306
1342
|
languageName: node
|
|
1307
1343
|
linkType: hard
|
|
1308
1344
|
|
|
1309
|
-
"@babel/plugin-transform-private-
|
|
1345
|
+
"@babel/plugin-transform-private-methods@npm:^7.24.7, @babel/plugin-transform-private-methods@npm:^7.27.1":
|
|
1346
|
+
version: 7.28.6
|
|
1347
|
+
resolution: "@babel/plugin-transform-private-methods@npm:7.28.6"
|
|
1348
|
+
dependencies:
|
|
1349
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.28.6"
|
|
1350
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1351
|
+
peerDependencies:
|
|
1352
|
+
"@babel/core": ^7.0.0-0
|
|
1353
|
+
checksum: 10c0/fb504e2bfdcf3f734d2a90ab20d61427c58385f57f950d3de6ff4e6d12dd4aa7d552147312d218367e129b7920dccfc3230ba554de861986cda38921bad84067
|
|
1354
|
+
languageName: node
|
|
1355
|
+
linkType: hard
|
|
1356
|
+
|
|
1357
|
+
"@babel/plugin-transform-private-property-in-object@npm:7.27.1":
|
|
1310
1358
|
version: 7.27.1
|
|
1311
1359
|
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.27.1"
|
|
1312
1360
|
dependencies:
|
|
@@ -1319,6 +1367,19 @@ __metadata:
|
|
|
1319
1367
|
languageName: node
|
|
1320
1368
|
linkType: hard
|
|
1321
1369
|
|
|
1370
|
+
"@babel/plugin-transform-private-property-in-object@npm:^7.27.1":
|
|
1371
|
+
version: 7.28.6
|
|
1372
|
+
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.28.6"
|
|
1373
|
+
dependencies:
|
|
1374
|
+
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
|
|
1375
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.28.6"
|
|
1376
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1377
|
+
peerDependencies:
|
|
1378
|
+
"@babel/core": ^7.0.0-0
|
|
1379
|
+
checksum: 10c0/0f6bbc6ec3f93b556d3de7d56bf49335255fc4c43488e51a5025d6ee0286183fd3cf950ffcac1bbeed8a45777f860a49996455c8d3b4a04c3b1a5f28e697fe31
|
|
1380
|
+
languageName: node
|
|
1381
|
+
linkType: hard
|
|
1382
|
+
|
|
1322
1383
|
"@babel/plugin-transform-property-literals@npm:^7.0.0, @babel/plugin-transform-property-literals@npm:^7.27.1":
|
|
1323
1384
|
version: 7.27.1
|
|
1324
1385
|
resolution: "@babel/plugin-transform-property-literals@npm:7.27.1"
|
|
@@ -1374,7 +1435,7 @@ __metadata:
|
|
|
1374
1435
|
languageName: node
|
|
1375
1436
|
linkType: hard
|
|
1376
1437
|
|
|
1377
|
-
"@babel/plugin-transform-react-jsx@npm:7.27.1
|
|
1438
|
+
"@babel/plugin-transform-react-jsx@npm:7.27.1":
|
|
1378
1439
|
version: 7.27.1
|
|
1379
1440
|
resolution: "@babel/plugin-transform-react-jsx@npm:7.27.1"
|
|
1380
1441
|
dependencies:
|
|
@@ -1389,6 +1450,21 @@ __metadata:
|
|
|
1389
1450
|
languageName: node
|
|
1390
1451
|
linkType: hard
|
|
1391
1452
|
|
|
1453
|
+
"@babel/plugin-transform-react-jsx@npm:^7.0.0, @babel/plugin-transform-react-jsx@npm:^7.27.1":
|
|
1454
|
+
version: 7.28.6
|
|
1455
|
+
resolution: "@babel/plugin-transform-react-jsx@npm:7.28.6"
|
|
1456
|
+
dependencies:
|
|
1457
|
+
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
|
|
1458
|
+
"@babel/helper-module-imports": "npm:^7.28.6"
|
|
1459
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1460
|
+
"@babel/plugin-syntax-jsx": "npm:^7.28.6"
|
|
1461
|
+
"@babel/types": "npm:^7.28.6"
|
|
1462
|
+
peerDependencies:
|
|
1463
|
+
"@babel/core": ^7.0.0-0
|
|
1464
|
+
checksum: 10c0/cc75b9bb3997751df6cf7e86afe1b3fa33130b5031a412f6f12cc5faec083650fe852de0af5ec8f88d3588cc3428a3f514d3bc1f423d26f8b014cc5dff9f15a7
|
|
1465
|
+
languageName: node
|
|
1466
|
+
linkType: hard
|
|
1467
|
+
|
|
1392
1468
|
"@babel/plugin-transform-react-pure-annotations@npm:^7.27.1":
|
|
1393
1469
|
version: 7.27.1
|
|
1394
1470
|
resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.27.1"
|
|
@@ -1402,25 +1478,25 @@ __metadata:
|
|
|
1402
1478
|
linkType: hard
|
|
1403
1479
|
|
|
1404
1480
|
"@babel/plugin-transform-regenerator@npm:^7.28.4":
|
|
1405
|
-
version: 7.28.
|
|
1406
|
-
resolution: "@babel/plugin-transform-regenerator@npm:7.28.
|
|
1481
|
+
version: 7.28.6
|
|
1482
|
+
resolution: "@babel/plugin-transform-regenerator@npm:7.28.6"
|
|
1407
1483
|
dependencies:
|
|
1408
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1484
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1409
1485
|
peerDependencies:
|
|
1410
1486
|
"@babel/core": ^7.0.0-0
|
|
1411
|
-
checksum: 10c0/
|
|
1487
|
+
checksum: 10c0/dbb65b7444548807aee558cdaf23996e7a0f6c3bced09c6b5d177734b3addcaf417532186e330341758979651e2af8cb98ae572f794f05c0e2e201e5593a5ffe
|
|
1412
1488
|
languageName: node
|
|
1413
1489
|
linkType: hard
|
|
1414
1490
|
|
|
1415
1491
|
"@babel/plugin-transform-regexp-modifiers@npm:^7.27.1":
|
|
1416
|
-
version: 7.
|
|
1417
|
-
resolution: "@babel/plugin-transform-regexp-modifiers@npm:7.
|
|
1492
|
+
version: 7.28.6
|
|
1493
|
+
resolution: "@babel/plugin-transform-regexp-modifiers@npm:7.28.6"
|
|
1418
1494
|
dependencies:
|
|
1419
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
1420
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1495
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.28.5"
|
|
1496
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1421
1497
|
peerDependencies:
|
|
1422
1498
|
"@babel/core": ^7.0.0
|
|
1423
|
-
checksum: 10c0/
|
|
1499
|
+
checksum: 10c0/97e36b086800f71694fa406abc00192e3833662f2bdd5f51c018bd0c95eef247c4ae187417c207d03a9c5374342eac0bb65a39112c431a9b23b09b1eda1562e5
|
|
1424
1500
|
languageName: node
|
|
1425
1501
|
linkType: hard
|
|
1426
1502
|
|
|
@@ -1463,14 +1539,14 @@ __metadata:
|
|
|
1463
1539
|
linkType: hard
|
|
1464
1540
|
|
|
1465
1541
|
"@babel/plugin-transform-spread@npm:^7.0.0, @babel/plugin-transform-spread@npm:^7.27.1":
|
|
1466
|
-
version: 7.
|
|
1467
|
-
resolution: "@babel/plugin-transform-spread@npm:7.
|
|
1542
|
+
version: 7.28.6
|
|
1543
|
+
resolution: "@babel/plugin-transform-spread@npm:7.28.6"
|
|
1468
1544
|
dependencies:
|
|
1469
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1545
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1470
1546
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
|
|
1471
1547
|
peerDependencies:
|
|
1472
1548
|
"@babel/core": ^7.0.0-0
|
|
1473
|
-
checksum: 10c0/
|
|
1549
|
+
checksum: 10c0/bcac50e558d6f0c501cbce19ec197af558cef51fe3b3a6eba27276e323e57a5be28109b4264a5425ac12a67bf95d6af9c2a42b05e79c522ce913fb9529259d76
|
|
1474
1550
|
languageName: node
|
|
1475
1551
|
linkType: hard
|
|
1476
1552
|
|
|
@@ -1508,17 +1584,17 @@ __metadata:
|
|
|
1508
1584
|
linkType: hard
|
|
1509
1585
|
|
|
1510
1586
|
"@babel/plugin-transform-typescript@npm:^7.26.8, @babel/plugin-transform-typescript@npm:^7.28.5":
|
|
1511
|
-
version: 7.28.
|
|
1512
|
-
resolution: "@babel/plugin-transform-typescript@npm:7.28.
|
|
1587
|
+
version: 7.28.6
|
|
1588
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.28.6"
|
|
1513
1589
|
dependencies:
|
|
1514
1590
|
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
|
|
1515
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.28.
|
|
1516
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1591
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.28.6"
|
|
1592
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1517
1593
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
|
|
1518
|
-
"@babel/plugin-syntax-typescript": "npm:^7.
|
|
1594
|
+
"@babel/plugin-syntax-typescript": "npm:^7.28.6"
|
|
1519
1595
|
peerDependencies:
|
|
1520
1596
|
"@babel/core": ^7.0.0-0
|
|
1521
|
-
checksum: 10c0/
|
|
1597
|
+
checksum: 10c0/72dbfd3e5f71c4e30445e610758ec0eef65347fafd72bd46f4903733df0d537663a72a81c1626f213a0feab7afc68ba83f1648ffece888dd0868115c9cb748f6
|
|
1522
1598
|
languageName: node
|
|
1523
1599
|
linkType: hard
|
|
1524
1600
|
|
|
@@ -1534,14 +1610,14 @@ __metadata:
|
|
|
1534
1610
|
linkType: hard
|
|
1535
1611
|
|
|
1536
1612
|
"@babel/plugin-transform-unicode-property-regex@npm:^7.27.1":
|
|
1537
|
-
version: 7.
|
|
1538
|
-
resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.
|
|
1613
|
+
version: 7.28.6
|
|
1614
|
+
resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.28.6"
|
|
1539
1615
|
dependencies:
|
|
1540
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
1541
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1616
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.28.5"
|
|
1617
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1542
1618
|
peerDependencies:
|
|
1543
1619
|
"@babel/core": ^7.0.0-0
|
|
1544
|
-
checksum: 10c0/
|
|
1620
|
+
checksum: 10c0/b25f8cde643f4f47e0fa4f7b5c552e2dfbb6ad0ce07cf40f7e8ae40daa9855ad855d76d4d6d010153b74e48c8794685955c92ca637c0da152ce5f0fa9e7c90fa
|
|
1545
1621
|
languageName: node
|
|
1546
1622
|
linkType: hard
|
|
1547
1623
|
|
|
@@ -1558,14 +1634,14 @@ __metadata:
|
|
|
1558
1634
|
linkType: hard
|
|
1559
1635
|
|
|
1560
1636
|
"@babel/plugin-transform-unicode-sets-regex@npm:^7.27.1":
|
|
1561
|
-
version: 7.
|
|
1562
|
-
resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.
|
|
1637
|
+
version: 7.28.6
|
|
1638
|
+
resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.28.6"
|
|
1563
1639
|
dependencies:
|
|
1564
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
1565
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1640
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.28.5"
|
|
1641
|
+
"@babel/helper-plugin-utils": "npm:^7.28.6"
|
|
1566
1642
|
peerDependencies:
|
|
1567
1643
|
"@babel/core": ^7.0.0
|
|
1568
|
-
checksum: 10c0/
|
|
1644
|
+
checksum: 10c0/c03c8818736b138db73d1f7a96fbfa22d1994639164d743f0f00e6383d3b7b3144d333de960ff4afad0bddd0baaac257295e3316969eba995b1b6a1b4dec933e
|
|
1569
1645
|
languageName: node
|
|
1570
1646
|
linkType: hard
|
|
1571
1647
|
|
|
@@ -1706,7 +1782,7 @@ __metadata:
|
|
|
1706
1782
|
languageName: node
|
|
1707
1783
|
linkType: hard
|
|
1708
1784
|
|
|
1709
|
-
"@babel/register@npm:7.28.3
|
|
1785
|
+
"@babel/register@npm:7.28.3":
|
|
1710
1786
|
version: 7.28.3
|
|
1711
1787
|
resolution: "@babel/register@npm:7.28.3"
|
|
1712
1788
|
dependencies:
|
|
@@ -1721,6 +1797,21 @@ __metadata:
|
|
|
1721
1797
|
languageName: node
|
|
1722
1798
|
linkType: hard
|
|
1723
1799
|
|
|
1800
|
+
"@babel/register@npm:^7.24.6":
|
|
1801
|
+
version: 7.28.6
|
|
1802
|
+
resolution: "@babel/register@npm:7.28.6"
|
|
1803
|
+
dependencies:
|
|
1804
|
+
clone-deep: "npm:^4.0.1"
|
|
1805
|
+
find-cache-dir: "npm:^2.0.0"
|
|
1806
|
+
make-dir: "npm:^2.1.0"
|
|
1807
|
+
pirates: "npm:^4.0.6"
|
|
1808
|
+
source-map-support: "npm:^0.5.16"
|
|
1809
|
+
peerDependencies:
|
|
1810
|
+
"@babel/core": ^7.0.0-0
|
|
1811
|
+
checksum: 10c0/372380504970cf7654c2d65e09c34ed0b3217da64cb0edb6376a89eba7b603c8bdaba666eead7dcd6ed21badd52d396c2c0d6f914ae4dc6c9009e3d03d260e98
|
|
1812
|
+
languageName: node
|
|
1813
|
+
linkType: hard
|
|
1814
|
+
|
|
1724
1815
|
"@babel/runtime-corejs3@npm:7.28.4":
|
|
1725
1816
|
version: 7.28.4
|
|
1726
1817
|
resolution: "@babel/runtime-corejs3@npm:7.28.4"
|
|
@@ -1731,24 +1822,24 @@ __metadata:
|
|
|
1731
1822
|
linkType: hard
|
|
1732
1823
|
|
|
1733
1824
|
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.26.10":
|
|
1734
|
-
version: 7.28.
|
|
1735
|
-
resolution: "@babel/runtime@npm:7.28.
|
|
1736
|
-
checksum: 10c0/
|
|
1825
|
+
version: 7.28.6
|
|
1826
|
+
resolution: "@babel/runtime@npm:7.28.6"
|
|
1827
|
+
checksum: 10c0/358cf2429992ac1c466df1a21c1601d595c46930a13c1d4662fde908d44ee78ec3c183aaff513ecb01ef8c55c3624afe0309eeeb34715672dbfadb7feedb2c0d
|
|
1737
1828
|
languageName: node
|
|
1738
1829
|
linkType: hard
|
|
1739
1830
|
|
|
1740
|
-
"@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.27.
|
|
1741
|
-
version: 7.
|
|
1742
|
-
resolution: "@babel/template@npm:7.
|
|
1831
|
+
"@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.27.2, @babel/template@npm:^7.28.6, @babel/template@npm:^7.3.3":
|
|
1832
|
+
version: 7.28.6
|
|
1833
|
+
resolution: "@babel/template@npm:7.28.6"
|
|
1743
1834
|
dependencies:
|
|
1744
|
-
"@babel/code-frame": "npm:^7.
|
|
1745
|
-
"@babel/parser": "npm:^7.
|
|
1746
|
-
"@babel/types": "npm:^7.
|
|
1747
|
-
checksum: 10c0/
|
|
1835
|
+
"@babel/code-frame": "npm:^7.28.6"
|
|
1836
|
+
"@babel/parser": "npm:^7.28.6"
|
|
1837
|
+
"@babel/types": "npm:^7.28.6"
|
|
1838
|
+
checksum: 10c0/66d87225ed0bc77f888181ae2d97845021838c619944877f7c4398c6748bcf611f216dfd6be74d39016af502bca876e6ce6873db3c49e4ac354c56d34d57e9f5
|
|
1748
1839
|
languageName: node
|
|
1749
1840
|
linkType: hard
|
|
1750
1841
|
|
|
1751
|
-
"@babel/traverse@npm:7.28.5
|
|
1842
|
+
"@babel/traverse@npm:7.28.5":
|
|
1752
1843
|
version: 7.28.5
|
|
1753
1844
|
resolution: "@babel/traverse@npm:7.28.5"
|
|
1754
1845
|
dependencies:
|
|
@@ -1763,13 +1854,28 @@ __metadata:
|
|
|
1763
1854
|
languageName: node
|
|
1764
1855
|
linkType: hard
|
|
1765
1856
|
|
|
1766
|
-
"@babel/
|
|
1767
|
-
version: 7.28.
|
|
1768
|
-
resolution: "@babel/
|
|
1857
|
+
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.14.0, @babel/traverse@npm:^7.16.8, @babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.5, @babel/traverse@npm:^7.28.6":
|
|
1858
|
+
version: 7.28.6
|
|
1859
|
+
resolution: "@babel/traverse@npm:7.28.6"
|
|
1860
|
+
dependencies:
|
|
1861
|
+
"@babel/code-frame": "npm:^7.28.6"
|
|
1862
|
+
"@babel/generator": "npm:^7.28.6"
|
|
1863
|
+
"@babel/helper-globals": "npm:^7.28.0"
|
|
1864
|
+
"@babel/parser": "npm:^7.28.6"
|
|
1865
|
+
"@babel/template": "npm:^7.28.6"
|
|
1866
|
+
"@babel/types": "npm:^7.28.6"
|
|
1867
|
+
debug: "npm:^4.3.1"
|
|
1868
|
+
checksum: 10c0/ed5deb9c3f03e2d1ad2d44b9c92c84cce24593245c3f7871ce27ee1b36d98034e6cd895fa98a94eb44ebabe1d22f51b10b09432939d1c51a0fcaab98f17a97bc
|
|
1869
|
+
languageName: node
|
|
1870
|
+
linkType: hard
|
|
1871
|
+
|
|
1872
|
+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.1.6, @babel/types@npm:^7.16.8, @babel/types@npm:^7.18.13, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.5, @babel/types@npm:^7.28.6, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
|
|
1873
|
+
version: 7.28.6
|
|
1874
|
+
resolution: "@babel/types@npm:7.28.6"
|
|
1769
1875
|
dependencies:
|
|
1770
1876
|
"@babel/helper-string-parser": "npm:^7.27.1"
|
|
1771
1877
|
"@babel/helper-validator-identifier": "npm:^7.28.5"
|
|
1772
|
-
checksum: 10c0/
|
|
1878
|
+
checksum: 10c0/54a6a9813e48ef6f35aa73c03b3c1572cad7fa32b61b35dd07e4230bc77b559194519c8a4d8106a041a27cc7a94052579e238a30a32d5509aa4da4d6fd83d990
|
|
1773
1879
|
languageName: node
|
|
1774
1880
|
linkType: hard
|
|
1775
1881
|
|
|
@@ -1780,15 +1886,15 @@ __metadata:
|
|
|
1780
1886
|
languageName: node
|
|
1781
1887
|
linkType: hard
|
|
1782
1888
|
|
|
1783
|
-
"@cedarjs/api-server@npm:2.4.
|
|
1784
|
-
version: 2.4.
|
|
1785
|
-
resolution: "@cedarjs/api-server@npm:2.4.
|
|
1889
|
+
"@cedarjs/api-server@npm:2.4.1-rc.6":
|
|
1890
|
+
version: 2.4.1-rc.6
|
|
1891
|
+
resolution: "@cedarjs/api-server@npm:2.4.1-rc.6"
|
|
1786
1892
|
dependencies:
|
|
1787
|
-
"@cedarjs/context": "npm:2.4.
|
|
1788
|
-
"@cedarjs/fastify-web": "npm:2.4.
|
|
1789
|
-
"@cedarjs/internal": "npm:2.4.
|
|
1790
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
1791
|
-
"@cedarjs/web-server": "npm:2.4.
|
|
1893
|
+
"@cedarjs/context": "npm:2.4.1-rc.6"
|
|
1894
|
+
"@cedarjs/fastify-web": "npm:2.4.1-rc.6"
|
|
1895
|
+
"@cedarjs/internal": "npm:2.4.1-rc.6"
|
|
1896
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
1897
|
+
"@cedarjs/web-server": "npm:2.4.1-rc.6"
|
|
1792
1898
|
"@fastify/multipart": "npm:9.3.0"
|
|
1793
1899
|
"@fastify/url-data": "npm:6.0.3"
|
|
1794
1900
|
ansis: "npm:4.2.0"
|
|
@@ -1804,7 +1910,7 @@ __metadata:
|
|
|
1804
1910
|
split2: "npm:4.2.0"
|
|
1805
1911
|
yargs: "npm:17.7.2"
|
|
1806
1912
|
peerDependencies:
|
|
1807
|
-
"@cedarjs/graphql-server": 2.4.
|
|
1913
|
+
"@cedarjs/graphql-server": 2.4.1-rc.6
|
|
1808
1914
|
peerDependenciesMeta:
|
|
1809
1915
|
"@cedarjs/graphql-server":
|
|
1810
1916
|
optional: true
|
|
@@ -1815,13 +1921,13 @@ __metadata:
|
|
|
1815
1921
|
rw-api-server-watch: dist/cjs/watch.js
|
|
1816
1922
|
rw-log-formatter: dist/cjs/logFormatter/bin.js
|
|
1817
1923
|
rw-server: dist/cjs/bin.js
|
|
1818
|
-
checksum: 10c0/
|
|
1924
|
+
checksum: 10c0/468398976f44b3ddf1e5751f95c7b08bd350af99ee8241d4db08f5ce203f32b8c3ecc8ebcaefe683c93ab411d0a20329613f82d92aa30d7fe4d43a0451197dae
|
|
1819
1925
|
languageName: node
|
|
1820
1926
|
linkType: hard
|
|
1821
1927
|
|
|
1822
|
-
"@cedarjs/api@npm:2.4.
|
|
1823
|
-
version: 2.4.
|
|
1824
|
-
resolution: "@cedarjs/api@npm:2.4.
|
|
1928
|
+
"@cedarjs/api@npm:2.4.1-rc.6":
|
|
1929
|
+
version: 2.4.1-rc.6
|
|
1930
|
+
resolution: "@cedarjs/api@npm:2.4.1-rc.6"
|
|
1825
1931
|
dependencies:
|
|
1826
1932
|
"@prisma/client": "npm:6.19.1"
|
|
1827
1933
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
@@ -1846,23 +1952,23 @@ __metadata:
|
|
|
1846
1952
|
redwood: dist/cjs/bins/redwood.js
|
|
1847
1953
|
rw: dist/cjs/bins/redwood.js
|
|
1848
1954
|
tsc: dist/cjs/bins/tsc.js
|
|
1849
|
-
checksum: 10c0/
|
|
1955
|
+
checksum: 10c0/aad0ba6a53fbd501ff609134ffd42e17b600399d2409eab2990d13d8b30863a2e663a7845aa84739c845d374b6b65f3a4090b6f42c16345e8734900b4c44d1d4
|
|
1850
1956
|
languageName: node
|
|
1851
1957
|
linkType: hard
|
|
1852
1958
|
|
|
1853
|
-
"@cedarjs/auth@npm:2.4.
|
|
1854
|
-
version: 2.4.
|
|
1855
|
-
resolution: "@cedarjs/auth@npm:2.4.
|
|
1959
|
+
"@cedarjs/auth@npm:2.4.1-rc.6":
|
|
1960
|
+
version: 2.4.1-rc.6
|
|
1961
|
+
resolution: "@cedarjs/auth@npm:2.4.1-rc.6"
|
|
1856
1962
|
dependencies:
|
|
1857
1963
|
core-js: "npm:3.47.0"
|
|
1858
1964
|
react: "npm:18.3.1"
|
|
1859
|
-
checksum: 10c0/
|
|
1965
|
+
checksum: 10c0/3df25b55b0b0380ed97640dd9c0b4b1f99ed07bac2d15784f973c71766120571f3dcd3ea9637e74cae04c62d5c24d0c89487e10ca60ad6f1397559bb9e79528a
|
|
1860
1966
|
languageName: node
|
|
1861
1967
|
linkType: hard
|
|
1862
1968
|
|
|
1863
|
-
"@cedarjs/babel-config@npm:2.4.
|
|
1864
|
-
version: 2.4.
|
|
1865
|
-
resolution: "@cedarjs/babel-config@npm:2.4.
|
|
1969
|
+
"@cedarjs/babel-config@npm:2.4.1-rc.6":
|
|
1970
|
+
version: 2.4.1-rc.6
|
|
1971
|
+
resolution: "@cedarjs/babel-config@npm:2.4.1-rc.6"
|
|
1866
1972
|
dependencies:
|
|
1867
1973
|
"@babel/core": "npm:^7.26.10"
|
|
1868
1974
|
"@babel/parser": "npm:7.28.5"
|
|
@@ -1877,7 +1983,7 @@ __metadata:
|
|
|
1877
1983
|
"@babel/register": "npm:7.28.3"
|
|
1878
1984
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
1879
1985
|
"@babel/traverse": "npm:7.28.5"
|
|
1880
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
1986
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
1881
1987
|
babel-plugin-auto-import: "npm:1.1.0"
|
|
1882
1988
|
babel-plugin-graphql-tag: "npm:3.3.0"
|
|
1883
1989
|
babel-plugin-module-resolver: "npm:5.0.2"
|
|
@@ -1885,17 +1991,17 @@ __metadata:
|
|
|
1885
1991
|
fast-glob: "npm:3.3.3"
|
|
1886
1992
|
graphql: "npm:16.12.0"
|
|
1887
1993
|
typescript: "npm:5.9.3"
|
|
1888
|
-
checksum: 10c0/
|
|
1994
|
+
checksum: 10c0/6790f958929e0c99738eb621d6c212e91707cea665725a1bfd81cb7c6a0e842c1bcf3956d5b4d7697f94cf2fc4698b9395648e66c524b7a338f43a42c5437f5d
|
|
1889
1995
|
languageName: node
|
|
1890
1996
|
linkType: hard
|
|
1891
1997
|
|
|
1892
|
-
"@cedarjs/cli-helpers@npm:2.4.
|
|
1893
|
-
version: 2.4.
|
|
1894
|
-
resolution: "@cedarjs/cli-helpers@npm:2.4.
|
|
1998
|
+
"@cedarjs/cli-helpers@npm:2.4.1-rc.6":
|
|
1999
|
+
version: 2.4.1-rc.6
|
|
2000
|
+
resolution: "@cedarjs/cli-helpers@npm:2.4.1-rc.6"
|
|
1895
2001
|
dependencies:
|
|
1896
2002
|
"@babel/core": "npm:^7.26.10"
|
|
1897
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
1898
|
-
"@cedarjs/telemetry": "npm:2.4.
|
|
2003
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2004
|
+
"@cedarjs/telemetry": "npm:2.4.1-rc.6"
|
|
1899
2005
|
"@opentelemetry/api": "npm:1.8.0"
|
|
1900
2006
|
ansis: "npm:4.2.0"
|
|
1901
2007
|
dotenv: "npm:16.6.1"
|
|
@@ -1910,25 +2016,25 @@ __metadata:
|
|
|
1910
2016
|
smol-toml: "npm:1.6.0"
|
|
1911
2017
|
termi-link: "npm:1.1.0"
|
|
1912
2018
|
yargs-parser: "npm:21.1.1"
|
|
1913
|
-
checksum: 10c0/
|
|
2019
|
+
checksum: 10c0/efe88ae07b427725823836dd23d4acc736efa41c990ad420d940c01e6868cf83bd4b8b6cbd93e0042fd462ef316234daa8c462465e017ed13cadafdc547c78e9
|
|
1914
2020
|
languageName: node
|
|
1915
2021
|
linkType: hard
|
|
1916
2022
|
|
|
1917
|
-
"@cedarjs/cli@npm:2.4.
|
|
1918
|
-
version: 2.4.
|
|
1919
|
-
resolution: "@cedarjs/cli@npm:2.4.
|
|
2023
|
+
"@cedarjs/cli@npm:2.4.1-rc.6":
|
|
2024
|
+
version: 2.4.1-rc.6
|
|
2025
|
+
resolution: "@cedarjs/cli@npm:2.4.1-rc.6"
|
|
1920
2026
|
dependencies:
|
|
1921
2027
|
"@babel/preset-typescript": "npm:7.28.5"
|
|
1922
2028
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
1923
|
-
"@cedarjs/api-server": "npm:2.4.
|
|
1924
|
-
"@cedarjs/cli-helpers": "npm:2.4.
|
|
1925
|
-
"@cedarjs/fastify-web": "npm:2.4.
|
|
1926
|
-
"@cedarjs/internal": "npm:2.4.
|
|
1927
|
-
"@cedarjs/prerender": "npm:2.4.
|
|
1928
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
1929
|
-
"@cedarjs/structure": "npm:2.4.
|
|
1930
|
-
"@cedarjs/telemetry": "npm:2.4.
|
|
1931
|
-
"@cedarjs/web-server": "npm:2.4.
|
|
2029
|
+
"@cedarjs/api-server": "npm:2.4.1-rc.6"
|
|
2030
|
+
"@cedarjs/cli-helpers": "npm:2.4.1-rc.6"
|
|
2031
|
+
"@cedarjs/fastify-web": "npm:2.4.1-rc.6"
|
|
2032
|
+
"@cedarjs/internal": "npm:2.4.1-rc.6"
|
|
2033
|
+
"@cedarjs/prerender": "npm:2.4.1-rc.6"
|
|
2034
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2035
|
+
"@cedarjs/structure": "npm:2.4.1-rc.6"
|
|
2036
|
+
"@cedarjs/telemetry": "npm:2.4.1-rc.6"
|
|
2037
|
+
"@cedarjs/web-server": "npm:2.4.1-rc.6"
|
|
1932
2038
|
"@listr2/prompt-adapter-enquirer": "npm:2.0.16"
|
|
1933
2039
|
"@opentelemetry/api": "npm:1.8.0"
|
|
1934
2040
|
"@opentelemetry/core": "npm:1.22.0"
|
|
@@ -1981,40 +2087,40 @@ __metadata:
|
|
|
1981
2087
|
cfw: dist/cfw.js
|
|
1982
2088
|
redwood: dist/index.js
|
|
1983
2089
|
rw: dist/index.js
|
|
1984
|
-
checksum: 10c0/
|
|
2090
|
+
checksum: 10c0/c71da217bce2f3b1cb017c420efb483f63f45811fe765f37fe850b7f5a5fbf9d9a58ae1387c0384b20d7f4290187db5747d2450b53a27f493a581e0ec403e236
|
|
1985
2091
|
languageName: node
|
|
1986
2092
|
linkType: hard
|
|
1987
2093
|
|
|
1988
|
-
"@cedarjs/context@npm:2.4.
|
|
1989
|
-
version: 2.4.
|
|
1990
|
-
resolution: "@cedarjs/context@npm:2.4.
|
|
1991
|
-
checksum: 10c0/
|
|
2094
|
+
"@cedarjs/context@npm:2.4.1-rc.6":
|
|
2095
|
+
version: 2.4.1-rc.6
|
|
2096
|
+
resolution: "@cedarjs/context@npm:2.4.1-rc.6"
|
|
2097
|
+
checksum: 10c0/caeef8b496dc6f04664b04746a257afce64ff0648df3fb2fd23e62dfa42a51244385525baf40ed81f0a1a7c530778b2fafca7de102ef17f1db69d020f4bb1202
|
|
1992
2098
|
languageName: node
|
|
1993
2099
|
linkType: hard
|
|
1994
2100
|
|
|
1995
|
-
"@cedarjs/cookie-jar@npm:2.4.
|
|
1996
|
-
version: 2.4.
|
|
1997
|
-
resolution: "@cedarjs/cookie-jar@npm:2.4.
|
|
2101
|
+
"@cedarjs/cookie-jar@npm:2.4.1-rc.6":
|
|
2102
|
+
version: 2.4.1-rc.6
|
|
2103
|
+
resolution: "@cedarjs/cookie-jar@npm:2.4.1-rc.6"
|
|
1998
2104
|
dependencies:
|
|
1999
2105
|
cookie: "npm:1.1.1"
|
|
2000
2106
|
esbuild: "npm:0.21.5"
|
|
2001
2107
|
fast-glob: "npm:3.3.3"
|
|
2002
|
-
checksum: 10c0/
|
|
2108
|
+
checksum: 10c0/70406af09d9000ae61fbcf6ea485d528cddcbf8a29828b524857096acc628b14464aee797ac2e524bc276cadd80a911092384bca1394f30c9c5f231b770349f2
|
|
2003
2109
|
languageName: node
|
|
2004
2110
|
linkType: hard
|
|
2005
2111
|
|
|
2006
|
-
"@cedarjs/core@npm:2.4.
|
|
2007
|
-
version: 2.4.
|
|
2008
|
-
resolution: "@cedarjs/core@npm:2.4.
|
|
2112
|
+
"@cedarjs/core@npm:2.4.1-rc.6":
|
|
2113
|
+
version: 2.4.1-rc.6
|
|
2114
|
+
resolution: "@cedarjs/core@npm:2.4.1-rc.6"
|
|
2009
2115
|
dependencies:
|
|
2010
2116
|
"@babel/cli": "npm:7.28.3"
|
|
2011
|
-
"@cedarjs/api-server": "npm:2.4.
|
|
2012
|
-
"@cedarjs/cli": "npm:2.4.
|
|
2013
|
-
"@cedarjs/eslint-config": "npm:2.4.
|
|
2014
|
-
"@cedarjs/internal": "npm:2.4.
|
|
2015
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2016
|
-
"@cedarjs/testing": "npm:2.4.
|
|
2017
|
-
"@cedarjs/web-server": "npm:2.4.
|
|
2117
|
+
"@cedarjs/api-server": "npm:2.4.1-rc.6"
|
|
2118
|
+
"@cedarjs/cli": "npm:2.4.1-rc.6"
|
|
2119
|
+
"@cedarjs/eslint-config": "npm:2.4.1-rc.6"
|
|
2120
|
+
"@cedarjs/internal": "npm:2.4.1-rc.6"
|
|
2121
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2122
|
+
"@cedarjs/testing": "npm:2.4.1-rc.6"
|
|
2123
|
+
"@cedarjs/web-server": "npm:2.4.1-rc.6"
|
|
2018
2124
|
graphql-tag: "npm:2.12.6"
|
|
2019
2125
|
lodash: "npm:4.17.21"
|
|
2020
2126
|
nodemon: "npm:3.1.11"
|
|
@@ -2043,21 +2149,21 @@ __metadata:
|
|
|
2043
2149
|
rw-serve-fe: dist/bins/rw-serve-fe.js
|
|
2044
2150
|
rw-web-server: dist/bins/rw-web-server.js
|
|
2045
2151
|
vitest: dist/bins/vitest.js
|
|
2046
|
-
checksum: 10c0/
|
|
2152
|
+
checksum: 10c0/f6cd046b6418323f9178ee5cf8aec70f2d7bd94d887630be1c879492d5691bb59b59024df494632b982a99267ce3ceee9f5276936cb80ff29fefacfe935552ba
|
|
2047
2153
|
languageName: node
|
|
2048
2154
|
linkType: hard
|
|
2049
2155
|
|
|
2050
|
-
"@cedarjs/eslint-config@npm:2.4.
|
|
2051
|
-
version: 2.4.
|
|
2052
|
-
resolution: "@cedarjs/eslint-config@npm:2.4.
|
|
2156
|
+
"@cedarjs/eslint-config@npm:2.4.1-rc.6":
|
|
2157
|
+
version: 2.4.1-rc.6
|
|
2158
|
+
resolution: "@cedarjs/eslint-config@npm:2.4.1-rc.6"
|
|
2053
2159
|
dependencies:
|
|
2054
2160
|
"@babel/core": "npm:^7.26.10"
|
|
2055
2161
|
"@babel/eslint-parser": "npm:7.28.5"
|
|
2056
2162
|
"@babel/eslint-plugin": "npm:7.27.1"
|
|
2057
|
-
"@cedarjs/babel-config": "npm:2.4.
|
|
2058
|
-
"@cedarjs/eslint-plugin": "npm:2.4.
|
|
2059
|
-
"@cedarjs/internal": "npm:2.4.
|
|
2060
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2163
|
+
"@cedarjs/babel-config": "npm:2.4.1-rc.6"
|
|
2164
|
+
"@cedarjs/eslint-plugin": "npm:2.4.1-rc.6"
|
|
2165
|
+
"@cedarjs/internal": "npm:2.4.1-rc.6"
|
|
2166
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2061
2167
|
"@eslint/js": "npm:8.57.1"
|
|
2062
2168
|
"@typescript-eslint/eslint-plugin": "npm:8.52.0"
|
|
2063
2169
|
"@typescript-eslint/parser": "npm:8.52.0"
|
|
@@ -2074,53 +2180,53 @@ __metadata:
|
|
|
2074
2180
|
eslint-plugin-react-hooks: "npm:4.6.2"
|
|
2075
2181
|
prettier: "npm:3.6.2"
|
|
2076
2182
|
typescript-eslint: "npm:8.52.0"
|
|
2077
|
-
checksum: 10c0/
|
|
2183
|
+
checksum: 10c0/53d2e5a3db5a8e0b9b5bf2afa08cbf80caa8cf1e745b3790b2dd7439e6630441e694ec4dfe4de39bd3c38a6761650f95c5e76c0e313335fb8f401d415aa5dd0e
|
|
2078
2184
|
languageName: node
|
|
2079
2185
|
linkType: hard
|
|
2080
2186
|
|
|
2081
|
-
"@cedarjs/eslint-plugin@npm:2.4.
|
|
2082
|
-
version: 2.4.
|
|
2083
|
-
resolution: "@cedarjs/eslint-plugin@npm:2.4.
|
|
2187
|
+
"@cedarjs/eslint-plugin@npm:2.4.1-rc.6":
|
|
2188
|
+
version: 2.4.1-rc.6
|
|
2189
|
+
resolution: "@cedarjs/eslint-plugin@npm:2.4.1-rc.6"
|
|
2084
2190
|
dependencies:
|
|
2085
2191
|
"@typescript-eslint/utils": "npm:8.52.0"
|
|
2086
2192
|
eslint: "npm:8.57.1"
|
|
2087
|
-
checksum: 10c0/
|
|
2193
|
+
checksum: 10c0/bdea87e21cbcf91fc1eddfa03a75aa5824888e4836df272fbb0c0f72ac377eed1e2d9eba2b47f591df252693abdbad4f456ffe98e56c333c775e7e05766eab3e
|
|
2088
2194
|
languageName: node
|
|
2089
2195
|
linkType: hard
|
|
2090
2196
|
|
|
2091
|
-
"@cedarjs/fastify-web@npm:2.4.
|
|
2092
|
-
version: 2.4.
|
|
2093
|
-
resolution: "@cedarjs/fastify-web@npm:2.4.
|
|
2197
|
+
"@cedarjs/fastify-web@npm:2.4.1-rc.6":
|
|
2198
|
+
version: 2.4.1-rc.6
|
|
2199
|
+
resolution: "@cedarjs/fastify-web@npm:2.4.1-rc.6"
|
|
2094
2200
|
dependencies:
|
|
2095
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2201
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2096
2202
|
"@fastify/http-proxy": "npm:11.4.1"
|
|
2097
2203
|
"@fastify/static": "npm:8.3.0"
|
|
2098
2204
|
"@fastify/url-data": "npm:6.0.3"
|
|
2099
2205
|
fast-glob: "npm:3.3.3"
|
|
2100
|
-
checksum: 10c0/
|
|
2206
|
+
checksum: 10c0/fbcb674a6fab7d3ea2ba55147c50ab366f9831c774875f6ed884d0036cb86571fb69360e204e6e5e3efadfb4ade4e41b308b0136c5fddb1935b7adfb55dc7a12
|
|
2101
2207
|
languageName: node
|
|
2102
2208
|
linkType: hard
|
|
2103
2209
|
|
|
2104
|
-
"@cedarjs/forms@npm:2.4.
|
|
2105
|
-
version: 2.4.
|
|
2106
|
-
resolution: "@cedarjs/forms@npm:2.4.
|
|
2210
|
+
"@cedarjs/forms@npm:2.4.1-rc.6":
|
|
2211
|
+
version: 2.4.1-rc.6
|
|
2212
|
+
resolution: "@cedarjs/forms@npm:2.4.1-rc.6"
|
|
2107
2213
|
dependencies:
|
|
2108
2214
|
graphql: "npm:16.12.0"
|
|
2109
2215
|
pascalcase: "npm:1.0.0"
|
|
2110
2216
|
react-hook-form: "npm:7.70.0"
|
|
2111
2217
|
peerDependencies:
|
|
2112
2218
|
react: 18.3.1
|
|
2113
|
-
checksum: 10c0/
|
|
2219
|
+
checksum: 10c0/13ed2940a73a0a00bc873e03bf14b3e1d1bbbef51be1de7065d6beea800d8cd4959efe2460e214bdac76640402b99890e0e9211254fcc1dfc9690e872467d0c9
|
|
2114
2220
|
languageName: node
|
|
2115
2221
|
linkType: hard
|
|
2116
2222
|
|
|
2117
|
-
"@cedarjs/graphql-server@npm:2.4.
|
|
2118
|
-
version: 2.4.
|
|
2119
|
-
resolution: "@cedarjs/graphql-server@npm:2.4.
|
|
2223
|
+
"@cedarjs/graphql-server@npm:2.4.1-rc.6":
|
|
2224
|
+
version: 2.4.1-rc.6
|
|
2225
|
+
resolution: "@cedarjs/graphql-server@npm:2.4.1-rc.6"
|
|
2120
2226
|
dependencies:
|
|
2121
2227
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2122
|
-
"@cedarjs/api": "npm:2.4.
|
|
2123
|
-
"@cedarjs/context": "npm:2.4.
|
|
2228
|
+
"@cedarjs/api": "npm:2.4.1-rc.6"
|
|
2229
|
+
"@cedarjs/context": "npm:2.4.1-rc.6"
|
|
2124
2230
|
"@envelop/core": "npm:5.4.0"
|
|
2125
2231
|
"@envelop/depth-limit": "npm:4.0.0"
|
|
2126
2232
|
"@envelop/disable-introspection": "npm:6.0.0"
|
|
@@ -2139,13 +2245,13 @@ __metadata:
|
|
|
2139
2245
|
graphql-yoga: "npm:5.18.0"
|
|
2140
2246
|
lodash: "npm:4.17.21"
|
|
2141
2247
|
uuid: "npm:11.1.0"
|
|
2142
|
-
checksum: 10c0/
|
|
2248
|
+
checksum: 10c0/6acca18ef53046c20e69888f1708e874c158f6d22174a4180a6a2061f8a17406a7588da101aa8d8855d6b4aab80346e1b866a7c4acdd934ead0afdb734c4d247
|
|
2143
2249
|
languageName: node
|
|
2144
2250
|
linkType: hard
|
|
2145
2251
|
|
|
2146
|
-
"@cedarjs/internal@npm:2.4.
|
|
2147
|
-
version: 2.4.
|
|
2148
|
-
resolution: "@cedarjs/internal@npm:2.4.
|
|
2252
|
+
"@cedarjs/internal@npm:2.4.1-rc.6":
|
|
2253
|
+
version: 2.4.1-rc.6
|
|
2254
|
+
resolution: "@cedarjs/internal@npm:2.4.1-rc.6"
|
|
2149
2255
|
dependencies:
|
|
2150
2256
|
"@babel/core": "npm:^7.26.10"
|
|
2151
2257
|
"@babel/parser": "npm:7.28.5"
|
|
@@ -2153,10 +2259,10 @@ __metadata:
|
|
|
2153
2259
|
"@babel/plugin-transform-typescript": "npm:^7.26.8"
|
|
2154
2260
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2155
2261
|
"@babel/traverse": "npm:7.28.5"
|
|
2156
|
-
"@cedarjs/babel-config": "npm:2.4.
|
|
2157
|
-
"@cedarjs/graphql-server": "npm:2.4.
|
|
2158
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2159
|
-
"@cedarjs/router": "npm:2.4.
|
|
2262
|
+
"@cedarjs/babel-config": "npm:2.4.1-rc.6"
|
|
2263
|
+
"@cedarjs/graphql-server": "npm:2.4.1-rc.6"
|
|
2264
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2265
|
+
"@cedarjs/router": "npm:2.4.1-rc.6"
|
|
2160
2266
|
"@graphql-codegen/add": "npm:4.0.1"
|
|
2161
2267
|
"@graphql-codegen/cli": "npm:3.3.1"
|
|
2162
2268
|
"@graphql-codegen/client-preset": "npm:4.8.3"
|
|
@@ -2188,24 +2294,24 @@ __metadata:
|
|
|
2188
2294
|
bin:
|
|
2189
2295
|
rw-gen: dist/generate/generate.js
|
|
2190
2296
|
rw-gen-watch: dist/generate/watch.js
|
|
2191
|
-
checksum: 10c0/
|
|
2297
|
+
checksum: 10c0/e74c383d9cd9410e10dfd59a37168abae56e15e4f53eb8d3ef6f2d221cbca14ef60a01334977d5f632067ead9651899e0e17241d84c4b651d42b187696b7618b
|
|
2192
2298
|
languageName: node
|
|
2193
2299
|
linkType: hard
|
|
2194
2300
|
|
|
2195
|
-
"@cedarjs/prerender@npm:2.4.
|
|
2196
|
-
version: 2.4.
|
|
2197
|
-
resolution: "@cedarjs/prerender@npm:2.4.
|
|
2301
|
+
"@cedarjs/prerender@npm:2.4.1-rc.6":
|
|
2302
|
+
version: 2.4.1-rc.6
|
|
2303
|
+
resolution: "@cedarjs/prerender@npm:2.4.1-rc.6"
|
|
2198
2304
|
dependencies:
|
|
2199
2305
|
"@ast-grep/napi": "npm:0.40.4"
|
|
2200
2306
|
"@babel/generator": "npm:7.28.5"
|
|
2201
2307
|
"@babel/parser": "npm:7.28.5"
|
|
2202
2308
|
"@babel/traverse": "npm:7.28.5"
|
|
2203
|
-
"@cedarjs/babel-config": "npm:2.4.
|
|
2204
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2205
|
-
"@cedarjs/router": "npm:2.4.
|
|
2206
|
-
"@cedarjs/structure": "npm:2.4.
|
|
2207
|
-
"@cedarjs/vite": "npm:2.4.
|
|
2208
|
-
"@cedarjs/web": "npm:2.4.
|
|
2309
|
+
"@cedarjs/babel-config": "npm:2.4.1-rc.6"
|
|
2310
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2311
|
+
"@cedarjs/router": "npm:2.4.1-rc.6"
|
|
2312
|
+
"@cedarjs/structure": "npm:2.4.1-rc.6"
|
|
2313
|
+
"@cedarjs/vite": "npm:2.4.1-rc.6"
|
|
2314
|
+
"@cedarjs/web": "npm:2.4.1-rc.6"
|
|
2209
2315
|
"@rollup/plugin-alias": "npm:5.1.1"
|
|
2210
2316
|
"@rollup/plugin-commonjs": "npm:28.0.9"
|
|
2211
2317
|
"@rollup/plugin-node-resolve": "npm:16.0.3"
|
|
@@ -2225,57 +2331,57 @@ __metadata:
|
|
|
2225
2331
|
peerDependencies:
|
|
2226
2332
|
react: 18.3.1
|
|
2227
2333
|
react-dom: 18.3.1
|
|
2228
|
-
checksum: 10c0/
|
|
2334
|
+
checksum: 10c0/43afb49d79394ec533624627468146aec434826f49f2a93f12811df2adac5743214d84cad08aac5881820fae757daad8fd62c9a39f70425d999041f548ea6ebf
|
|
2229
2335
|
languageName: node
|
|
2230
2336
|
linkType: hard
|
|
2231
2337
|
|
|
2232
|
-
"@cedarjs/project-config@npm:2.4.
|
|
2233
|
-
version: 2.4.
|
|
2234
|
-
resolution: "@cedarjs/project-config@npm:2.4.
|
|
2338
|
+
"@cedarjs/project-config@npm:2.4.1-rc.6":
|
|
2339
|
+
version: 2.4.1-rc.6
|
|
2340
|
+
resolution: "@cedarjs/project-config@npm:2.4.1-rc.6"
|
|
2235
2341
|
dependencies:
|
|
2236
2342
|
deepmerge: "npm:4.3.1"
|
|
2237
2343
|
fast-glob: "npm:3.3.3"
|
|
2238
2344
|
smol-toml: "npm:1.6.0"
|
|
2239
2345
|
string-env-interpolation: "npm:1.0.1"
|
|
2240
|
-
checksum: 10c0/
|
|
2346
|
+
checksum: 10c0/0c8d48187517382a25143ffb8bd0839148e257f8b9fc4391827ceb0b9c813ec133e099a6de94b772c53a63b4a7b445029b90dfde99ddc9b00f857ad4c75528f0
|
|
2241
2347
|
languageName: node
|
|
2242
2348
|
linkType: hard
|
|
2243
2349
|
|
|
2244
|
-
"@cedarjs/router@npm:2.4.
|
|
2245
|
-
version: 2.4.
|
|
2246
|
-
resolution: "@cedarjs/router@npm:2.4.
|
|
2350
|
+
"@cedarjs/router@npm:2.4.1-rc.6":
|
|
2351
|
+
version: 2.4.1-rc.6
|
|
2352
|
+
resolution: "@cedarjs/router@npm:2.4.1-rc.6"
|
|
2247
2353
|
dependencies:
|
|
2248
2354
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2249
|
-
"@cedarjs/auth": "npm:2.4.
|
|
2250
|
-
"@cedarjs/server-store": "npm:2.4.
|
|
2355
|
+
"@cedarjs/auth": "npm:2.4.1-rc.6"
|
|
2356
|
+
"@cedarjs/server-store": "npm:2.4.1-rc.6"
|
|
2251
2357
|
core-js: "npm:3.47.0"
|
|
2252
2358
|
react: "npm:18.3.1"
|
|
2253
2359
|
react-dom: "npm:18.3.1"
|
|
2254
2360
|
peerDependencies:
|
|
2255
2361
|
react: 18.3.1
|
|
2256
2362
|
react-dom: 18.3.1
|
|
2257
|
-
checksum: 10c0/
|
|
2363
|
+
checksum: 10c0/8e2a9f68b82303c2e417349b75706c511a9f3e7267581ffbc863bdb8f7f4c19400f6cdfa960c55369d4ca5d07e57736a81f013ad3b349421208bf821afcf4916
|
|
2258
2364
|
languageName: node
|
|
2259
2365
|
linkType: hard
|
|
2260
2366
|
|
|
2261
|
-
"@cedarjs/server-store@npm:2.4.
|
|
2262
|
-
version: 2.4.
|
|
2263
|
-
resolution: "@cedarjs/server-store@npm:2.4.
|
|
2367
|
+
"@cedarjs/server-store@npm:2.4.1-rc.6":
|
|
2368
|
+
version: 2.4.1-rc.6
|
|
2369
|
+
resolution: "@cedarjs/server-store@npm:2.4.1-rc.6"
|
|
2264
2370
|
dependencies:
|
|
2265
|
-
"@cedarjs/auth": "npm:2.4.
|
|
2266
|
-
"@cedarjs/cookie-jar": "npm:2.4.
|
|
2371
|
+
"@cedarjs/auth": "npm:2.4.1-rc.6"
|
|
2372
|
+
"@cedarjs/cookie-jar": "npm:2.4.1-rc.6"
|
|
2267
2373
|
esbuild: "npm:0.21.5"
|
|
2268
2374
|
fast-glob: "npm:3.3.3"
|
|
2269
|
-
checksum: 10c0/
|
|
2375
|
+
checksum: 10c0/dfdcca9f70cc3590be63cbf660f963b3d28d1c179ec2eeb37c2889fb7608d2e2a7f35a36d9cfef49502babc0f896b2fdd979d0537147937da4305a1707785210
|
|
2270
2376
|
languageName: node
|
|
2271
2377
|
linkType: hard
|
|
2272
2378
|
|
|
2273
|
-
"@cedarjs/structure@npm:2.4.
|
|
2274
|
-
version: 2.4.
|
|
2275
|
-
resolution: "@cedarjs/structure@npm:2.4.
|
|
2379
|
+
"@cedarjs/structure@npm:2.4.1-rc.6":
|
|
2380
|
+
version: 2.4.1-rc.6
|
|
2381
|
+
resolution: "@cedarjs/structure@npm:2.4.1-rc.6"
|
|
2276
2382
|
dependencies:
|
|
2277
2383
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2278
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2384
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2279
2385
|
"@prisma/internals": "npm:6.19.1"
|
|
2280
2386
|
"@types/line-column": "npm:1.0.2"
|
|
2281
2387
|
camelcase: "npm:6.3.0"
|
|
@@ -2293,37 +2399,37 @@ __metadata:
|
|
|
2293
2399
|
smol-toml: "npm:1.6.0"
|
|
2294
2400
|
ts-morph: "npm:23.0.0"
|
|
2295
2401
|
yargs-parser: "npm:21.1.1"
|
|
2296
|
-
checksum: 10c0/
|
|
2402
|
+
checksum: 10c0/5d890f7b6c9566faf71813a7d86a8f85ce002d59328c36bb9692f5244a6ba16ec41d6e9f21867c0d377021c622965ce0ab0cc4e339f3c033087aa57ba68dce0e
|
|
2297
2403
|
languageName: node
|
|
2298
2404
|
linkType: hard
|
|
2299
2405
|
|
|
2300
|
-
"@cedarjs/telemetry@npm:2.4.
|
|
2301
|
-
version: 2.4.
|
|
2302
|
-
resolution: "@cedarjs/telemetry@npm:2.4.
|
|
2406
|
+
"@cedarjs/telemetry@npm:2.4.1-rc.6":
|
|
2407
|
+
version: 2.4.1-rc.6
|
|
2408
|
+
resolution: "@cedarjs/telemetry@npm:2.4.1-rc.6"
|
|
2303
2409
|
dependencies:
|
|
2304
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2305
|
-
"@cedarjs/structure": "npm:2.4.
|
|
2410
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2411
|
+
"@cedarjs/structure": "npm:2.4.1-rc.6"
|
|
2306
2412
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2307
2413
|
ci-info: "npm:4.3.1"
|
|
2308
2414
|
envinfo: "npm:7.21.0"
|
|
2309
2415
|
systeminformation: "npm:5.30.2"
|
|
2310
2416
|
uuid: "npm:11.1.0"
|
|
2311
2417
|
yargs: "npm:17.7.2"
|
|
2312
|
-
checksum: 10c0/
|
|
2418
|
+
checksum: 10c0/a938d4869666fc58bb304a56ea154685dcdd43a584efb75297c4fe3251d6949e673b6fa9f9d7d5bf2902cfa95d69038ddec81716e9859ecc797ed626c8a1b3cd
|
|
2313
2419
|
languageName: node
|
|
2314
2420
|
linkType: hard
|
|
2315
2421
|
|
|
2316
|
-
"@cedarjs/testing@npm:2.4.
|
|
2317
|
-
version: 2.4.
|
|
2318
|
-
resolution: "@cedarjs/testing@npm:2.4.
|
|
2319
|
-
dependencies:
|
|
2320
|
-
"@cedarjs/auth": "npm:2.4.
|
|
2321
|
-
"@cedarjs/babel-config": "npm:2.4.
|
|
2322
|
-
"@cedarjs/context": "npm:2.4.
|
|
2323
|
-
"@cedarjs/graphql-server": "npm:2.4.
|
|
2324
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2325
|
-
"@cedarjs/router": "npm:2.4.
|
|
2326
|
-
"@cedarjs/web": "npm:2.4.
|
|
2422
|
+
"@cedarjs/testing@npm:2.4.1-rc.6":
|
|
2423
|
+
version: 2.4.1-rc.6
|
|
2424
|
+
resolution: "@cedarjs/testing@npm:2.4.1-rc.6"
|
|
2425
|
+
dependencies:
|
|
2426
|
+
"@cedarjs/auth": "npm:2.4.1-rc.6"
|
|
2427
|
+
"@cedarjs/babel-config": "npm:2.4.1-rc.6"
|
|
2428
|
+
"@cedarjs/context": "npm:2.4.1-rc.6"
|
|
2429
|
+
"@cedarjs/graphql-server": "npm:2.4.1-rc.6"
|
|
2430
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2431
|
+
"@cedarjs/router": "npm:2.4.1-rc.6"
|
|
2432
|
+
"@cedarjs/web": "npm:2.4.1-rc.6"
|
|
2327
2433
|
"@testing-library/jest-dom": "npm:6.9.1"
|
|
2328
2434
|
"@testing-library/react": "npm:14.3.1"
|
|
2329
2435
|
"@testing-library/user-event": "npm:14.6.1"
|
|
@@ -2346,26 +2452,26 @@ __metadata:
|
|
|
2346
2452
|
peerDependenciesMeta:
|
|
2347
2453
|
vitest:
|
|
2348
2454
|
optional: true
|
|
2349
|
-
checksum: 10c0/
|
|
2455
|
+
checksum: 10c0/09cc44ce4b9a40dbf7ef9cba5d73813a7c6cf6c2b95f8b2f66a010aee1e4b196d41b3ff683b824a9097b51eaf7f33193b518b142944359652b820b7fa34e30bb
|
|
2350
2456
|
languageName: node
|
|
2351
2457
|
linkType: hard
|
|
2352
2458
|
|
|
2353
|
-
"@cedarjs/vite@npm:2.4.
|
|
2354
|
-
version: 2.4.
|
|
2355
|
-
resolution: "@cedarjs/vite@npm:2.4.
|
|
2459
|
+
"@cedarjs/vite@npm:2.4.1-rc.6":
|
|
2460
|
+
version: 2.4.1-rc.6
|
|
2461
|
+
resolution: "@cedarjs/vite@npm:2.4.1-rc.6"
|
|
2356
2462
|
dependencies:
|
|
2357
2463
|
"@ast-grep/napi": "npm:0.40.4"
|
|
2358
2464
|
"@babel/generator": "npm:7.28.5"
|
|
2359
2465
|
"@babel/parser": "npm:7.28.5"
|
|
2360
2466
|
"@babel/traverse": "npm:7.28.5"
|
|
2361
|
-
"@cedarjs/auth": "npm:2.4.
|
|
2362
|
-
"@cedarjs/babel-config": "npm:2.4.
|
|
2363
|
-
"@cedarjs/cookie-jar": "npm:2.4.
|
|
2364
|
-
"@cedarjs/internal": "npm:2.4.
|
|
2365
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2366
|
-
"@cedarjs/server-store": "npm:2.4.
|
|
2367
|
-
"@cedarjs/testing": "npm:2.4.
|
|
2368
|
-
"@cedarjs/web": "npm:2.4.
|
|
2467
|
+
"@cedarjs/auth": "npm:2.4.1-rc.6"
|
|
2468
|
+
"@cedarjs/babel-config": "npm:2.4.1-rc.6"
|
|
2469
|
+
"@cedarjs/cookie-jar": "npm:2.4.1-rc.6"
|
|
2470
|
+
"@cedarjs/internal": "npm:2.4.1-rc.6"
|
|
2471
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2472
|
+
"@cedarjs/server-store": "npm:2.4.1-rc.6"
|
|
2473
|
+
"@cedarjs/testing": "npm:2.4.1-rc.6"
|
|
2474
|
+
"@cedarjs/web": "npm:2.4.1-rc.6"
|
|
2369
2475
|
"@swc/core": "npm:1.15.8"
|
|
2370
2476
|
"@vitejs/plugin-react": "npm:4.7.0"
|
|
2371
2477
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
@@ -2395,34 +2501,34 @@ __metadata:
|
|
|
2395
2501
|
rw-vite-build: bins/rw-vite-build.mjs
|
|
2396
2502
|
rw-vite-dev: bins/rw-vite-dev.mjs
|
|
2397
2503
|
vite: bins/vite.mjs
|
|
2398
|
-
checksum: 10c0/
|
|
2504
|
+
checksum: 10c0/c06ccaf01e03e60e55fd21a0471df0418936ee4b3b0087a2e4673274f5158b5f91dee57a98f040f6827922236c183fe7f4465cbd9112697fa8e1d81894544042
|
|
2399
2505
|
languageName: node
|
|
2400
2506
|
linkType: hard
|
|
2401
2507
|
|
|
2402
|
-
"@cedarjs/web-server@npm:2.4.
|
|
2403
|
-
version: 2.4.
|
|
2404
|
-
resolution: "@cedarjs/web-server@npm:2.4.
|
|
2508
|
+
"@cedarjs/web-server@npm:2.4.1-rc.6":
|
|
2509
|
+
version: 2.4.1-rc.6
|
|
2510
|
+
resolution: "@cedarjs/web-server@npm:2.4.1-rc.6"
|
|
2405
2511
|
dependencies:
|
|
2406
|
-
"@cedarjs/fastify-web": "npm:2.4.
|
|
2407
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
2512
|
+
"@cedarjs/fastify-web": "npm:2.4.1-rc.6"
|
|
2513
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
2408
2514
|
ansis: "npm:4.2.0"
|
|
2409
2515
|
dotenv-defaults: "npm:5.0.2"
|
|
2410
2516
|
fastify: "npm:5.6.2"
|
|
2411
2517
|
yargs: "npm:17.7.2"
|
|
2412
2518
|
bin:
|
|
2413
2519
|
rw-web-server: dist/bin.js
|
|
2414
|
-
checksum: 10c0/
|
|
2520
|
+
checksum: 10c0/6a3b441578eb89db94e7fd84a7d32c1b9aa6c4763e942c564a6c3b38710a4599202b3b6189cc9f04cf3ef8e529f0c94890fed3ba5da7e7c4d709fdacec2629c7
|
|
2415
2521
|
languageName: node
|
|
2416
2522
|
linkType: hard
|
|
2417
2523
|
|
|
2418
|
-
"@cedarjs/web@npm:2.4.
|
|
2419
|
-
version: 2.4.
|
|
2420
|
-
resolution: "@cedarjs/web@npm:2.4.
|
|
2524
|
+
"@cedarjs/web@npm:2.4.1-rc.6":
|
|
2525
|
+
version: 2.4.1-rc.6
|
|
2526
|
+
resolution: "@cedarjs/web@npm:2.4.1-rc.6"
|
|
2421
2527
|
dependencies:
|
|
2422
2528
|
"@apollo/client": "npm:3.13.9"
|
|
2423
2529
|
"@babel/runtime-corejs3": "npm:7.28.4"
|
|
2424
|
-
"@cedarjs/auth": "npm:2.4.
|
|
2425
|
-
"@cedarjs/server-store": "npm:2.4.
|
|
2530
|
+
"@cedarjs/auth": "npm:2.4.1-rc.6"
|
|
2531
|
+
"@cedarjs/server-store": "npm:2.4.1-rc.6"
|
|
2426
2532
|
"@dr.pogodin/react-helmet": "npm:2.0.4"
|
|
2427
2533
|
"@whatwg-node/fetch": "npm:0.10.13"
|
|
2428
2534
|
apollo-upload-client: "npm:18.0.1"
|
|
@@ -2447,7 +2553,7 @@ __metadata:
|
|
|
2447
2553
|
rw: dist/cjs/bins/redwood.js
|
|
2448
2554
|
storybook: dist/cjs/bins/storybook.js
|
|
2449
2555
|
tsc: dist/cjs/bins/tsc.js
|
|
2450
|
-
checksum: 10c0/
|
|
2556
|
+
checksum: 10c0/be5fc81515b880f9ce14ff62d37e1b9a48eeb43d7778937e7ebb412ae3eaff1edd6eb82ae3fa05e5b35a17f91e927a28ec66094d15a9098b07cda5db159b64e5
|
|
2451
2557
|
languageName: node
|
|
2452
2558
|
linkType: hard
|
|
2453
2559
|
|
|
@@ -6116,11 +6222,11 @@ __metadata:
|
|
|
6116
6222
|
linkType: hard
|
|
6117
6223
|
|
|
6118
6224
|
"@types/node@npm:*":
|
|
6119
|
-
version: 25.0.
|
|
6120
|
-
resolution: "@types/node@npm:25.0.
|
|
6225
|
+
version: 25.0.7
|
|
6226
|
+
resolution: "@types/node@npm:25.0.7"
|
|
6121
6227
|
dependencies:
|
|
6122
6228
|
undici-types: "npm:~7.16.0"
|
|
6123
|
-
checksum: 10c0/
|
|
6229
|
+
checksum: 10c0/a9feeb16a6487621ef96158e7a9759f89e3c1726189c7b19a9e6d3e0d581499c62e441e120e5a334e9eb01bc4d26644f27767fd5931d6d4f177d14f4f8e3f9ab
|
|
6124
6230
|
languageName: node
|
|
6125
6231
|
linkType: hard
|
|
6126
6232
|
|
|
@@ -6280,7 +6386,7 @@ __metadata:
|
|
|
6280
6386
|
languageName: node
|
|
6281
6387
|
linkType: hard
|
|
6282
6388
|
|
|
6283
|
-
"@typescript-eslint/tsconfig-utils@npm:8.52.0
|
|
6389
|
+
"@typescript-eslint/tsconfig-utils@npm:8.52.0":
|
|
6284
6390
|
version: 8.52.0
|
|
6285
6391
|
resolution: "@typescript-eslint/tsconfig-utils@npm:8.52.0"
|
|
6286
6392
|
peerDependencies:
|
|
@@ -6289,6 +6395,15 @@ __metadata:
|
|
|
6289
6395
|
languageName: node
|
|
6290
6396
|
linkType: hard
|
|
6291
6397
|
|
|
6398
|
+
"@typescript-eslint/tsconfig-utils@npm:^8.52.0":
|
|
6399
|
+
version: 8.53.0
|
|
6400
|
+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.53.0"
|
|
6401
|
+
peerDependencies:
|
|
6402
|
+
typescript: ">=4.8.4 <6.0.0"
|
|
6403
|
+
checksum: 10c0/1a136519d4e0c4ae9471f55468ad0a52175b8b41da28188bd7e4efcf72c2c8528aeb3a1b1c9d27f2d94ab0c8d9a91e08ebc1fed5fc8628c9808112427f306428
|
|
6404
|
+
languageName: node
|
|
6405
|
+
linkType: hard
|
|
6406
|
+
|
|
6292
6407
|
"@typescript-eslint/type-utils@npm:8.52.0":
|
|
6293
6408
|
version: 8.52.0
|
|
6294
6409
|
resolution: "@typescript-eslint/type-utils@npm:8.52.0"
|
|
@@ -6305,13 +6420,20 @@ __metadata:
|
|
|
6305
6420
|
languageName: node
|
|
6306
6421
|
linkType: hard
|
|
6307
6422
|
|
|
6308
|
-
"@typescript-eslint/types@npm:8.52.0
|
|
6423
|
+
"@typescript-eslint/types@npm:8.52.0":
|
|
6309
6424
|
version: 8.52.0
|
|
6310
6425
|
resolution: "@typescript-eslint/types@npm:8.52.0"
|
|
6311
6426
|
checksum: 10c0/ad93803aa92570a96cc9f9a201735e68fecee9056a37563c9e5b70c16436927ac823ec38d9712881910d89dd7314b0a40100ef41ef1aca0d42674d3312d5ec8e
|
|
6312
6427
|
languageName: node
|
|
6313
6428
|
linkType: hard
|
|
6314
6429
|
|
|
6430
|
+
"@typescript-eslint/types@npm:^8.52.0":
|
|
6431
|
+
version: 8.53.0
|
|
6432
|
+
resolution: "@typescript-eslint/types@npm:8.53.0"
|
|
6433
|
+
checksum: 10c0/a88681795becbe857f9868427c0d75c2ab2fb1acde14907b8791709b6d7835400bf9a0b41f22e97a13f1274e0082f5675692b815e30268e6eada492913100306
|
|
6434
|
+
languageName: node
|
|
6435
|
+
linkType: hard
|
|
6436
|
+
|
|
6315
6437
|
"@typescript-eslint/typescript-estree@npm:8.52.0":
|
|
6316
6438
|
version: 8.52.0
|
|
6317
6439
|
resolution: "@typescript-eslint/typescript-estree@npm:8.52.0"
|
|
@@ -6857,8 +6979,8 @@ __metadata:
|
|
|
6857
6979
|
version: 0.0.0-use.local
|
|
6858
6980
|
resolution: "api@workspace:api"
|
|
6859
6981
|
dependencies:
|
|
6860
|
-
"@cedarjs/api": "npm:2.4.
|
|
6861
|
-
"@cedarjs/graphql-server": "npm:2.4.
|
|
6982
|
+
"@cedarjs/api": "npm:2.4.1-rc.6"
|
|
6983
|
+
"@cedarjs/graphql-server": "npm:2.4.1-rc.6"
|
|
6862
6984
|
languageName: unknown
|
|
6863
6985
|
linkType: soft
|
|
6864
6986
|
|
|
@@ -14838,9 +14960,9 @@ __metadata:
|
|
|
14838
14960
|
linkType: hard
|
|
14839
14961
|
|
|
14840
14962
|
"pino-std-serializers@npm:^7.0.0":
|
|
14841
|
-
version: 7.
|
|
14842
|
-
resolution: "pino-std-serializers@npm:7.
|
|
14843
|
-
checksum: 10c0/
|
|
14963
|
+
version: 7.1.0
|
|
14964
|
+
resolution: "pino-std-serializers@npm:7.1.0"
|
|
14965
|
+
checksum: 10c0/d158615aa93ebdeac2d3912ad4227a23ef78cf14229e886214771f581e96eff312257f2d6368c75b2fbf53e5024eda475d81305014f4ed1a6d5eeab9107f6ef0
|
|
14844
14966
|
languageName: node
|
|
14845
14967
|
linkType: hard
|
|
14846
14968
|
|
|
@@ -16035,9 +16157,9 @@ __metadata:
|
|
|
16035
16157
|
version: 0.0.0-use.local
|
|
16036
16158
|
resolution: "root-workspace-0b6124@workspace:."
|
|
16037
16159
|
dependencies:
|
|
16038
|
-
"@cedarjs/core": "npm:2.4.
|
|
16039
|
-
"@cedarjs/project-config": "npm:2.4.
|
|
16040
|
-
"@cedarjs/testing": "npm:2.4.
|
|
16160
|
+
"@cedarjs/core": "npm:2.4.1-rc.6"
|
|
16161
|
+
"@cedarjs/project-config": "npm:2.4.1-rc.6"
|
|
16162
|
+
"@cedarjs/testing": "npm:2.4.1-rc.6"
|
|
16041
16163
|
vitest: "npm:3.2.4"
|
|
16042
16164
|
languageName: unknown
|
|
16043
16165
|
linkType: soft
|
|
@@ -18209,10 +18331,10 @@ __metadata:
|
|
|
18209
18331
|
version: 0.0.0-use.local
|
|
18210
18332
|
resolution: "web@workspace:web"
|
|
18211
18333
|
dependencies:
|
|
18212
|
-
"@cedarjs/forms": "npm:2.4.
|
|
18213
|
-
"@cedarjs/router": "npm:2.4.
|
|
18214
|
-
"@cedarjs/vite": "npm:2.4.
|
|
18215
|
-
"@cedarjs/web": "npm:2.4.
|
|
18334
|
+
"@cedarjs/forms": "npm:2.4.1-rc.6"
|
|
18335
|
+
"@cedarjs/router": "npm:2.4.1-rc.6"
|
|
18336
|
+
"@cedarjs/vite": "npm:2.4.1-rc.6"
|
|
18337
|
+
"@cedarjs/web": "npm:2.4.1-rc.6"
|
|
18216
18338
|
"@types/react": "npm:^18.2.55"
|
|
18217
18339
|
"@types/react-dom": "npm:^18.2.19"
|
|
18218
18340
|
react: "npm:18.3.1"
|