@openfort/openfort-node 0.9.3 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +274 -84
- package/dist/index.d.ts +274 -84
- package/dist/index.js +423 -35
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +423 -45
- package/dist/index.mjs.map +1 -1
- package/examples/evm/policies/createAccountPolicy.ts +68 -0
- package/examples/evm/policies/createProjectPolicy.ts +53 -0
- package/examples/evm/policies/deletePolicy.ts +34 -0
- package/examples/evm/policies/getPolicyById.ts +34 -0
- package/examples/evm/policies/listAccountPolicies.ts +11 -0
- package/examples/evm/policies/listPolicies.ts +11 -0
- package/examples/evm/policies/listProjectPolicies.ts +11 -0
- package/examples/evm/policies/signTypedDataPolicy.ts +35 -0
- package/examples/evm/policies/updatePolicy.ts +44 -0
- package/examples/evm/policies/validation.ts +45 -0
- package/examples/evm/transactions/sendTransaction.ts +44 -0
- package/examples/package.json +13 -0
- package/examples/pnpm-lock.yaml +933 -0
- package/examples/solana/policies/createSolAllowlistPolicy.ts +27 -0
- package/examples/solana/policies/createSolMessagePolicy.ts +29 -0
- package/examples/solana/policies/createSplTokenLimitsPolicy.ts +33 -0
- package/examples/solana/transactions/sendRawTransaction.ts +23 -0
- package/examples/solana/transactions/sendTransaction.ts +37 -0
- package/examples/solana/transactions/transfer.ts +44 -0
- package/knip.json +10 -1
- package/package.json +42 -4
- package/tsconfig.json +2 -3
- package/examples/policies/createAccountPolicy.ts +0 -71
- package/examples/policies/createEvmPolicy.ts +0 -149
- package/examples/policies/createSolanaPolicy.ts +0 -176
- package/examples/policies/createTypedDataPolicy.ts +0 -159
- package/examples/policies/deletePolicy.ts +0 -34
- package/examples/policies/getPolicy.ts +0 -41
- package/examples/policies/listPolicies.ts +0 -34
- package/examples/policies/multiRulePolicy.ts +0 -133
- package/examples/policies/updatePolicy.ts +0 -77
- package/examples/policies/validatePolicy.ts +0 -176
- /package/examples/{contracts → evm/contracts}/createContract.ts +0 -0
- /package/examples/{contracts → evm/contracts}/listContracts.ts +0 -0
- /package/examples/{transactions → evm/transactionIntents}/createTransactionIntent.ts +0 -0
- /package/examples/{transactions → evm/transactionIntents}/estimateGas.ts +0 -0
- /package/examples/{transactions → evm/transactionIntents}/getTransactionIntent.ts +0 -0
- /package/examples/{transactions → evm/transactionIntents}/listTransactionIntents.ts +0 -0
package/examples/pnpm-lock.yaml
CHANGED
|
@@ -4,6 +4,10 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
'@solana/kora>@solana/kit': ^6.1.0
|
|
9
|
+
'@solana/kora>@solana-program/token': ^0.12.0
|
|
10
|
+
|
|
7
11
|
importers:
|
|
8
12
|
|
|
9
13
|
.:
|
|
@@ -11,6 +15,27 @@ importers:
|
|
|
11
15
|
'@openfort/openfort-node':
|
|
12
16
|
specifier: link:..
|
|
13
17
|
version: link:..
|
|
18
|
+
'@solana-program/compute-budget':
|
|
19
|
+
specifier: ^0.14.0
|
|
20
|
+
version: 0.14.0(@solana/kit@6.1.0(typescript@5.9.3))
|
|
21
|
+
'@solana-program/memo':
|
|
22
|
+
specifier: ^0.11.0
|
|
23
|
+
version: 0.11.0(@solana/kit@6.1.0(typescript@5.9.3))
|
|
24
|
+
'@solana-program/system':
|
|
25
|
+
specifier: ^0.12.0
|
|
26
|
+
version: 0.12.0(@solana/kit@6.1.0(typescript@5.9.3))
|
|
27
|
+
'@solana-program/token':
|
|
28
|
+
specifier: ^0.12.0
|
|
29
|
+
version: 0.12.0(@solana/kit@6.1.0(typescript@5.9.3))
|
|
30
|
+
'@solana/kit':
|
|
31
|
+
specifier: ^6.1.0
|
|
32
|
+
version: 6.1.0(typescript@5.9.3)
|
|
33
|
+
'@solana/kora':
|
|
34
|
+
specifier: ^0.1.3
|
|
35
|
+
version: 0.1.3(@solana-program/token@0.12.0(@solana/kit@6.1.0(typescript@5.9.3)))(@solana/kit@6.1.0(typescript@5.9.3))
|
|
36
|
+
'@solana/transaction-confirmation':
|
|
37
|
+
specifier: ^6.1.0
|
|
38
|
+
version: 6.1.0(typescript@5.9.3)
|
|
14
39
|
'@types/express':
|
|
15
40
|
specifier: ^4.17.17
|
|
16
41
|
version: 4.17.25
|
|
@@ -269,6 +294,405 @@ packages:
|
|
|
269
294
|
'@scure/bip39@1.6.0':
|
|
270
295
|
resolution: {integrity: sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==}
|
|
271
296
|
|
|
297
|
+
'@solana-program/compute-budget@0.14.0':
|
|
298
|
+
resolution: {integrity: sha512-tgvey/2bT35gUlb1lC84Hh2VqkOLoSa6KvaVz5DT037Mg8ECM+f2Q5Prv6V9yKQjRGGF2Y8BZgpOoUg6lTUl/Q==}
|
|
299
|
+
peerDependencies:
|
|
300
|
+
'@solana/kit': ^6.1.0
|
|
301
|
+
|
|
302
|
+
'@solana-program/memo@0.11.0':
|
|
303
|
+
resolution: {integrity: sha512-/WVM2y76hL5zWJJwaHsbvMREeIUzhKDHU+ftMXTf4aLPJFDKG6am4X5RID3CHsI3oYNEMywgVvsFdnorwgEuwA==}
|
|
304
|
+
peerDependencies:
|
|
305
|
+
'@solana/kit': ^6.0.0
|
|
306
|
+
|
|
307
|
+
'@solana-program/system@0.12.0':
|
|
308
|
+
resolution: {integrity: sha512-ZnAAWeGVMWNtJhw3GdifI2HnhZ0A0H0qs8tBkcFvxp/8wIavvO+GOM4Jd0N22u2+Lni2zcwvcrxrsxj6Mjphng==}
|
|
309
|
+
peerDependencies:
|
|
310
|
+
'@solana/kit': ^6.1.0
|
|
311
|
+
|
|
312
|
+
'@solana-program/token@0.12.0':
|
|
313
|
+
resolution: {integrity: sha512-hnidRNuFhmqUdW5aWkKTJ+cdzuotVMNwLsTyAk0Nd8VjLDld+vQC0fugHWqm5GPrvYe0hCNAhtpJcZVnNp7rOA==}
|
|
314
|
+
peerDependencies:
|
|
315
|
+
'@solana/kit': ^6.1.0
|
|
316
|
+
|
|
317
|
+
'@solana/accounts@6.1.0':
|
|
318
|
+
resolution: {integrity: sha512-0jhmhSSS71ClLtBQIDrLlhkiNER4M9RIXTl1eJ1yJoFlE608JaKHTjNWsdVKdke7uBD6exdjNZkIVmouQPHMcA==}
|
|
319
|
+
engines: {node: '>=20.18.0'}
|
|
320
|
+
peerDependencies:
|
|
321
|
+
typescript: ^5.0.0
|
|
322
|
+
peerDependenciesMeta:
|
|
323
|
+
typescript:
|
|
324
|
+
optional: true
|
|
325
|
+
|
|
326
|
+
'@solana/addresses@6.1.0':
|
|
327
|
+
resolution: {integrity: sha512-QT04Vie4iICaalQQRJFMGj/P56IxXiwFtVuZHu1qjZUNmuGTOvX6G98b27RaGtLzpJ3NIku/6OtKxLUBqAKAyQ==}
|
|
328
|
+
engines: {node: '>=20.18.0'}
|
|
329
|
+
peerDependencies:
|
|
330
|
+
typescript: ^5.0.0
|
|
331
|
+
peerDependenciesMeta:
|
|
332
|
+
typescript:
|
|
333
|
+
optional: true
|
|
334
|
+
|
|
335
|
+
'@solana/assertions@6.1.0':
|
|
336
|
+
resolution: {integrity: sha512-pLgxB2xxTk2QfTaWpnRpSMYgaPkKYDQgptRvbwmuDQnOW1Zopg+42MT2UrDGd3UFMML1uOFPxIwKM6m51H0uXw==}
|
|
337
|
+
engines: {node: '>=20.18.0'}
|
|
338
|
+
peerDependencies:
|
|
339
|
+
typescript: ^5.0.0
|
|
340
|
+
peerDependenciesMeta:
|
|
341
|
+
typescript:
|
|
342
|
+
optional: true
|
|
343
|
+
|
|
344
|
+
'@solana/codecs-core@6.1.0':
|
|
345
|
+
resolution: {integrity: sha512-5rNnDOOm2GRFMJbd9imYCPNvGOrQ+TZ53NCkFFWbbB7f+L9KkLeuuAsDMFN1lCziJFlymvN785YtDnMeWj2W+g==}
|
|
346
|
+
engines: {node: '>=20.18.0'}
|
|
347
|
+
peerDependencies:
|
|
348
|
+
typescript: ^5.0.0
|
|
349
|
+
peerDependenciesMeta:
|
|
350
|
+
typescript:
|
|
351
|
+
optional: true
|
|
352
|
+
|
|
353
|
+
'@solana/codecs-data-structures@6.1.0':
|
|
354
|
+
resolution: {integrity: sha512-1cb9g5hrrucTuGkGxqVVq7dCwSMnn4YqwTe365iKkK8HBpLBmUl8XATf1MUs5UtDun1g9eNWOL72Psr8mIUqTQ==}
|
|
355
|
+
engines: {node: '>=20.18.0'}
|
|
356
|
+
peerDependencies:
|
|
357
|
+
typescript: ^5.0.0
|
|
358
|
+
peerDependenciesMeta:
|
|
359
|
+
typescript:
|
|
360
|
+
optional: true
|
|
361
|
+
|
|
362
|
+
'@solana/codecs-numbers@6.1.0':
|
|
363
|
+
resolution: {integrity: sha512-YPQwwl6LE3igH23ah+d8kgpyE5xFcPbuwhxCDsLWqY/ESrvO/0YQSbsgIXahbhZxN59ZC4uq1LnHhBNbpCSVQg==}
|
|
364
|
+
engines: {node: '>=20.18.0'}
|
|
365
|
+
peerDependencies:
|
|
366
|
+
typescript: ^5.0.0
|
|
367
|
+
peerDependenciesMeta:
|
|
368
|
+
typescript:
|
|
369
|
+
optional: true
|
|
370
|
+
|
|
371
|
+
'@solana/codecs-strings@6.1.0':
|
|
372
|
+
resolution: {integrity: sha512-pRH5uAn4VCFUs2rYiDITyWsRnpvs3Uh/nhSc6OSP/kusghcCcCJcUzHBIjT4x08MVacXmGUlSLe/9qPQO+QK3Q==}
|
|
373
|
+
engines: {node: '>=20.18.0'}
|
|
374
|
+
peerDependencies:
|
|
375
|
+
fastestsmallesttextencoderdecoder: ^1.0.22
|
|
376
|
+
typescript: ^5.0.0
|
|
377
|
+
peerDependenciesMeta:
|
|
378
|
+
fastestsmallesttextencoderdecoder:
|
|
379
|
+
optional: true
|
|
380
|
+
typescript:
|
|
381
|
+
optional: true
|
|
382
|
+
|
|
383
|
+
'@solana/codecs@6.1.0':
|
|
384
|
+
resolution: {integrity: sha512-VHBS3t8fyVjE0Nqo6b4TUnzdwdRaVo+B5ufHhPLbbjkEXzz8HB4E/OBjgasn+zWGlfScfQAiBFOsfZjbVWu4XA==}
|
|
385
|
+
engines: {node: '>=20.18.0'}
|
|
386
|
+
peerDependencies:
|
|
387
|
+
typescript: ^5.0.0
|
|
388
|
+
peerDependenciesMeta:
|
|
389
|
+
typescript:
|
|
390
|
+
optional: true
|
|
391
|
+
|
|
392
|
+
'@solana/errors@6.1.0':
|
|
393
|
+
resolution: {integrity: sha512-cqSwcw3Rmn85UR7PyF5nKPdlQsRYBkx7YGRvFaJ6Sal1PM+bfolhL5iT7STQoXxdhXGYwHMPg7kZYxmMdjwnJA==}
|
|
394
|
+
engines: {node: '>=20.18.0'}
|
|
395
|
+
hasBin: true
|
|
396
|
+
peerDependencies:
|
|
397
|
+
typescript: ^5.0.0
|
|
398
|
+
peerDependenciesMeta:
|
|
399
|
+
typescript:
|
|
400
|
+
optional: true
|
|
401
|
+
|
|
402
|
+
'@solana/fast-stable-stringify@6.1.0':
|
|
403
|
+
resolution: {integrity: sha512-QXUfDFaJCFeARsxJgScWmJ153Tit7Cimk9y0UWWreNBr2Aphi67Nlcj/tr7UABTO0Qaw/0gwrK76zz3m1t3nIw==}
|
|
404
|
+
engines: {node: '>=20.18.0'}
|
|
405
|
+
peerDependencies:
|
|
406
|
+
typescript: ^5.0.0
|
|
407
|
+
peerDependenciesMeta:
|
|
408
|
+
typescript:
|
|
409
|
+
optional: true
|
|
410
|
+
|
|
411
|
+
'@solana/functional@6.1.0':
|
|
412
|
+
resolution: {integrity: sha512-+Sm8ldVxSTHIKaZDvcBu81FPjknXx6OMPlakkKmXjKxPgVLl86ruqMo2yEwoDUHV7DysLrLLcRNn13rfulomRw==}
|
|
413
|
+
engines: {node: '>=20.18.0'}
|
|
414
|
+
peerDependencies:
|
|
415
|
+
typescript: ^5.0.0
|
|
416
|
+
peerDependenciesMeta:
|
|
417
|
+
typescript:
|
|
418
|
+
optional: true
|
|
419
|
+
|
|
420
|
+
'@solana/instruction-plans@6.1.0':
|
|
421
|
+
resolution: {integrity: sha512-zcsHg544t1zn7LLOVUxOWYlsKn9gvT7R+pL3cTiP2wFNoUN0h9En87H6nVqkZ8LWw23asgW0uM5uJGwfBx2h1Q==}
|
|
422
|
+
engines: {node: '>=20.18.0'}
|
|
423
|
+
peerDependencies:
|
|
424
|
+
typescript: ^5.0.0
|
|
425
|
+
peerDependenciesMeta:
|
|
426
|
+
typescript:
|
|
427
|
+
optional: true
|
|
428
|
+
|
|
429
|
+
'@solana/instructions@6.1.0':
|
|
430
|
+
resolution: {integrity: sha512-w1LdbJ3yanESckNTYC5KPckgN/25FyGCm07WWrs+dCnnpRNeLiVHIytXCPmArOVAXVkOYidXzhWmqCzqKUjYaA==}
|
|
431
|
+
engines: {node: '>=20.18.0'}
|
|
432
|
+
peerDependencies:
|
|
433
|
+
typescript: ^5.0.0
|
|
434
|
+
peerDependenciesMeta:
|
|
435
|
+
typescript:
|
|
436
|
+
optional: true
|
|
437
|
+
|
|
438
|
+
'@solana/keys@6.1.0':
|
|
439
|
+
resolution: {integrity: sha512-C/SGCl3VOgBQZ0mLrMxCcJYnMsGpgE8wbx29jqRY+R91m5YhS1f/GfXJPR1lN/h7QGrJ6YDm8eI0Y3AZ7goKHg==}
|
|
440
|
+
engines: {node: '>=20.18.0'}
|
|
441
|
+
peerDependencies:
|
|
442
|
+
typescript: ^5.0.0
|
|
443
|
+
peerDependenciesMeta:
|
|
444
|
+
typescript:
|
|
445
|
+
optional: true
|
|
446
|
+
|
|
447
|
+
'@solana/kit@6.1.0':
|
|
448
|
+
resolution: {integrity: sha512-24exn11BPonquufyCkGgypVtmN4JOsdGMsbF3EZ4kFyk7ZNryCn/N8eELr1FCVrHWRXoc0xy/HFaESBULTMf6g==}
|
|
449
|
+
engines: {node: '>=20.18.0'}
|
|
450
|
+
peerDependencies:
|
|
451
|
+
typescript: ^5.0.0
|
|
452
|
+
peerDependenciesMeta:
|
|
453
|
+
typescript:
|
|
454
|
+
optional: true
|
|
455
|
+
|
|
456
|
+
'@solana/kora@0.1.3':
|
|
457
|
+
resolution: {integrity: sha512-5lZOMvheT24sDP9bMo9MH4xJNDmnlrHBpzLF0azy85fCVdUy1rttnHPB7TWmqp2WX1OAA7IdHdTvOD+FZdYi1A==}
|
|
458
|
+
peerDependencies:
|
|
459
|
+
'@solana-program/token': ^0.12.0
|
|
460
|
+
'@solana/kit': ^6.1.0
|
|
461
|
+
|
|
462
|
+
'@solana/nominal-types@6.1.0':
|
|
463
|
+
resolution: {integrity: sha512-+skHjN0arNNB9TLsGqA94VCx7euyGURI+qG6wck6E4D7hH6i6DxGiVrtKRghx+smJkkLtTm9BvdVKGoeNQYr7Q==}
|
|
464
|
+
engines: {node: '>=20.18.0'}
|
|
465
|
+
peerDependencies:
|
|
466
|
+
typescript: ^5.0.0
|
|
467
|
+
peerDependenciesMeta:
|
|
468
|
+
typescript:
|
|
469
|
+
optional: true
|
|
470
|
+
|
|
471
|
+
'@solana/offchain-messages@6.1.0':
|
|
472
|
+
resolution: {integrity: sha512-jrUb7HGUnRA+k44upcqKeevtEdqMxYRSlFdE0JTctZunGlP3GCcTl12tFOpbnFHvBLt8RwS62+nyeES8zzNwXA==}
|
|
473
|
+
engines: {node: '>=20.18.0'}
|
|
474
|
+
peerDependencies:
|
|
475
|
+
typescript: ^5.0.0
|
|
476
|
+
peerDependenciesMeta:
|
|
477
|
+
typescript:
|
|
478
|
+
optional: true
|
|
479
|
+
|
|
480
|
+
'@solana/options@6.1.0':
|
|
481
|
+
resolution: {integrity: sha512-/4FtVfR6nkHkMCumyh7/lJ6jMqyES6tKUbOJRa6gJxcIUWeRDu+XrHTHLf3gRNUqDAbFvW8FMIrQm7PdreZgRA==}
|
|
482
|
+
engines: {node: '>=20.18.0'}
|
|
483
|
+
peerDependencies:
|
|
484
|
+
typescript: ^5.0.0
|
|
485
|
+
peerDependenciesMeta:
|
|
486
|
+
typescript:
|
|
487
|
+
optional: true
|
|
488
|
+
|
|
489
|
+
'@solana/plugin-core@6.1.0':
|
|
490
|
+
resolution: {integrity: sha512-2nmNCPa6B1QArqpAZHWUkK6K7UXLTrekfcfJm2V//ATEtLpKEBlv0c3mrhOYwNAKP2TpNuvEV33InXWKst9oXQ==}
|
|
491
|
+
engines: {node: '>=20.18.0'}
|
|
492
|
+
peerDependencies:
|
|
493
|
+
typescript: ^5.0.0
|
|
494
|
+
peerDependenciesMeta:
|
|
495
|
+
typescript:
|
|
496
|
+
optional: true
|
|
497
|
+
|
|
498
|
+
'@solana/plugin-interfaces@6.1.0':
|
|
499
|
+
resolution: {integrity: sha512-eWSzfOuwtHUp8vljf5V24Tkz3WxqxiV0vD/BJZBNRZMdYRw3Cw3oeWcvEqHHxGUOie6AjIK8GrKggi8F73ZXbg==}
|
|
500
|
+
engines: {node: '>=20.18.0'}
|
|
501
|
+
peerDependencies:
|
|
502
|
+
typescript: ^5.0.0
|
|
503
|
+
peerDependenciesMeta:
|
|
504
|
+
typescript:
|
|
505
|
+
optional: true
|
|
506
|
+
|
|
507
|
+
'@solana/program-client-core@6.1.0':
|
|
508
|
+
resolution: {integrity: sha512-5Apka+ulWNfLNLYNR63pLnr5XvkXTQWeaftWED93iTWTZrZv9SyFWcmIsaes6eqGXMQ3RhlebnrWODtKuAA62g==}
|
|
509
|
+
engines: {node: '>=20.18.0'}
|
|
510
|
+
peerDependencies:
|
|
511
|
+
typescript: ^5.0.0
|
|
512
|
+
peerDependenciesMeta:
|
|
513
|
+
typescript:
|
|
514
|
+
optional: true
|
|
515
|
+
|
|
516
|
+
'@solana/programs@6.1.0':
|
|
517
|
+
resolution: {integrity: sha512-i4L4gSlIHDsdYRt3/YKVKMIN3UuYSKHRqK9B+AejcIc0y6Y/AXnHqzmpBRXEhvTXz18nt59MLXpVU4wu7ASjJA==}
|
|
518
|
+
engines: {node: '>=20.18.0'}
|
|
519
|
+
peerDependencies:
|
|
520
|
+
typescript: ^5.0.0
|
|
521
|
+
peerDependenciesMeta:
|
|
522
|
+
typescript:
|
|
523
|
+
optional: true
|
|
524
|
+
|
|
525
|
+
'@solana/promises@6.1.0':
|
|
526
|
+
resolution: {integrity: sha512-/mUW6peXQiEOaylLpGv4vtkvPzQvSbfhX9j5PNIK/ry4S3SHRQ3j3W/oGy4y3LR5alwo7NcVbubrkh4e4xwcww==}
|
|
527
|
+
engines: {node: '>=20.18.0'}
|
|
528
|
+
peerDependencies:
|
|
529
|
+
typescript: ^5.0.0
|
|
530
|
+
peerDependenciesMeta:
|
|
531
|
+
typescript:
|
|
532
|
+
optional: true
|
|
533
|
+
|
|
534
|
+
'@solana/rpc-api@6.1.0':
|
|
535
|
+
resolution: {integrity: sha512-+hO5+kZjJHuUNATUQxlJ1+ztXFkgn1j46zRwt3X7kF+VHkW3wsQ7up0JTS+Xsacmkrj1WKfymQweq8JTrsAG8A==}
|
|
536
|
+
engines: {node: '>=20.18.0'}
|
|
537
|
+
peerDependencies:
|
|
538
|
+
typescript: ^5.0.0
|
|
539
|
+
peerDependenciesMeta:
|
|
540
|
+
typescript:
|
|
541
|
+
optional: true
|
|
542
|
+
|
|
543
|
+
'@solana/rpc-parsed-types@6.1.0':
|
|
544
|
+
resolution: {integrity: sha512-YKccynVgWt/gbs0tBYstNw6BSVuOeWdeAldTB2OgH95o2Q04DpO4v97X1MZDysA4SvSZM30Ek5Ni5ss3kskgdw==}
|
|
545
|
+
engines: {node: '>=20.18.0'}
|
|
546
|
+
peerDependencies:
|
|
547
|
+
typescript: ^5.0.0
|
|
548
|
+
peerDependenciesMeta:
|
|
549
|
+
typescript:
|
|
550
|
+
optional: true
|
|
551
|
+
|
|
552
|
+
'@solana/rpc-spec-types@6.1.0':
|
|
553
|
+
resolution: {integrity: sha512-tldMv1b6VGcvcRrY5MDWKlsyEKH6K96zE7gAIpKDX2G4T47ZOV+OMA3nh6xQpRgtyCUBsej0t80qmvTBDX/5IQ==}
|
|
554
|
+
engines: {node: '>=20.18.0'}
|
|
555
|
+
peerDependencies:
|
|
556
|
+
typescript: ^5.0.0
|
|
557
|
+
peerDependenciesMeta:
|
|
558
|
+
typescript:
|
|
559
|
+
optional: true
|
|
560
|
+
|
|
561
|
+
'@solana/rpc-spec@6.1.0':
|
|
562
|
+
resolution: {integrity: sha512-RxpkIGizCYhXGUcap7npV2S/rAXZ7P/liozY/ExjMmCxYTDwGIW33kp/uH/JRxuzrL8+f8FqY76VsqqIe+2VZw==}
|
|
563
|
+
engines: {node: '>=20.18.0'}
|
|
564
|
+
peerDependencies:
|
|
565
|
+
typescript: ^5.0.0
|
|
566
|
+
peerDependenciesMeta:
|
|
567
|
+
typescript:
|
|
568
|
+
optional: true
|
|
569
|
+
|
|
570
|
+
'@solana/rpc-subscriptions-api@6.1.0':
|
|
571
|
+
resolution: {integrity: sha512-I6J+3VU0dda6EySKbDyd+1urC7RGIRPRp0DcWRVcy68NOLbq0I5C40Dn9O2Zf8iCdK4PbQ7JKdCvZ/bDd45hdg==}
|
|
572
|
+
engines: {node: '>=20.18.0'}
|
|
573
|
+
peerDependencies:
|
|
574
|
+
typescript: ^5.0.0
|
|
575
|
+
peerDependenciesMeta:
|
|
576
|
+
typescript:
|
|
577
|
+
optional: true
|
|
578
|
+
|
|
579
|
+
'@solana/rpc-subscriptions-channel-websocket@6.1.0':
|
|
580
|
+
resolution: {integrity: sha512-vsx9b+uyCr9L3giao/BTiBFA8DxV5+gDNFq0t5uL21uQ17JXzBektwzHuHoth9IjkvXV/h+IhwXfuLE9Qm4GQg==}
|
|
581
|
+
engines: {node: '>=20.18.0'}
|
|
582
|
+
peerDependencies:
|
|
583
|
+
typescript: ^5.0.0
|
|
584
|
+
peerDependenciesMeta:
|
|
585
|
+
typescript:
|
|
586
|
+
optional: true
|
|
587
|
+
|
|
588
|
+
'@solana/rpc-subscriptions-spec@6.1.0':
|
|
589
|
+
resolution: {integrity: sha512-P06jhqzHpZGaLeJmIQkpDeMDD1xUp53ARpmXMsduMC+U5ZKQt29CLo+JrR18boNtls6WfttjVMEbzF25/4UPVA==}
|
|
590
|
+
engines: {node: '>=20.18.0'}
|
|
591
|
+
peerDependencies:
|
|
592
|
+
typescript: ^5.0.0
|
|
593
|
+
peerDependenciesMeta:
|
|
594
|
+
typescript:
|
|
595
|
+
optional: true
|
|
596
|
+
|
|
597
|
+
'@solana/rpc-subscriptions@6.1.0':
|
|
598
|
+
resolution: {integrity: sha512-sqwj+cQinWcZ7M/9+cudKxMPTkTQyGP73980vPCWM7vCpPkp2qzgrEie4DdgDGo+NMwIjeFgu2kdUuLHI3GD/g==}
|
|
599
|
+
engines: {node: '>=20.18.0'}
|
|
600
|
+
peerDependencies:
|
|
601
|
+
typescript: ^5.0.0
|
|
602
|
+
peerDependenciesMeta:
|
|
603
|
+
typescript:
|
|
604
|
+
optional: true
|
|
605
|
+
|
|
606
|
+
'@solana/rpc-transformers@6.1.0':
|
|
607
|
+
resolution: {integrity: sha512-OsSuuRPmsmS02eR9Zz+4iTsr+21hvEMEex5vwbwN6LAGPFlQ4ohqGkxgZCwmYd+Q5HWpnn9Uuf1MDTLLrKQkig==}
|
|
608
|
+
engines: {node: '>=20.18.0'}
|
|
609
|
+
peerDependencies:
|
|
610
|
+
typescript: ^5.0.0
|
|
611
|
+
peerDependenciesMeta:
|
|
612
|
+
typescript:
|
|
613
|
+
optional: true
|
|
614
|
+
|
|
615
|
+
'@solana/rpc-transport-http@6.1.0':
|
|
616
|
+
resolution: {integrity: sha512-3ebaTYuglLJagaXtjwDPVI7SQeeeFN2fpetpGKsuMAiti4fzYqEkNN8FIo+nXBzqqG/cVc2421xKjXl6sO1k/g==}
|
|
617
|
+
engines: {node: '>=20.18.0'}
|
|
618
|
+
peerDependencies:
|
|
619
|
+
typescript: ^5.0.0
|
|
620
|
+
peerDependenciesMeta:
|
|
621
|
+
typescript:
|
|
622
|
+
optional: true
|
|
623
|
+
|
|
624
|
+
'@solana/rpc-types@6.1.0':
|
|
625
|
+
resolution: {integrity: sha512-lR+Cb3v5Rpl49HsXWASy++TSE1AD86eRKabY+iuWnbBMYVGI4MamAvYwgBiygsCNc30nyO2TFNj9STMeSD/gAg==}
|
|
626
|
+
engines: {node: '>=20.18.0'}
|
|
627
|
+
peerDependencies:
|
|
628
|
+
typescript: ^5.0.0
|
|
629
|
+
peerDependenciesMeta:
|
|
630
|
+
typescript:
|
|
631
|
+
optional: true
|
|
632
|
+
|
|
633
|
+
'@solana/rpc@6.1.0':
|
|
634
|
+
resolution: {integrity: sha512-R3y5PklW9mPy5Y34hsXj40R28zN2N7AGLnHqYJVkXkllwVub/QCNpSdDxAnbbS5EGOYGoUOW8s5LFoXwMSr1LQ==}
|
|
635
|
+
engines: {node: '>=20.18.0'}
|
|
636
|
+
peerDependencies:
|
|
637
|
+
typescript: ^5.0.0
|
|
638
|
+
peerDependenciesMeta:
|
|
639
|
+
typescript:
|
|
640
|
+
optional: true
|
|
641
|
+
|
|
642
|
+
'@solana/signers@6.1.0':
|
|
643
|
+
resolution: {integrity: sha512-WDPGZJr6jIe2dEChv/2KQBnaga8dqOjd6ceBj/HcDHxnCudo66t7GlyZ9+9jMO40AgOOb7EDE5FDqPMrHMg5Yw==}
|
|
644
|
+
engines: {node: '>=20.18.0'}
|
|
645
|
+
peerDependencies:
|
|
646
|
+
typescript: ^5.0.0
|
|
647
|
+
peerDependenciesMeta:
|
|
648
|
+
typescript:
|
|
649
|
+
optional: true
|
|
650
|
+
|
|
651
|
+
'@solana/subscribable@6.1.0':
|
|
652
|
+
resolution: {integrity: sha512-HiUfkxN7638uxPmY4t0gI4+yqnFLZYJKFaT9EpWIuGrOB1d9n+uOHNs3NU7cVMwWXgfZUbztTCKyCVTbcwesNg==}
|
|
653
|
+
engines: {node: '>=20.18.0'}
|
|
654
|
+
peerDependencies:
|
|
655
|
+
typescript: ^5.0.0
|
|
656
|
+
peerDependenciesMeta:
|
|
657
|
+
typescript:
|
|
658
|
+
optional: true
|
|
659
|
+
|
|
660
|
+
'@solana/sysvars@6.1.0':
|
|
661
|
+
resolution: {integrity: sha512-KwJyBBrAOx0BgkiZqOKAaySDb/0JrUFSBQL9/O1kSKGy9TCRX55Ytr1HxNTcTPppWNpbM6JZVK+yW3Ruey0HRw==}
|
|
662
|
+
engines: {node: '>=20.18.0'}
|
|
663
|
+
peerDependencies:
|
|
664
|
+
typescript: ^5.0.0
|
|
665
|
+
peerDependenciesMeta:
|
|
666
|
+
typescript:
|
|
667
|
+
optional: true
|
|
668
|
+
|
|
669
|
+
'@solana/transaction-confirmation@6.1.0':
|
|
670
|
+
resolution: {integrity: sha512-akSjcqAMOGPFvKctFDSzhjcRc/45WbEVdVQ9mjgH6OYo7B11WZZZaeGPlzAw5KyuG34Px941xmICkBmNqEH47Q==}
|
|
671
|
+
engines: {node: '>=20.18.0'}
|
|
672
|
+
peerDependencies:
|
|
673
|
+
typescript: ^5.0.0
|
|
674
|
+
peerDependenciesMeta:
|
|
675
|
+
typescript:
|
|
676
|
+
optional: true
|
|
677
|
+
|
|
678
|
+
'@solana/transaction-messages@6.1.0':
|
|
679
|
+
resolution: {integrity: sha512-Dpv54LRVcfFbFEa/uB53LaY/TRfKuPGMKR7Z4F290zBgkj9xkpZkI+WLiJBiSloI7Qo2KZqXj3514BIeZvJLcg==}
|
|
680
|
+
engines: {node: '>=20.18.0'}
|
|
681
|
+
peerDependencies:
|
|
682
|
+
typescript: ^5.0.0
|
|
683
|
+
peerDependenciesMeta:
|
|
684
|
+
typescript:
|
|
685
|
+
optional: true
|
|
686
|
+
|
|
687
|
+
'@solana/transactions@6.1.0':
|
|
688
|
+
resolution: {integrity: sha512-1dkiNJcTtlHm4Fvs5VohNVpv7RbvbUYYKV7lYXMPIskoLF1eZp0tVlEqD/cRl91RNz7HEysfHqBAwlcJcRmrRg==}
|
|
689
|
+
engines: {node: '>=20.18.0'}
|
|
690
|
+
peerDependencies:
|
|
691
|
+
typescript: ^5.0.0
|
|
692
|
+
peerDependenciesMeta:
|
|
693
|
+
typescript:
|
|
694
|
+
optional: true
|
|
695
|
+
|
|
272
696
|
'@types/body-parser@1.19.6':
|
|
273
697
|
resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==}
|
|
274
698
|
|
|
@@ -339,6 +763,14 @@ packages:
|
|
|
339
763
|
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
|
|
340
764
|
engines: {node: '>= 0.4'}
|
|
341
765
|
|
|
766
|
+
chalk@5.6.2:
|
|
767
|
+
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
768
|
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
769
|
+
|
|
770
|
+
commander@14.0.3:
|
|
771
|
+
resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
|
|
772
|
+
engines: {node: '>=20'}
|
|
773
|
+
|
|
342
774
|
content-disposition@0.5.4:
|
|
343
775
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
344
776
|
engines: {node: '>= 0.6'}
|
|
@@ -617,6 +1049,9 @@ packages:
|
|
|
617
1049
|
undici-types@7.16.0:
|
|
618
1050
|
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
619
1051
|
|
|
1052
|
+
undici-types@7.22.0:
|
|
1053
|
+
resolution: {integrity: sha512-RKZvifiL60xdsIuC80UY0dq8Z7DbJUV8/l2hOVbyZAxBzEeQU4Z58+4ZzJ6WN2Lidi9KzT5EbiGX+PI/UGYuRw==}
|
|
1054
|
+
|
|
620
1055
|
unpipe@1.0.0:
|
|
621
1056
|
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
|
622
1057
|
engines: {node: '>= 0.8'}
|
|
@@ -649,6 +1084,18 @@ packages:
|
|
|
649
1084
|
utf-8-validate:
|
|
650
1085
|
optional: true
|
|
651
1086
|
|
|
1087
|
+
ws@8.19.0:
|
|
1088
|
+
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
1089
|
+
engines: {node: '>=10.0.0'}
|
|
1090
|
+
peerDependencies:
|
|
1091
|
+
bufferutil: ^4.0.1
|
|
1092
|
+
utf-8-validate: '>=5.0.2'
|
|
1093
|
+
peerDependenciesMeta:
|
|
1094
|
+
bufferutil:
|
|
1095
|
+
optional: true
|
|
1096
|
+
utf-8-validate:
|
|
1097
|
+
optional: true
|
|
1098
|
+
|
|
652
1099
|
snapshots:
|
|
653
1100
|
|
|
654
1101
|
'@adraffy/ens-normalize@1.11.1': {}
|
|
@@ -787,6 +1234,484 @@ snapshots:
|
|
|
787
1234
|
'@noble/hashes': 1.8.0
|
|
788
1235
|
'@scure/base': 1.2.6
|
|
789
1236
|
|
|
1237
|
+
'@solana-program/compute-budget@0.14.0(@solana/kit@6.1.0(typescript@5.9.3))':
|
|
1238
|
+
dependencies:
|
|
1239
|
+
'@solana/kit': 6.1.0(typescript@5.9.3)
|
|
1240
|
+
|
|
1241
|
+
'@solana-program/memo@0.11.0(@solana/kit@6.1.0(typescript@5.9.3))':
|
|
1242
|
+
dependencies:
|
|
1243
|
+
'@solana/kit': 6.1.0(typescript@5.9.3)
|
|
1244
|
+
|
|
1245
|
+
'@solana-program/system@0.12.0(@solana/kit@6.1.0(typescript@5.9.3))':
|
|
1246
|
+
dependencies:
|
|
1247
|
+
'@solana/kit': 6.1.0(typescript@5.9.3)
|
|
1248
|
+
|
|
1249
|
+
'@solana-program/token@0.12.0(@solana/kit@6.1.0(typescript@5.9.3))':
|
|
1250
|
+
dependencies:
|
|
1251
|
+
'@solana-program/system': 0.12.0(@solana/kit@6.1.0(typescript@5.9.3))
|
|
1252
|
+
'@solana/kit': 6.1.0(typescript@5.9.3)
|
|
1253
|
+
|
|
1254
|
+
'@solana/accounts@6.1.0(typescript@5.9.3)':
|
|
1255
|
+
dependencies:
|
|
1256
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1257
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1258
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1259
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1260
|
+
'@solana/rpc-spec': 6.1.0(typescript@5.9.3)
|
|
1261
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1262
|
+
optionalDependencies:
|
|
1263
|
+
typescript: 5.9.3
|
|
1264
|
+
transitivePeerDependencies:
|
|
1265
|
+
- fastestsmallesttextencoderdecoder
|
|
1266
|
+
|
|
1267
|
+
'@solana/addresses@6.1.0(typescript@5.9.3)':
|
|
1268
|
+
dependencies:
|
|
1269
|
+
'@solana/assertions': 6.1.0(typescript@5.9.3)
|
|
1270
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1271
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1272
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1273
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1274
|
+
optionalDependencies:
|
|
1275
|
+
typescript: 5.9.3
|
|
1276
|
+
transitivePeerDependencies:
|
|
1277
|
+
- fastestsmallesttextencoderdecoder
|
|
1278
|
+
|
|
1279
|
+
'@solana/assertions@6.1.0(typescript@5.9.3)':
|
|
1280
|
+
dependencies:
|
|
1281
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1282
|
+
optionalDependencies:
|
|
1283
|
+
typescript: 5.9.3
|
|
1284
|
+
|
|
1285
|
+
'@solana/codecs-core@6.1.0(typescript@5.9.3)':
|
|
1286
|
+
dependencies:
|
|
1287
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1288
|
+
optionalDependencies:
|
|
1289
|
+
typescript: 5.9.3
|
|
1290
|
+
|
|
1291
|
+
'@solana/codecs-data-structures@6.1.0(typescript@5.9.3)':
|
|
1292
|
+
dependencies:
|
|
1293
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1294
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1295
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1296
|
+
optionalDependencies:
|
|
1297
|
+
typescript: 5.9.3
|
|
1298
|
+
|
|
1299
|
+
'@solana/codecs-numbers@6.1.0(typescript@5.9.3)':
|
|
1300
|
+
dependencies:
|
|
1301
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1302
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1303
|
+
optionalDependencies:
|
|
1304
|
+
typescript: 5.9.3
|
|
1305
|
+
|
|
1306
|
+
'@solana/codecs-strings@6.1.0(typescript@5.9.3)':
|
|
1307
|
+
dependencies:
|
|
1308
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1309
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1310
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1311
|
+
optionalDependencies:
|
|
1312
|
+
typescript: 5.9.3
|
|
1313
|
+
|
|
1314
|
+
'@solana/codecs@6.1.0(typescript@5.9.3)':
|
|
1315
|
+
dependencies:
|
|
1316
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1317
|
+
'@solana/codecs-data-structures': 6.1.0(typescript@5.9.3)
|
|
1318
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1319
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1320
|
+
'@solana/options': 6.1.0(typescript@5.9.3)
|
|
1321
|
+
optionalDependencies:
|
|
1322
|
+
typescript: 5.9.3
|
|
1323
|
+
transitivePeerDependencies:
|
|
1324
|
+
- fastestsmallesttextencoderdecoder
|
|
1325
|
+
|
|
1326
|
+
'@solana/errors@6.1.0(typescript@5.9.3)':
|
|
1327
|
+
dependencies:
|
|
1328
|
+
chalk: 5.6.2
|
|
1329
|
+
commander: 14.0.3
|
|
1330
|
+
optionalDependencies:
|
|
1331
|
+
typescript: 5.9.3
|
|
1332
|
+
|
|
1333
|
+
'@solana/fast-stable-stringify@6.1.0(typescript@5.9.3)':
|
|
1334
|
+
optionalDependencies:
|
|
1335
|
+
typescript: 5.9.3
|
|
1336
|
+
|
|
1337
|
+
'@solana/functional@6.1.0(typescript@5.9.3)':
|
|
1338
|
+
optionalDependencies:
|
|
1339
|
+
typescript: 5.9.3
|
|
1340
|
+
|
|
1341
|
+
'@solana/instruction-plans@6.1.0(typescript@5.9.3)':
|
|
1342
|
+
dependencies:
|
|
1343
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1344
|
+
'@solana/instructions': 6.1.0(typescript@5.9.3)
|
|
1345
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1346
|
+
'@solana/promises': 6.1.0(typescript@5.9.3)
|
|
1347
|
+
'@solana/transaction-messages': 6.1.0(typescript@5.9.3)
|
|
1348
|
+
'@solana/transactions': 6.1.0(typescript@5.9.3)
|
|
1349
|
+
optionalDependencies:
|
|
1350
|
+
typescript: 5.9.3
|
|
1351
|
+
transitivePeerDependencies:
|
|
1352
|
+
- fastestsmallesttextencoderdecoder
|
|
1353
|
+
|
|
1354
|
+
'@solana/instructions@6.1.0(typescript@5.9.3)':
|
|
1355
|
+
dependencies:
|
|
1356
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1357
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1358
|
+
optionalDependencies:
|
|
1359
|
+
typescript: 5.9.3
|
|
1360
|
+
|
|
1361
|
+
'@solana/keys@6.1.0(typescript@5.9.3)':
|
|
1362
|
+
dependencies:
|
|
1363
|
+
'@solana/assertions': 6.1.0(typescript@5.9.3)
|
|
1364
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1365
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1366
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1367
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1368
|
+
optionalDependencies:
|
|
1369
|
+
typescript: 5.9.3
|
|
1370
|
+
transitivePeerDependencies:
|
|
1371
|
+
- fastestsmallesttextencoderdecoder
|
|
1372
|
+
|
|
1373
|
+
'@solana/kit@6.1.0(typescript@5.9.3)':
|
|
1374
|
+
dependencies:
|
|
1375
|
+
'@solana/accounts': 6.1.0(typescript@5.9.3)
|
|
1376
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1377
|
+
'@solana/codecs': 6.1.0(typescript@5.9.3)
|
|
1378
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1379
|
+
'@solana/functional': 6.1.0(typescript@5.9.3)
|
|
1380
|
+
'@solana/instruction-plans': 6.1.0(typescript@5.9.3)
|
|
1381
|
+
'@solana/instructions': 6.1.0(typescript@5.9.3)
|
|
1382
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1383
|
+
'@solana/offchain-messages': 6.1.0(typescript@5.9.3)
|
|
1384
|
+
'@solana/plugin-core': 6.1.0(typescript@5.9.3)
|
|
1385
|
+
'@solana/plugin-interfaces': 6.1.0(typescript@5.9.3)
|
|
1386
|
+
'@solana/program-client-core': 6.1.0(typescript@5.9.3)
|
|
1387
|
+
'@solana/programs': 6.1.0(typescript@5.9.3)
|
|
1388
|
+
'@solana/rpc': 6.1.0(typescript@5.9.3)
|
|
1389
|
+
'@solana/rpc-api': 6.1.0(typescript@5.9.3)
|
|
1390
|
+
'@solana/rpc-parsed-types': 6.1.0(typescript@5.9.3)
|
|
1391
|
+
'@solana/rpc-spec-types': 6.1.0(typescript@5.9.3)
|
|
1392
|
+
'@solana/rpc-subscriptions': 6.1.0(typescript@5.9.3)
|
|
1393
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1394
|
+
'@solana/signers': 6.1.0(typescript@5.9.3)
|
|
1395
|
+
'@solana/sysvars': 6.1.0(typescript@5.9.3)
|
|
1396
|
+
'@solana/transaction-confirmation': 6.1.0(typescript@5.9.3)
|
|
1397
|
+
'@solana/transaction-messages': 6.1.0(typescript@5.9.3)
|
|
1398
|
+
'@solana/transactions': 6.1.0(typescript@5.9.3)
|
|
1399
|
+
optionalDependencies:
|
|
1400
|
+
typescript: 5.9.3
|
|
1401
|
+
transitivePeerDependencies:
|
|
1402
|
+
- bufferutil
|
|
1403
|
+
- fastestsmallesttextencoderdecoder
|
|
1404
|
+
- utf-8-validate
|
|
1405
|
+
|
|
1406
|
+
'@solana/kora@0.1.3(@solana-program/token@0.12.0(@solana/kit@6.1.0(typescript@5.9.3)))(@solana/kit@6.1.0(typescript@5.9.3))':
|
|
1407
|
+
dependencies:
|
|
1408
|
+
'@solana-program/token': 0.12.0(@solana/kit@6.1.0(typescript@5.9.3))
|
|
1409
|
+
'@solana/kit': 6.1.0(typescript@5.9.3)
|
|
1410
|
+
|
|
1411
|
+
'@solana/nominal-types@6.1.0(typescript@5.9.3)':
|
|
1412
|
+
optionalDependencies:
|
|
1413
|
+
typescript: 5.9.3
|
|
1414
|
+
|
|
1415
|
+
'@solana/offchain-messages@6.1.0(typescript@5.9.3)':
|
|
1416
|
+
dependencies:
|
|
1417
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1418
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1419
|
+
'@solana/codecs-data-structures': 6.1.0(typescript@5.9.3)
|
|
1420
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1421
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1422
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1423
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1424
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1425
|
+
optionalDependencies:
|
|
1426
|
+
typescript: 5.9.3
|
|
1427
|
+
transitivePeerDependencies:
|
|
1428
|
+
- fastestsmallesttextencoderdecoder
|
|
1429
|
+
|
|
1430
|
+
'@solana/options@6.1.0(typescript@5.9.3)':
|
|
1431
|
+
dependencies:
|
|
1432
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1433
|
+
'@solana/codecs-data-structures': 6.1.0(typescript@5.9.3)
|
|
1434
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1435
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1436
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1437
|
+
optionalDependencies:
|
|
1438
|
+
typescript: 5.9.3
|
|
1439
|
+
transitivePeerDependencies:
|
|
1440
|
+
- fastestsmallesttextencoderdecoder
|
|
1441
|
+
|
|
1442
|
+
'@solana/plugin-core@6.1.0(typescript@5.9.3)':
|
|
1443
|
+
optionalDependencies:
|
|
1444
|
+
typescript: 5.9.3
|
|
1445
|
+
|
|
1446
|
+
'@solana/plugin-interfaces@6.1.0(typescript@5.9.3)':
|
|
1447
|
+
dependencies:
|
|
1448
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1449
|
+
'@solana/instruction-plans': 6.1.0(typescript@5.9.3)
|
|
1450
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1451
|
+
'@solana/rpc-spec': 6.1.0(typescript@5.9.3)
|
|
1452
|
+
'@solana/rpc-subscriptions-spec': 6.1.0(typescript@5.9.3)
|
|
1453
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1454
|
+
'@solana/signers': 6.1.0(typescript@5.9.3)
|
|
1455
|
+
optionalDependencies:
|
|
1456
|
+
typescript: 5.9.3
|
|
1457
|
+
transitivePeerDependencies:
|
|
1458
|
+
- fastestsmallesttextencoderdecoder
|
|
1459
|
+
|
|
1460
|
+
'@solana/program-client-core@6.1.0(typescript@5.9.3)':
|
|
1461
|
+
dependencies:
|
|
1462
|
+
'@solana/accounts': 6.1.0(typescript@5.9.3)
|
|
1463
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1464
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1465
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1466
|
+
'@solana/instruction-plans': 6.1.0(typescript@5.9.3)
|
|
1467
|
+
'@solana/instructions': 6.1.0(typescript@5.9.3)
|
|
1468
|
+
'@solana/plugin-interfaces': 6.1.0(typescript@5.9.3)
|
|
1469
|
+
'@solana/rpc-api': 6.1.0(typescript@5.9.3)
|
|
1470
|
+
'@solana/signers': 6.1.0(typescript@5.9.3)
|
|
1471
|
+
optionalDependencies:
|
|
1472
|
+
typescript: 5.9.3
|
|
1473
|
+
transitivePeerDependencies:
|
|
1474
|
+
- fastestsmallesttextencoderdecoder
|
|
1475
|
+
|
|
1476
|
+
'@solana/programs@6.1.0(typescript@5.9.3)':
|
|
1477
|
+
dependencies:
|
|
1478
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1479
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1480
|
+
optionalDependencies:
|
|
1481
|
+
typescript: 5.9.3
|
|
1482
|
+
transitivePeerDependencies:
|
|
1483
|
+
- fastestsmallesttextencoderdecoder
|
|
1484
|
+
|
|
1485
|
+
'@solana/promises@6.1.0(typescript@5.9.3)':
|
|
1486
|
+
optionalDependencies:
|
|
1487
|
+
typescript: 5.9.3
|
|
1488
|
+
|
|
1489
|
+
'@solana/rpc-api@6.1.0(typescript@5.9.3)':
|
|
1490
|
+
dependencies:
|
|
1491
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1492
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1493
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1494
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1495
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1496
|
+
'@solana/rpc-parsed-types': 6.1.0(typescript@5.9.3)
|
|
1497
|
+
'@solana/rpc-spec': 6.1.0(typescript@5.9.3)
|
|
1498
|
+
'@solana/rpc-transformers': 6.1.0(typescript@5.9.3)
|
|
1499
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1500
|
+
'@solana/transaction-messages': 6.1.0(typescript@5.9.3)
|
|
1501
|
+
'@solana/transactions': 6.1.0(typescript@5.9.3)
|
|
1502
|
+
optionalDependencies:
|
|
1503
|
+
typescript: 5.9.3
|
|
1504
|
+
transitivePeerDependencies:
|
|
1505
|
+
- fastestsmallesttextencoderdecoder
|
|
1506
|
+
|
|
1507
|
+
'@solana/rpc-parsed-types@6.1.0(typescript@5.9.3)':
|
|
1508
|
+
optionalDependencies:
|
|
1509
|
+
typescript: 5.9.3
|
|
1510
|
+
|
|
1511
|
+
'@solana/rpc-spec-types@6.1.0(typescript@5.9.3)':
|
|
1512
|
+
optionalDependencies:
|
|
1513
|
+
typescript: 5.9.3
|
|
1514
|
+
|
|
1515
|
+
'@solana/rpc-spec@6.1.0(typescript@5.9.3)':
|
|
1516
|
+
dependencies:
|
|
1517
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1518
|
+
'@solana/rpc-spec-types': 6.1.0(typescript@5.9.3)
|
|
1519
|
+
optionalDependencies:
|
|
1520
|
+
typescript: 5.9.3
|
|
1521
|
+
|
|
1522
|
+
'@solana/rpc-subscriptions-api@6.1.0(typescript@5.9.3)':
|
|
1523
|
+
dependencies:
|
|
1524
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1525
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1526
|
+
'@solana/rpc-subscriptions-spec': 6.1.0(typescript@5.9.3)
|
|
1527
|
+
'@solana/rpc-transformers': 6.1.0(typescript@5.9.3)
|
|
1528
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1529
|
+
'@solana/transaction-messages': 6.1.0(typescript@5.9.3)
|
|
1530
|
+
'@solana/transactions': 6.1.0(typescript@5.9.3)
|
|
1531
|
+
optionalDependencies:
|
|
1532
|
+
typescript: 5.9.3
|
|
1533
|
+
transitivePeerDependencies:
|
|
1534
|
+
- fastestsmallesttextencoderdecoder
|
|
1535
|
+
|
|
1536
|
+
'@solana/rpc-subscriptions-channel-websocket@6.1.0(typescript@5.9.3)':
|
|
1537
|
+
dependencies:
|
|
1538
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1539
|
+
'@solana/functional': 6.1.0(typescript@5.9.3)
|
|
1540
|
+
'@solana/rpc-subscriptions-spec': 6.1.0(typescript@5.9.3)
|
|
1541
|
+
'@solana/subscribable': 6.1.0(typescript@5.9.3)
|
|
1542
|
+
ws: 8.19.0
|
|
1543
|
+
optionalDependencies:
|
|
1544
|
+
typescript: 5.9.3
|
|
1545
|
+
transitivePeerDependencies:
|
|
1546
|
+
- bufferutil
|
|
1547
|
+
- utf-8-validate
|
|
1548
|
+
|
|
1549
|
+
'@solana/rpc-subscriptions-spec@6.1.0(typescript@5.9.3)':
|
|
1550
|
+
dependencies:
|
|
1551
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1552
|
+
'@solana/promises': 6.1.0(typescript@5.9.3)
|
|
1553
|
+
'@solana/rpc-spec-types': 6.1.0(typescript@5.9.3)
|
|
1554
|
+
'@solana/subscribable': 6.1.0(typescript@5.9.3)
|
|
1555
|
+
optionalDependencies:
|
|
1556
|
+
typescript: 5.9.3
|
|
1557
|
+
|
|
1558
|
+
'@solana/rpc-subscriptions@6.1.0(typescript@5.9.3)':
|
|
1559
|
+
dependencies:
|
|
1560
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1561
|
+
'@solana/fast-stable-stringify': 6.1.0(typescript@5.9.3)
|
|
1562
|
+
'@solana/functional': 6.1.0(typescript@5.9.3)
|
|
1563
|
+
'@solana/promises': 6.1.0(typescript@5.9.3)
|
|
1564
|
+
'@solana/rpc-spec-types': 6.1.0(typescript@5.9.3)
|
|
1565
|
+
'@solana/rpc-subscriptions-api': 6.1.0(typescript@5.9.3)
|
|
1566
|
+
'@solana/rpc-subscriptions-channel-websocket': 6.1.0(typescript@5.9.3)
|
|
1567
|
+
'@solana/rpc-subscriptions-spec': 6.1.0(typescript@5.9.3)
|
|
1568
|
+
'@solana/rpc-transformers': 6.1.0(typescript@5.9.3)
|
|
1569
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1570
|
+
'@solana/subscribable': 6.1.0(typescript@5.9.3)
|
|
1571
|
+
optionalDependencies:
|
|
1572
|
+
typescript: 5.9.3
|
|
1573
|
+
transitivePeerDependencies:
|
|
1574
|
+
- bufferutil
|
|
1575
|
+
- fastestsmallesttextencoderdecoder
|
|
1576
|
+
- utf-8-validate
|
|
1577
|
+
|
|
1578
|
+
'@solana/rpc-transformers@6.1.0(typescript@5.9.3)':
|
|
1579
|
+
dependencies:
|
|
1580
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1581
|
+
'@solana/functional': 6.1.0(typescript@5.9.3)
|
|
1582
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1583
|
+
'@solana/rpc-spec-types': 6.1.0(typescript@5.9.3)
|
|
1584
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1585
|
+
optionalDependencies:
|
|
1586
|
+
typescript: 5.9.3
|
|
1587
|
+
transitivePeerDependencies:
|
|
1588
|
+
- fastestsmallesttextencoderdecoder
|
|
1589
|
+
|
|
1590
|
+
'@solana/rpc-transport-http@6.1.0(typescript@5.9.3)':
|
|
1591
|
+
dependencies:
|
|
1592
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1593
|
+
'@solana/rpc-spec': 6.1.0(typescript@5.9.3)
|
|
1594
|
+
'@solana/rpc-spec-types': 6.1.0(typescript@5.9.3)
|
|
1595
|
+
undici-types: 7.22.0
|
|
1596
|
+
optionalDependencies:
|
|
1597
|
+
typescript: 5.9.3
|
|
1598
|
+
|
|
1599
|
+
'@solana/rpc-types@6.1.0(typescript@5.9.3)':
|
|
1600
|
+
dependencies:
|
|
1601
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1602
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1603
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1604
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1605
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1606
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1607
|
+
optionalDependencies:
|
|
1608
|
+
typescript: 5.9.3
|
|
1609
|
+
transitivePeerDependencies:
|
|
1610
|
+
- fastestsmallesttextencoderdecoder
|
|
1611
|
+
|
|
1612
|
+
'@solana/rpc@6.1.0(typescript@5.9.3)':
|
|
1613
|
+
dependencies:
|
|
1614
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1615
|
+
'@solana/fast-stable-stringify': 6.1.0(typescript@5.9.3)
|
|
1616
|
+
'@solana/functional': 6.1.0(typescript@5.9.3)
|
|
1617
|
+
'@solana/rpc-api': 6.1.0(typescript@5.9.3)
|
|
1618
|
+
'@solana/rpc-spec': 6.1.0(typescript@5.9.3)
|
|
1619
|
+
'@solana/rpc-spec-types': 6.1.0(typescript@5.9.3)
|
|
1620
|
+
'@solana/rpc-transformers': 6.1.0(typescript@5.9.3)
|
|
1621
|
+
'@solana/rpc-transport-http': 6.1.0(typescript@5.9.3)
|
|
1622
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1623
|
+
optionalDependencies:
|
|
1624
|
+
typescript: 5.9.3
|
|
1625
|
+
transitivePeerDependencies:
|
|
1626
|
+
- fastestsmallesttextencoderdecoder
|
|
1627
|
+
|
|
1628
|
+
'@solana/signers@6.1.0(typescript@5.9.3)':
|
|
1629
|
+
dependencies:
|
|
1630
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1631
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1632
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1633
|
+
'@solana/instructions': 6.1.0(typescript@5.9.3)
|
|
1634
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1635
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1636
|
+
'@solana/offchain-messages': 6.1.0(typescript@5.9.3)
|
|
1637
|
+
'@solana/transaction-messages': 6.1.0(typescript@5.9.3)
|
|
1638
|
+
'@solana/transactions': 6.1.0(typescript@5.9.3)
|
|
1639
|
+
optionalDependencies:
|
|
1640
|
+
typescript: 5.9.3
|
|
1641
|
+
transitivePeerDependencies:
|
|
1642
|
+
- fastestsmallesttextencoderdecoder
|
|
1643
|
+
|
|
1644
|
+
'@solana/subscribable@6.1.0(typescript@5.9.3)':
|
|
1645
|
+
dependencies:
|
|
1646
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1647
|
+
optionalDependencies:
|
|
1648
|
+
typescript: 5.9.3
|
|
1649
|
+
|
|
1650
|
+
'@solana/sysvars@6.1.0(typescript@5.9.3)':
|
|
1651
|
+
dependencies:
|
|
1652
|
+
'@solana/accounts': 6.1.0(typescript@5.9.3)
|
|
1653
|
+
'@solana/codecs': 6.1.0(typescript@5.9.3)
|
|
1654
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1655
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1656
|
+
optionalDependencies:
|
|
1657
|
+
typescript: 5.9.3
|
|
1658
|
+
transitivePeerDependencies:
|
|
1659
|
+
- fastestsmallesttextencoderdecoder
|
|
1660
|
+
|
|
1661
|
+
'@solana/transaction-confirmation@6.1.0(typescript@5.9.3)':
|
|
1662
|
+
dependencies:
|
|
1663
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1664
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1665
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1666
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1667
|
+
'@solana/promises': 6.1.0(typescript@5.9.3)
|
|
1668
|
+
'@solana/rpc': 6.1.0(typescript@5.9.3)
|
|
1669
|
+
'@solana/rpc-subscriptions': 6.1.0(typescript@5.9.3)
|
|
1670
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1671
|
+
'@solana/transaction-messages': 6.1.0(typescript@5.9.3)
|
|
1672
|
+
'@solana/transactions': 6.1.0(typescript@5.9.3)
|
|
1673
|
+
optionalDependencies:
|
|
1674
|
+
typescript: 5.9.3
|
|
1675
|
+
transitivePeerDependencies:
|
|
1676
|
+
- bufferutil
|
|
1677
|
+
- fastestsmallesttextencoderdecoder
|
|
1678
|
+
- utf-8-validate
|
|
1679
|
+
|
|
1680
|
+
'@solana/transaction-messages@6.1.0(typescript@5.9.3)':
|
|
1681
|
+
dependencies:
|
|
1682
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1683
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1684
|
+
'@solana/codecs-data-structures': 6.1.0(typescript@5.9.3)
|
|
1685
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1686
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1687
|
+
'@solana/functional': 6.1.0(typescript@5.9.3)
|
|
1688
|
+
'@solana/instructions': 6.1.0(typescript@5.9.3)
|
|
1689
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1690
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1691
|
+
optionalDependencies:
|
|
1692
|
+
typescript: 5.9.3
|
|
1693
|
+
transitivePeerDependencies:
|
|
1694
|
+
- fastestsmallesttextencoderdecoder
|
|
1695
|
+
|
|
1696
|
+
'@solana/transactions@6.1.0(typescript@5.9.3)':
|
|
1697
|
+
dependencies:
|
|
1698
|
+
'@solana/addresses': 6.1.0(typescript@5.9.3)
|
|
1699
|
+
'@solana/codecs-core': 6.1.0(typescript@5.9.3)
|
|
1700
|
+
'@solana/codecs-data-structures': 6.1.0(typescript@5.9.3)
|
|
1701
|
+
'@solana/codecs-numbers': 6.1.0(typescript@5.9.3)
|
|
1702
|
+
'@solana/codecs-strings': 6.1.0(typescript@5.9.3)
|
|
1703
|
+
'@solana/errors': 6.1.0(typescript@5.9.3)
|
|
1704
|
+
'@solana/functional': 6.1.0(typescript@5.9.3)
|
|
1705
|
+
'@solana/instructions': 6.1.0(typescript@5.9.3)
|
|
1706
|
+
'@solana/keys': 6.1.0(typescript@5.9.3)
|
|
1707
|
+
'@solana/nominal-types': 6.1.0(typescript@5.9.3)
|
|
1708
|
+
'@solana/rpc-types': 6.1.0(typescript@5.9.3)
|
|
1709
|
+
'@solana/transaction-messages': 6.1.0(typescript@5.9.3)
|
|
1710
|
+
optionalDependencies:
|
|
1711
|
+
typescript: 5.9.3
|
|
1712
|
+
transitivePeerDependencies:
|
|
1713
|
+
- fastestsmallesttextencoderdecoder
|
|
1714
|
+
|
|
790
1715
|
'@types/body-parser@1.19.6':
|
|
791
1716
|
dependencies:
|
|
792
1717
|
'@types/connect': 3.4.38
|
|
@@ -877,6 +1802,10 @@ snapshots:
|
|
|
877
1802
|
call-bind-apply-helpers: 1.0.2
|
|
878
1803
|
get-intrinsic: 1.3.0
|
|
879
1804
|
|
|
1805
|
+
chalk@5.6.2: {}
|
|
1806
|
+
|
|
1807
|
+
commander@14.0.3: {}
|
|
1808
|
+
|
|
880
1809
|
content-disposition@0.5.4:
|
|
881
1810
|
dependencies:
|
|
882
1811
|
safe-buffer: 5.2.1
|
|
@@ -1205,6 +2134,8 @@ snapshots:
|
|
|
1205
2134
|
|
|
1206
2135
|
undici-types@7.16.0: {}
|
|
1207
2136
|
|
|
2137
|
+
undici-types@7.22.0: {}
|
|
2138
|
+
|
|
1208
2139
|
unpipe@1.0.0: {}
|
|
1209
2140
|
|
|
1210
2141
|
utils-merge@1.0.1: {}
|
|
@@ -1229,3 +2160,5 @@ snapshots:
|
|
|
1229
2160
|
- zod
|
|
1230
2161
|
|
|
1231
2162
|
ws@8.18.3: {}
|
|
2163
|
+
|
|
2164
|
+
ws@8.19.0: {}
|