@ledgerhq/vault-common 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/.turbo/turbo-build.log +39 -39
  2. package/CHANGELOG.md +7 -0
  3. package/lib/{chunk-N3BTCH3V.js → chunk-33OZ4G5P.js} +13 -13
  4. package/lib/{chunk-N3BTCH3V.js.map → chunk-33OZ4G5P.js.map} +1 -1
  5. package/lib/{chunk-C5XQJPYC.mjs → chunk-54MXA3ZY.mjs} +1 -1
  6. package/lib/chunk-54MXA3ZY.mjs.map +1 -0
  7. package/lib/{chunk-US3UTA6G.mjs → chunk-6TT6A6YA.mjs} +3 -3
  8. package/lib/{chunk-54TW5QWG.js → chunk-FHIMXJ7N.js} +3 -3
  9. package/lib/{chunk-54TW5QWG.js.map → chunk-FHIMXJ7N.js.map} +1 -1
  10. package/lib/{chunk-XLTLYFIA.js → chunk-GAKIXPAF.js} +1 -1
  11. package/lib/chunk-GAKIXPAF.js.map +1 -0
  12. package/lib/{chunk-UF4TTNDL.mjs → chunk-MNUHUKY3.mjs} +2 -2
  13. package/lib/{chunk-2JI4TYQ5.js → chunk-O535UIIL.js} +3 -3
  14. package/lib/{chunk-2JI4TYQ5.js.map → chunk-O535UIIL.js.map} +1 -1
  15. package/lib/{chunk-KDIUPKOI.js → chunk-ODU2VY2U.js} +21 -21
  16. package/lib/{chunk-KDIUPKOI.js.map → chunk-ODU2VY2U.js.map} +1 -1
  17. package/lib/{chunk-7QMDKSJQ.mjs → chunk-QNNV5GBH.mjs} +11 -2
  18. package/lib/chunk-QNNV5GBH.mjs.map +1 -0
  19. package/lib/{chunk-KTWGBZVH.js → chunk-TLTMGY3E.js} +12 -3
  20. package/lib/chunk-TLTMGY3E.js.map +1 -0
  21. package/lib/{chunk-OKAHQ7XI.mjs → chunk-VOB7PA3G.mjs} +2 -2
  22. package/lib/{chunk-PG4G7C6U.mjs → chunk-ZJCMYPBL.mjs} +2 -2
  23. package/lib/createHSMBridge.d.mts +1 -1
  24. package/lib/createHSMBridge.d.ts +1 -1
  25. package/lib/createHSMBridge.js +4 -4
  26. package/lib/createHSMBridge.mjs +3 -3
  27. package/lib/{index-VARl4h9O.d.ts → index-Cm_O9VIx.d.mts} +9 -1
  28. package/lib/{index-VARl4h9O.d.mts → index-Cm_O9VIx.d.ts} +9 -1
  29. package/lib/index.d.mts +9 -3
  30. package/lib/index.d.ts +9 -3
  31. package/lib/index.js +70 -65
  32. package/lib/index.js.map +1 -1
  33. package/lib/index.mjs +11 -6
  34. package/lib/index.mjs.map +1 -1
  35. package/lib/recipeManifest.d.mts +1 -1
  36. package/lib/recipeManifest.d.ts +1 -1
  37. package/lib/recipeManifest.js +3 -3
  38. package/lib/recipeManifest.mjs +2 -2
  39. package/lib/reviewAPIRequest.d.mts +1 -1
  40. package/lib/reviewAPIRequest.d.ts +1 -1
  41. package/lib/reviewAPIRequest.js +4 -4
  42. package/lib/reviewAPIRequest.mjs +3 -3
  43. package/lib/types/index.d.mts +1 -1
  44. package/lib/types/index.d.ts +1 -1
  45. package/lib/types/index.js +2 -2
  46. package/lib/types/index.mjs +1 -1
  47. package/lib/utils.d.mts +1 -1
  48. package/lib/utils.d.ts +1 -1
  49. package/lib/utils.js +2 -2
  50. package/lib/utils.mjs +1 -1
  51. package/package.json +5 -3
  52. package/lib/chunk-7QMDKSJQ.mjs.map +0 -1
  53. package/lib/chunk-C5XQJPYC.mjs.map +0 -1
  54. package/lib/chunk-KTWGBZVH.js.map +0 -1
  55. package/lib/chunk-XLTLYFIA.js.map +0 -1
  56. /package/lib/{chunk-US3UTA6G.mjs.map → chunk-6TT6A6YA.mjs.map} +0 -0
  57. /package/lib/{chunk-UF4TTNDL.mjs.map → chunk-MNUHUKY3.mjs.map} +0 -0
  58. /package/lib/{chunk-OKAHQ7XI.mjs.map → chunk-VOB7PA3G.mjs.map} +0 -0
  59. /package/lib/{chunk-PG4G7C6U.mjs.map → chunk-ZJCMYPBL.mjs.map} +0 -0
