forked from AztecProtocol/gregoswap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
9816 lines (8860 loc) · 351 KB
/
yarn.lock
File metadata and controls
9816 lines (8860 loc) · 351 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@adraffy/ens-normalize@npm:^1.11.0":
version: 1.11.1
resolution: "@adraffy/ens-normalize@npm:1.11.1"
checksum: 10c0/b364e2a57131db278ebf2f22d1a1ac6d8aea95c49dd2bbbc1825870b38aa91fd8816aba580a1f84edc50a45eb6389213dacfd1889f32893afc8549a82d304767
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/eab9581d3363af5ea498ae0e72de792f54d8890360e14a9d8261b7b5c55ebe080279fb2556e07994d785341cdaa99ab0b1ccf137832b53b5904cd6928f2b094b
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32c@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/223efac396cdebaf5645568fa9a38cd0c322c960ae1f4276bedfe2e1031d0112e49d7d39225d386354680ecefae29f39af469a84b2ddfa77cb6692036188af77
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha1-browser@npm:5.2.0"
dependencies:
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/51fed0bf078c10322d910af179871b7d299dde5b5897873ffbeeb036f427e5d11d23db9794439226544b73901920fd19f4d86bbc103ed73cc0cfdea47a83c6ac
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-browser@npm:5.2.0"
dependencies:
"@aws-crypto/sha256-js": "npm:^5.2.0"
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/05f6d256794df800fe9aef5f52f2ac7415f7f3117d461f85a6aecaa4e29e91527b6fd503681a17136fa89e9dd3d916e9c7e4cfb5eba222875cb6c077bdc1d00d
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-js@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/6c48701f8336341bb104dfde3d0050c89c288051f6b5e9bdfeb8091cf3ffc86efcd5c9e6ff2a4a134406b019c07aca9db608128f8d9267c952578a3108db9fd1
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/4d2118e29d68ca3f5947f1e37ce1fbb3239a0c569cc938cdc8ab8390d595609b5caf51a07c9e0535105b17bf5c52ea256fed705a07e9681118120ab64ee73af2
languageName: node
linkType: hard
"@aws-crypto/util@npm:5.2.0, @aws-crypto/util@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/util@npm:5.2.0"
dependencies:
"@aws-sdk/types": "npm:^3.222.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/0362d4c197b1fd64b423966945130207d1fe23e1bb2878a18e361f7743c8d339dad3f8729895a29aa34fff6a86c65f281cf5167c4bf253f21627ae80b6dd2951
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.892.0":
version: 3.981.0
resolution: "@aws-sdk/client-s3@npm:3.981.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:5.2.0"
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/credential-provider-node": "npm:^3.972.4"
"@aws-sdk/middleware-bucket-endpoint": "npm:^3.972.3"
"@aws-sdk/middleware-expect-continue": "npm:^3.972.3"
"@aws-sdk/middleware-flexible-checksums": "npm:^3.972.3"
"@aws-sdk/middleware-host-header": "npm:^3.972.3"
"@aws-sdk/middleware-location-constraint": "npm:^3.972.3"
"@aws-sdk/middleware-logger": "npm:^3.972.3"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.3"
"@aws-sdk/middleware-sdk-s3": "npm:^3.972.5"
"@aws-sdk/middleware-ssec": "npm:^3.972.3"
"@aws-sdk/middleware-user-agent": "npm:^3.972.5"
"@aws-sdk/region-config-resolver": "npm:^3.972.3"
"@aws-sdk/signature-v4-multi-region": "npm:3.981.0"
"@aws-sdk/types": "npm:^3.973.1"
"@aws-sdk/util-endpoints": "npm:3.981.0"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.3"
"@aws-sdk/util-user-agent-node": "npm:^3.972.3"
"@smithy/config-resolver": "npm:^4.4.6"
"@smithy/core": "npm:^3.22.0"
"@smithy/eventstream-serde-browser": "npm:^4.2.8"
"@smithy/eventstream-serde-config-resolver": "npm:^4.3.8"
"@smithy/eventstream-serde-node": "npm:^4.2.8"
"@smithy/fetch-http-handler": "npm:^5.3.9"
"@smithy/hash-blob-browser": "npm:^4.2.9"
"@smithy/hash-node": "npm:^4.2.8"
"@smithy/hash-stream-node": "npm:^4.2.8"
"@smithy/invalid-dependency": "npm:^4.2.8"
"@smithy/md5-js": "npm:^4.2.8"
"@smithy/middleware-content-length": "npm:^4.2.8"
"@smithy/middleware-endpoint": "npm:^4.4.12"
"@smithy/middleware-retry": "npm:^4.4.29"
"@smithy/middleware-serde": "npm:^4.2.9"
"@smithy/middleware-stack": "npm:^4.2.8"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/node-http-handler": "npm:^4.4.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/smithy-client": "npm:^4.11.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/url-parser": "npm:^4.2.8"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-body-length-browser": "npm:^4.2.0"
"@smithy/util-body-length-node": "npm:^4.2.1"
"@smithy/util-defaults-mode-browser": "npm:^4.3.28"
"@smithy/util-defaults-mode-node": "npm:^4.2.31"
"@smithy/util-endpoints": "npm:^3.2.8"
"@smithy/util-middleware": "npm:^4.2.8"
"@smithy/util-retry": "npm:^4.2.8"
"@smithy/util-stream": "npm:^4.5.10"
"@smithy/util-utf8": "npm:^4.2.0"
"@smithy/util-waiter": "npm:^4.2.8"
tslib: "npm:^2.6.2"
checksum: 10c0/1f3f9b650b2b70ceafe0ec2b3aaf2df8e721639bcf25b7f6f549166027dd69176dd6548ee66b393d46725f7a1de0a735a31c2674d4f9239f20854661e7998c2f
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.980.0":
version: 3.980.0
resolution: "@aws-sdk/client-sso@npm:3.980.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/middleware-host-header": "npm:^3.972.3"
"@aws-sdk/middleware-logger": "npm:^3.972.3"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.3"
"@aws-sdk/middleware-user-agent": "npm:^3.972.5"
"@aws-sdk/region-config-resolver": "npm:^3.972.3"
"@aws-sdk/types": "npm:^3.973.1"
"@aws-sdk/util-endpoints": "npm:3.980.0"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.3"
"@aws-sdk/util-user-agent-node": "npm:^3.972.3"
"@smithy/config-resolver": "npm:^4.4.6"
"@smithy/core": "npm:^3.22.0"
"@smithy/fetch-http-handler": "npm:^5.3.9"
"@smithy/hash-node": "npm:^4.2.8"
"@smithy/invalid-dependency": "npm:^4.2.8"
"@smithy/middleware-content-length": "npm:^4.2.8"
"@smithy/middleware-endpoint": "npm:^4.4.12"
"@smithy/middleware-retry": "npm:^4.4.29"
"@smithy/middleware-serde": "npm:^4.2.9"
"@smithy/middleware-stack": "npm:^4.2.8"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/node-http-handler": "npm:^4.4.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/smithy-client": "npm:^4.11.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/url-parser": "npm:^4.2.8"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-body-length-browser": "npm:^4.2.0"
"@smithy/util-body-length-node": "npm:^4.2.1"
"@smithy/util-defaults-mode-browser": "npm:^4.3.28"
"@smithy/util-defaults-mode-node": "npm:^4.2.31"
"@smithy/util-endpoints": "npm:^3.2.8"
"@smithy/util-middleware": "npm:^4.2.8"
"@smithy/util-retry": "npm:^4.2.8"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/870a684d7772971d482361e9ed94d2cd86ffa0d47f572e2f01ba44e7f5954cd91b1e832961deadcb5afaf1fee6f26cce755a3cc5299f3336e1f26b1d652aa2c1
languageName: node
linkType: hard
"@aws-sdk/core@npm:^3.973.5":
version: 3.973.5
resolution: "@aws-sdk/core@npm:3.973.5"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@aws-sdk/xml-builder": "npm:^3.972.2"
"@smithy/core": "npm:^3.22.0"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/signature-v4": "npm:^5.3.8"
"@smithy/smithy-client": "npm:^4.11.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-middleware": "npm:^4.2.8"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/d885f0cb18185a4958df724bc914b0d2ee18f4ed16fe4f250dc85b90d87c32251513b49806007a46f01f3220a7abe75990062f8e31c1e466e5e7a7e5d41dcae5
languageName: node
linkType: hard
"@aws-sdk/crc64-nvme@npm:3.972.0":
version: 3.972.0
resolution: "@aws-sdk/crc64-nvme@npm:3.972.0"
dependencies:
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/c756b934baa51a7582f5efc8a935b3ce3403f0574451ffa8769e2cecac4cd5f08e0c6f0d5cb85c3e3bcf34cbc475c10e9d8302265a5b1fbb37424b5ac2580a6f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/credential-provider-env@npm:3.972.3"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/f6eaa47673282fad838fc22d93ce2b81365955c689750b2a346ed49b646ec1f03424c22da6cbdd5673378da854f5de02ef5d3f3bee6a080f1656d79a3b0b0b4f
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:^3.972.5":
version: 3.972.5
resolution: "@aws-sdk/credential-provider-http@npm:3.972.5"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/fetch-http-handler": "npm:^5.3.9"
"@smithy/node-http-handler": "npm:^4.4.8"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/smithy-client": "npm:^4.11.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/util-stream": "npm:^4.5.10"
tslib: "npm:^2.6.2"
checksum: 10c0/cd1302286ad7e2a403c4a8217999af46ff3d00442a1392e7312acb2cf544154edfb4f3d1c9f263a6c76fb30f4d95d36dacf2881309cadbbd703cdea2ca9d26c9
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/credential-provider-ini@npm:3.972.3"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/credential-provider-env": "npm:^3.972.3"
"@aws-sdk/credential-provider-http": "npm:^3.972.5"
"@aws-sdk/credential-provider-login": "npm:^3.972.3"
"@aws-sdk/credential-provider-process": "npm:^3.972.3"
"@aws-sdk/credential-provider-sso": "npm:^3.972.3"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.3"
"@aws-sdk/nested-clients": "npm:3.980.0"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/credential-provider-imds": "npm:^4.2.8"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/shared-ini-file-loader": "npm:^4.4.3"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/6a6bae412805829756afbad4250265c7bdc1c11fc24cd1892bc0cfb58c8178edfbe233e16bcf40fb38e772fcf76b5089fa4e46170609007d9ed03e7ca45f36b2
languageName: node
linkType: hard
"@aws-sdk/credential-provider-login@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/credential-provider-login@npm:3.972.3"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/nested-clients": "npm:3.980.0"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/shared-ini-file-loader": "npm:^4.4.3"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/79d41f8437ffcb6a98e262ebd2a635848acec8c4c1f945b217a773e4352ef38a61e41f64481edab303ab27d8bb089d040295eba288e366e34237262aea7469cc
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:^3.972.4":
version: 3.972.4
resolution: "@aws-sdk/credential-provider-node@npm:3.972.4"
dependencies:
"@aws-sdk/credential-provider-env": "npm:^3.972.3"
"@aws-sdk/credential-provider-http": "npm:^3.972.5"
"@aws-sdk/credential-provider-ini": "npm:^3.972.3"
"@aws-sdk/credential-provider-process": "npm:^3.972.3"
"@aws-sdk/credential-provider-sso": "npm:^3.972.3"
"@aws-sdk/credential-provider-web-identity": "npm:^3.972.3"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/credential-provider-imds": "npm:^4.2.8"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/shared-ini-file-loader": "npm:^4.4.3"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/5646e02bff929514aa255547868912df454419e39219ef4a1977ba68163554db5ce34b7b3dbed5f4f9856eac4387dcc9e687b5f8f21a4559aaf07b77b25cbb1e
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/credential-provider-process@npm:3.972.3"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/shared-ini-file-loader": "npm:^4.4.3"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/e8b8d502d879228f05b1abb9f372fa7645ed64d66385ad0771c621d0a374a4b0d54b8bb9657f073945bebfd42a732cf5b621bb2ac0f476a68143027809e6fc2d
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/credential-provider-sso@npm:3.972.3"
dependencies:
"@aws-sdk/client-sso": "npm:3.980.0"
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/token-providers": "npm:3.980.0"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/shared-ini-file-loader": "npm:^4.4.3"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/0fac73cc425afea70b8237b12f561dcc7c9991b700c051fa74a8d438ffbc9bbfe255fd66fc40bf646d8e87092f59179f439de5106d9c1d8eef19577e64091272
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.3"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/nested-clients": "npm:3.980.0"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/shared-ini-file-loader": "npm:^4.4.3"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/5e8661ccd91a6452c357afe6c62d8ea74df71bccae71e7f64fcdf2c9e70331033f414f4a435fdd163015963d223fafc90125e85b20e29aa213b0dee0600b8db9
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@aws-sdk/util-arn-parser": "npm:^3.972.2"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/types": "npm:^4.12.0"
"@smithy/util-config-provider": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/391c8f6d514c41543c6a66578ce6d7d29c9cf8677d9a4d07bc0cae27418fb47b65e8104a7a4f9ac2bc3d6ae2ce73dca3ed44fd7fbafb4bcb3cb06858bcae8230
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-expect-continue@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/69bcb15de22c3895df744d85eb668238fb7a307975b4e236c6c19f41f3c2f07a036de06db637abd8accbfadf06c557d3578ad71ac18ef71a3d52091f8ade5b87
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.972.3"
dependencies:
"@aws-crypto/crc32": "npm:5.2.0"
"@aws-crypto/crc32c": "npm:5.2.0"
"@aws-crypto/util": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/crc64-nvme": "npm:3.972.0"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/is-array-buffer": "npm:^4.2.0"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/types": "npm:^4.12.0"
"@smithy/util-middleware": "npm:^4.2.8"
"@smithy/util-stream": "npm:^4.5.10"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/c843377b467edb626f5a11c9aa84ef525491236dcaec02b17363d409d13c755c8df29170b93f0940d140c131b8a197d664c43fdb7bb32d4072c4d201939a55cf
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-host-header@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/680a1934403b1544cbe1998ca22d684ff28bbbea78db8bea515bae80f7ede7ce762b2eb6fd5a56030b3a9a56a964e1c62ad40a8e2343e06862e1ccaa0cc3331b
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-location-constraint@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/a2a284f24147aaf2a5367cd280f6646700bec03bd5dc66e1db0cf871904d64d21d77f45767edc2cbe2d9ffbd7d55141ff30df0143cc63ae7fe8b89559916bbb5
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-logger@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/3cb6c1eddb7344f14f634fe1d6c9e7571ec8fe856ccf62dab71fae5fcef302f3b0e97d9ddb5ee90a427e14f28672cf406e8dadf30693e590f0d2a7eb1b439934
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@aws/lambda-invoke-store": "npm:^0.2.2"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/cc3e30e6968f18a5456c9b786b95579f688dd429422f6792211ebeaa462cf87186fd93996a8f034ce4abd95f39cfc0071c1cb801ad751be766617aac585cbb09
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:^3.972.5":
version: 3.972.5
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.5"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/types": "npm:^3.973.1"
"@aws-sdk/util-arn-parser": "npm:^3.972.2"
"@smithy/core": "npm:^3.22.0"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/signature-v4": "npm:^5.3.8"
"@smithy/smithy-client": "npm:^4.11.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/util-config-provider": "npm:^4.2.0"
"@smithy/util-middleware": "npm:^4.2.8"
"@smithy/util-stream": "npm:^4.5.10"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/d60f867c8a4293aee79474abdae5a13e84f0d8eb71b556316dc7b56a0108cb4fae94514284a0b2764c39545661b28edb06f18b46f88bc4023762a64d814ea956
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/middleware-ssec@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/d4e1df3531947adbbd1cf64d89c5ad7b3596ffc471e83a32f555e0bd05e976d2bd183975689da60e4229bd0611cd53642a3b2355877348e99cdd3a1b7d4135ad
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:^3.972.5":
version: 3.972.5
resolution: "@aws-sdk/middleware-user-agent@npm:3.972.5"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/types": "npm:^3.973.1"
"@aws-sdk/util-endpoints": "npm:3.980.0"
"@smithy/core": "npm:^3.22.0"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/62b39d3c1dcd008d168bd91cb8ab872a7d2079be363359c55b7e3383d4d3eb0ed0e8cdb8eeeb0762f664d1c4c0d73fd1c3f3cc7ee28c2619ec6328ce5f05c426
languageName: node
linkType: hard
"@aws-sdk/nested-clients@npm:3.980.0":
version: 3.980.0
resolution: "@aws-sdk/nested-clients@npm:3.980.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/middleware-host-header": "npm:^3.972.3"
"@aws-sdk/middleware-logger": "npm:^3.972.3"
"@aws-sdk/middleware-recursion-detection": "npm:^3.972.3"
"@aws-sdk/middleware-user-agent": "npm:^3.972.5"
"@aws-sdk/region-config-resolver": "npm:^3.972.3"
"@aws-sdk/types": "npm:^3.973.1"
"@aws-sdk/util-endpoints": "npm:3.980.0"
"@aws-sdk/util-user-agent-browser": "npm:^3.972.3"
"@aws-sdk/util-user-agent-node": "npm:^3.972.3"
"@smithy/config-resolver": "npm:^4.4.6"
"@smithy/core": "npm:^3.22.0"
"@smithy/fetch-http-handler": "npm:^5.3.9"
"@smithy/hash-node": "npm:^4.2.8"
"@smithy/invalid-dependency": "npm:^4.2.8"
"@smithy/middleware-content-length": "npm:^4.2.8"
"@smithy/middleware-endpoint": "npm:^4.4.12"
"@smithy/middleware-retry": "npm:^4.4.29"
"@smithy/middleware-serde": "npm:^4.2.9"
"@smithy/middleware-stack": "npm:^4.2.8"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/node-http-handler": "npm:^4.4.8"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/smithy-client": "npm:^4.11.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/url-parser": "npm:^4.2.8"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-body-length-browser": "npm:^4.2.0"
"@smithy/util-body-length-node": "npm:^4.2.1"
"@smithy/util-defaults-mode-browser": "npm:^4.3.28"
"@smithy/util-defaults-mode-node": "npm:^4.2.31"
"@smithy/util-endpoints": "npm:^3.2.8"
"@smithy/util-middleware": "npm:^4.2.8"
"@smithy/util-retry": "npm:^4.2.8"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/0a5d36cf859ea7c717fdf0cae9cdd29c23a161068f3b16e4dfd6330ac32d564dc155c18b99b6feb058524afaee88ad7c7515d781b8e7622a0b94020dd3bf16ff
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/region-config-resolver@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/config-resolver": "npm:^4.4.6"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/6682f729ba131b9067f7af77bcb49f3cae41668614e5c3b21ce8f091346a6961e852d0b72e15f262ad1fdccc9f4190680b35f756244cd691b6314b2866e071d9
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:3.981.0":
version: 3.981.0
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.981.0"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:^3.972.5"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/protocol-http": "npm:^5.3.8"
"@smithy/signature-v4": "npm:^5.3.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/23a098f78ac58c1bc4ebeca2fae6a2667a468d8e22fe022a606ddd1c63a1a998d0b0737789f0aad3dd3c6a1329b4c1bf8d36c45959a1bbf8a95ba2c260fac3fe
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.980.0":
version: 3.980.0
resolution: "@aws-sdk/token-providers@npm:3.980.0"
dependencies:
"@aws-sdk/core": "npm:^3.973.5"
"@aws-sdk/nested-clients": "npm:3.980.0"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/property-provider": "npm:^4.2.8"
"@smithy/shared-ini-file-loader": "npm:^4.4.3"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/2ab2bd78bf356dce70c6ba12a5f288644c0b9d2cce90bcfb6a72f48eef9ea34f2579e8a485644ba16ef5501d10e2f0b8e312a2c3d893f721043a27a07663d588
languageName: node
linkType: hard
"@aws-sdk/types@npm:^3.222.0, @aws-sdk/types@npm:^3.973.1":
version: 3.973.1
resolution: "@aws-sdk/types@npm:3.973.1"
dependencies:
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
checksum: 10c0/8a4a183cc39b4d6f4d065ece884b50d397a54b17add32b649f49adbe676174e7bee2c3c94394fc5227a4fccb96c34482291a1eb2702158e1dbb12c441af32863
languageName: node
linkType: hard
"@aws-sdk/util-arn-parser@npm:^3.972.2":
version: 3.972.2
resolution: "@aws-sdk/util-arn-parser@npm:3.972.2"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/94aec6e0217da6add9d2334e8ec1c0c23955d279478e0161d00f66fd3527baf8a483e6fc41ecc2fb44e0b4116b52e85847a525ee7bdf43ff07d206f1e4ef03c9
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.980.0":
version: 3.980.0
resolution: "@aws-sdk/util-endpoints@npm:3.980.0"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/url-parser": "npm:^4.2.8"
"@smithy/util-endpoints": "npm:^3.2.8"
tslib: "npm:^2.6.2"
checksum: 10c0/0de91a4d1e2382f45fbfcbd4e1424d2088fd58479483235b5dec23875a10fe11502a2482295ef14763793eeb607c4a0c1f75d2fc4101868e33f0837deab9a6ba
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.981.0":
version: 3.981.0
resolution: "@aws-sdk/util-endpoints@npm:3.981.0"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/types": "npm:^4.12.0"
"@smithy/url-parser": "npm:^4.2.8"
"@smithy/util-endpoints": "npm:^3.2.8"
tslib: "npm:^2.6.2"
checksum: 10c0/d5256572280189e00ea7257f952a1c3fcc23e2245d65abda80c6734fe8dc7874658d74a09bf3284c5119a7fc5dfa5b2c4d711c5a812fdf0519ae0fa9997b5f68
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.965.4
resolution: "@aws-sdk/util-locate-window@npm:3.965.4"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/c87bef4cbeef564cb101f3d80b1dee008667e5a8c301b974dc25ec275e8d503a3226d3740bbfc4c1e17781719b7b8f06a25deea8196919caeaf87b0b8117286d
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/util-user-agent-browser@npm:3.972.3"
dependencies:
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/types": "npm:^4.12.0"
bowser: "npm:^2.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/637f1396cfbca7b352ffaf332998c4223c35d0fa41431c106151a34c6bfe7c9e32e6a6dc7e75c495714e05f3729ae1f61996da923156c3edcb33e217e24328ad
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-node@npm:^3.972.3":
version: 3.972.3
resolution: "@aws-sdk/util-user-agent-node@npm:3.972.3"
dependencies:
"@aws-sdk/middleware-user-agent": "npm:^3.972.5"
"@aws-sdk/types": "npm:^3.973.1"
"@smithy/node-config-provider": "npm:^4.3.8"
"@smithy/types": "npm:^4.12.0"
tslib: "npm:^2.6.2"
peerDependencies:
aws-crt: ">=1.0.0"
peerDependenciesMeta:
aws-crt:
optional: true
checksum: 10c0/179a8554c503b5239d27a1c0b2592092a8afcec324bb5b97c23816577d94172f62817d4f789f6ad0c9f7245909e47ba53666e8dbf9f655d1507bda71ae6fadfc
languageName: node
linkType: hard
"@aws-sdk/xml-builder@npm:^3.972.2":
version: 3.972.3
resolution: "@aws-sdk/xml-builder@npm:3.972.3"
dependencies:
"@smithy/types": "npm:^4.12.0"
fast-xml-parser: "npm:5.3.4"
tslib: "npm:^2.6.2"
checksum: 10c0/b2e6d8da88f7089f2bf5cf3eaac75828b3470070c7d1959836dc4ed28b31621788e4c5355f9216188c44ba2787931b78665e9eeb8317f41ca534ef6288eee27a
languageName: node
linkType: hard
"@aws/lambda-invoke-store@npm:^0.2.2":
version: 0.2.3
resolution: "@aws/lambda-invoke-store@npm:0.2.3"
checksum: 10c0/3869a5d2494ff81fba306d603c0f2e36c59f89c4efdffd1105a208a595da77059547209a163b6f0c1b716e9d273ce24f94dcbd5a08bad74b2602d13711b0cb3b
languageName: node
linkType: hard
"@aztec/accounts@npm:4.0.0-devnet.1-patch.0, @aztec/accounts@npm:v4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/accounts@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/aztec.js": "npm:4.0.0-devnet.1-patch.0"
"@aztec/entrypoints": "npm:4.0.0-devnet.1-patch.0"
"@aztec/ethereum": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
tslib: "npm:^2.4.0"
checksum: 10c0/4fa62291dd72d7451b9102340cdee069f64df6156dd17221db0893ebd64fdd97c8b1d1d565cee66d6483723d624882b39c97babd26068ce007cac066a9202327
languageName: node
linkType: hard
"@aztec/aztec.js@npm:4.0.0-devnet.1-patch.0, @aztec/aztec.js@npm:v4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/aztec.js@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/entrypoints": "npm:4.0.0-devnet.1-patch.0"
"@aztec/ethereum": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/l1-artifacts": "npm:4.0.0-devnet.1-patch.0"
"@aztec/protocol-contracts": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
axios: "npm:^1.12.0"
tslib: "npm:^2.4.0"
viem: "npm:@aztec/viem@2.38.2"
zod: "npm:^3.23.8"
checksum: 10c0/83f08bc755118427d9d5f75fb376964f9454eca338c1f79de21bf879cfa729682b2001db38423f1b74ec7a8e0c3d0e3a443235939bed1c186f33377578404e95
languageName: node
linkType: hard
"@aztec/bb-prover@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/bb-prover@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/bb.js": "npm:4.0.0-devnet.1-patch.0"
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/noir-noirc_abi": "npm:4.0.0-devnet.1-patch.0"
"@aztec/noir-protocol-circuits-types": "npm:4.0.0-devnet.1-patch.0"
"@aztec/noir-types": "npm:4.0.0-devnet.1-patch.0"
"@aztec/simulator": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
"@aztec/telemetry-client": "npm:4.0.0-devnet.1-patch.0"
"@aztec/world-state": "npm:4.0.0-devnet.1-patch.0"
commander: "npm:^12.1.0"
pako: "npm:^2.1.0"
source-map-support: "npm:^0.5.21"
tslib: "npm:^2.4.0"
bin:
bb-cli: dest/bb/index.js
checksum: 10c0/4aa4ac502b7debc7a4ce3c063359cf477da8a50bd6fd6a98389ae1389db58a94837cc7bc1283b8bcd3bcfc1e4682b7696c557960be63f1792463d97832ff960c
languageName: node
linkType: hard
"@aztec/bb.js@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/bb.js@npm:4.0.0-devnet.1-patch.0"
dependencies:
comlink: "npm:^4.4.1"
commander: "npm:^12.1.0"
idb-keyval: "npm:^6.2.1"
msgpackr: "npm:^1.11.2"
pako: "npm:^2.1.0"
tslib: "npm:^2.4.0"
bin:
bb: dest/node/bin/index.js
checksum: 10c0/785850cc11cdb8ae724e3d82440e019184bd3b7fbd32e21ab4259d8696c546ea30cc4753448b796b79198a1482eb45cc94cee772dde9234be1c082ef69a71cfe
languageName: node
linkType: hard
"@aztec/blob-lib@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/blob-lib@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@crate-crypto/node-eth-kzg": "npm:^0.10.0"
tslib: "npm:^2.4.0"
checksum: 10c0/cbafb3948e5f707762fcf3273854eab80b2ec5ae0f3f9e202c3d89e5bb1e6383e13db7df043f3dfdd4cf977ca26d2e95c28a4b555e6f86bc762f1e73b984affb
languageName: node
linkType: hard
"@aztec/builder@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/builder@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
commander: "npm:^12.1.0"
checksum: 10c0/3083cda6ead4b67ebc276dc7c5ae8782835a068516880f0a85bfc23d5526ad30f82f296ce656d8e24799d377bd444c4c1ccb9a1332861f62ee89245fcd224551
languageName: node
linkType: hard
"@aztec/constants@npm:4.0.0-devnet.1-patch.0, @aztec/constants@npm:v4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/constants@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
tslib: "npm:^2.4.0"
checksum: 10c0/c40a715e7dd1cf404fb9d3f6fbf3d5a6f6f50c8c38461fcb5785a6f87a407dde92dc011b96ca8225152b1148d3242a944cd05e0a997f1d267bf02564fcd7f754
languageName: node
linkType: hard
"@aztec/entrypoints@npm:4.0.0-devnet.1-patch.0, @aztec/entrypoints@npm:v4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/entrypoints@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/protocol-contracts": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
tslib: "npm:^2.4.0"
zod: "npm:^3.23.8"
checksum: 10c0/d0355d8f3e678801fdcf37ddddaa0d697c22bb01b32a82f267320a6b43ae21eb7f8c744cd607e6a0974b9da36a4a52081dc7d8404bbaeeb5e047c35055744265
languageName: node
linkType: hard
"@aztec/ethereum@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/ethereum@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/blob-lib": "npm:4.0.0-devnet.1-patch.0"
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/l1-artifacts": "npm:4.0.0-devnet.1-patch.0"
"@viem/anvil": "npm:^0.0.10"
dotenv: "npm:^16.0.3"
lodash.chunk: "npm:^4.2.0"
lodash.pickby: "npm:^4.5.0"
tslib: "npm:^2.4.0"
viem: "npm:@aztec/viem@2.38.2"
zod: "npm:^3.23.8"
checksum: 10c0/48d7ec2f6813e5bdc30d727425b55b05d27ebfb744c4d897e48f21a1ec49d7399ded57a3c3854658254ed35e1e63b4ebfeb67c54d7895facfd3c50ebabd2c92a
languageName: node
linkType: hard
"@aztec/foundation@npm:4.0.0-devnet.1-patch.0, @aztec/foundation@npm:v4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/foundation@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/bb.js": "npm:4.0.0-devnet.1-patch.0"
"@koa/cors": "npm:^5.0.0"
"@noble/curves": "npm:=1.7.0"
"@noble/hashes": "npm:^1.6.1"
"@scure/bip39": "npm:^2.0.1"
bn.js: "npm:^5.2.1"
colorette: "npm:^2.0.20"
detect-node: "npm:^2.1.0"
hash.js: "npm:^1.1.7"
koa: "npm:^2.16.1"
koa-bodyparser: "npm:^4.4.0"
koa-compress: "npm:^5.1.0"
koa-router: "npm:^13.1.1"
leveldown: "npm:^6.1.1"
lodash.chunk: "npm:^4.2.0"
lodash.clonedeepwith: "npm:^4.5.0"
pako: "npm:^2.1.0"
pino: "npm:^9.5.0"
pino-pretty: "npm:^13.0.0"
sha3: "npm:^2.1.4"
undici: "npm:^5.28.5"
zod: "npm:^3.23.8"
checksum: 10c0/583a7df21c9f2471376cdc1c4be27221475d2921195943d9e890198d1ee3e76710b97c27f10188084577f39f2d0878f282527eb07fac5cc6a5d1db5817a38bf8
languageName: node
linkType: hard
"@aztec/key-store@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/key-store@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/kv-store": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
tslib: "npm:^2.4.0"
checksum: 10c0/d45afc92e1e90489e4230cb22283459e177be5ed7011db45f42c2b8ce9fd98697fad62441b48bf9ef375dabc84106ea613d6897a050438495bc4fc20a4865c69
languageName: node
linkType: hard
"@aztec/kv-store@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/kv-store@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/ethereum": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/native": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
idb: "npm:^8.0.0"
lmdb: "npm:^3.2.0"
msgpackr: "npm:^1.11.2"
ohash: "npm:^2.0.11"
ordered-binary: "npm:^1.5.3"
checksum: 10c0/256e53fba3cff9520100fe45dbc6afda0b28cc797a1d4df7ecefbdce2a48110b6fd0d3dd3836999df09db101ee21d4a6534bb51035917ca1c633661daa5c554e
languageName: node
linkType: hard
"@aztec/l1-artifacts@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/l1-artifacts@npm:4.0.0-devnet.1-patch.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/b59077832e0a09d6696aadc1875955788410e5d4c6d6c410bed2880c8a0167211d646961a041c227fb08269ddc74f98149bc5601a7fd1e3978fb736e218d4ff9
languageName: node
linkType: hard
"@aztec/merkle-tree@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/merkle-tree@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/kv-store": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
sha256: "npm:^0.2.0"
tslib: "npm:^2.4.0"
checksum: 10c0/5c7d90c9eb71dd08e7ef73f4b5ce534eb4bcb6fac65665d1a03b891c1401df329c58d3cc08727bacf78247105765a6f19fec44883c2a94fb4e4f959f70820026
languageName: node
linkType: hard
"@aztec/native@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/native@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/bb.js": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
msgpackr: "npm:^1.11.2"
checksum: 10c0/25fce21bb1c1c0e2514efd664242a8e51f8c5eedfdeffcc30e346e8c067648f208338b12ac39f3cfb83dd5225c1bc390c5e532b0579ca9a8216793547c6dc594
languageName: node
linkType: hard
"@aztec/noir-acvm_js@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/noir-acvm_js@npm:4.0.0-devnet.1-patch.0"
checksum: 10c0/cb86c3e60de358cd524e5a9732c4bc888c773deac0ca88c81dc4161c1e8b8c1f98313a090255dbe4f5045250da02e2552f60602c75a06e539ebdc3bb767c2ee6
languageName: node
linkType: hard
"@aztec/noir-contracts.js@npm:4.0.0-devnet.1-patch.0, @aztec/noir-contracts.js@npm:v4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/noir-contracts.js@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/aztec.js": "npm:4.0.0-devnet.1-patch.0"
tslib: "npm:^2.4.0"
checksum: 10c0/f214089ebe76e07ccb16f2f29d709058365aa31fa21dd6fd4f415beea2e5e5271b19bd20411d1b08dcf4155b7429baf2cebe0e9bd34563047a06787772a05403
languageName: node
linkType: hard
"@aztec/noir-noir_codegen@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/noir-noir_codegen@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/noir-types": "npm:4.0.0-devnet.1-patch.0"
glob: "npm:^13.0.0"
ts-command-line-args: "npm:^2.5.1"
bin:
noir-codegen: lib/main.js
checksum: 10c0/6fba409e70a25b4c8ab1d76ae50c79cfbe01dc095d1e683af74e66214a4d44ac10834f4153d438aa336da83abee1a31e83aaa0923098a3e567f407869e625cc5
languageName: node
linkType: hard
"@aztec/noir-noirc_abi@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/noir-noirc_abi@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/noir-types": "npm:4.0.0-devnet.1-patch.0"
checksum: 10c0/347cc6912cc5a85dfdac4db51260314364edbe8128de7d0af32ce2f8de972dd4e788b91c7abbfff3a05c6f6e32c4fc62d6afd63bf02ee1884db1f715f1ad610f
languageName: node
linkType: hard
"@aztec/noir-protocol-circuits-types@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/noir-protocol-circuits-types@npm:4.0.0-devnet.1-patch.0"
dependencies:
"@aztec/blob-lib": "npm:4.0.0-devnet.1-patch.0"
"@aztec/constants": "npm:4.0.0-devnet.1-patch.0"
"@aztec/foundation": "npm:4.0.0-devnet.1-patch.0"
"@aztec/noir-acvm_js": "npm:4.0.0-devnet.1-patch.0"
"@aztec/noir-noir_codegen": "npm:4.0.0-devnet.1-patch.0"
"@aztec/noir-noirc_abi": "npm:4.0.0-devnet.1-patch.0"
"@aztec/noir-types": "npm:4.0.0-devnet.1-patch.0"
"@aztec/stdlib": "npm:4.0.0-devnet.1-patch.0"
change-case: "npm:^5.4.4"
tslib: "npm:^2.4.0"
checksum: 10c0/e44db67e12897c0685bf7c1a2bb3ecdbd8d7989c8c9aca30690344fc234563d6f71b60d86fa3c87026beb00df70ae85999cbe06320a4b61e730145ab43e3c153
languageName: node
linkType: hard
"@aztec/noir-types@npm:4.0.0-devnet.1-patch.0":
version: 4.0.0-devnet.1-patch.0
resolution: "@aztec/noir-types@npm:4.0.0-devnet.1-patch.0"
checksum: 10c0/d0bc46e11fd5f53e3335a1610418e3d1389d1c7980e606de0bd28ed9cc4ab2df14de3230d2105da7367d5326b67666e8facafed13f437a79e0c912539f700bdf
languageName: node
linkType: hard