package/lib/index.mjs CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  createHSMBridge_default
3
- } from "./chunk-PG4G7C6U.mjs";
3
+ } from "./chunk-ZJCMYPBL.mjs";
4
4
  import {
5
5
  recipeManifest
6
- } from "./chunk-UF4TTNDL.mjs";
6
+ } from "./chunk-MNUHUKY3.mjs";
7
7
  import {
8
8
  authenticate,
9
9
  createDefaultRunner_default,
@@ -15,10 +15,10 @@ import {
15
15
  prepareRequest_default,
16
16
  reviewAPIRequest_default,
17
17
  signAndApprove
18
- } from "./chunk-US3UTA6G.mjs";
18
+ } from "./chunk-6TT6A6YA.mjs";
19
19
  import {
20
20
  createNetwork
21
- } from "./chunk-OKAHQ7XI.mjs";
21
+ } from "./chunk-VOB7PA3G.mjs";
22
22
  import {
23
23
  LIGHT_EVM_CURRENCIES,
24
24
  deserializeUnitValue,
@@ -32,19 +32,21 @@ import {
32
32
  getGateAccountUnit,
33
33
  getTokenUnit,
34
34
  getWorkspaceFromGate,
35
+ listCryptoCurrencies,
35
36
  queue,
36
37
  serializeUnitValue,
37
38
  unwrapConnection,
39
+ vaultCoins,
38
40
  wait,
39
41
  xpubToExtendedPubKey
40
- } from "./chunk-7QMDKSJQ.mjs";
42
+ } from "./chunk-QNNV5GBH.mjs";
41
43
  import {
42
44
  genKeys
43
45
  } from "./chunk-HU7O2ZFW.mjs";
44
46
  import {
45
47
  GateGroupRequestTypeDefs,
46
48
  feesLevels
47
- } from "./chunk-C5XQJPYC.mjs";
49
+ } from "./chunk-54MXA3ZY.mjs";
48
50
  import {
49
51
  __export
50
52
  } from "./chunk-J5LGTIGS.mjs";
@@ -3221,6 +3223,7 @@ export {
3221
3223
  getAccountTypeByCurrency,
3222
3224
  getAccountUnit,
3223
3225
  getAuthTokens,
3226
+ getCryptoCurrencyById,
3224
3227
  getCurrencyOrToken,
3225
3228
  getCurrencyUnit,
3226
3229
  getDefaultUsername,
@@ -3228,6 +3231,7 @@ export {
3228
3231
  getMVInstances,
3229
3232
  getTokenUnit,
3230
3233
  getWorkspaceFromGate,
3234
+ listCryptoCurrencies,
3231
3235
  performRequest,
3232
3236
  prepareRequest_default as prepareRequest,
3233
3237
  queue,
@@ -3240,6 +3244,7 @@ export {
3240
3244
  unwrapConnection,
3241
3245
  upgrade,
3242
3246
  validateManifest,
3247
+ vaultCoins,
3243
3248
  wait,
3244
3249
  wipeBackend_default as wipeBackend,
3245
3250
  xpubToExtendedPubKey