@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.
- package/.turbo/turbo-build.log +39 -39
- package/CHANGELOG.md +7 -0
- package/lib/{chunk-N3BTCH3V.js → chunk-33OZ4G5P.js} +13 -13
- package/lib/{chunk-N3BTCH3V.js.map → chunk-33OZ4G5P.js.map} +1 -1
- package/lib/{chunk-C5XQJPYC.mjs → chunk-54MXA3ZY.mjs} +1 -1
- package/lib/chunk-54MXA3ZY.mjs.map +1 -0
- package/lib/{chunk-US3UTA6G.mjs → chunk-6TT6A6YA.mjs} +3 -3
- package/lib/{chunk-54TW5QWG.js → chunk-FHIMXJ7N.js} +3 -3
- package/lib/{chunk-54TW5QWG.js.map → chunk-FHIMXJ7N.js.map} +1 -1
- package/lib/{chunk-XLTLYFIA.js → chunk-GAKIXPAF.js} +1 -1
- package/lib/chunk-GAKIXPAF.js.map +1 -0
- package/lib/{chunk-UF4TTNDL.mjs → chunk-MNUHUKY3.mjs} +2 -2
- package/lib/{chunk-2JI4TYQ5.js → chunk-O535UIIL.js} +3 -3
- package/lib/{chunk-2JI4TYQ5.js.map → chunk-O535UIIL.js.map} +1 -1
- package/lib/{chunk-KDIUPKOI.js → chunk-ODU2VY2U.js} +21 -21
- package/lib/{chunk-KDIUPKOI.js.map → chunk-ODU2VY2U.js.map} +1 -1
- package/lib/{chunk-7QMDKSJQ.mjs → chunk-QNNV5GBH.mjs} +11 -2
- package/lib/chunk-QNNV5GBH.mjs.map +1 -0
- package/lib/{chunk-KTWGBZVH.js → chunk-TLTMGY3E.js} +12 -3
- package/lib/chunk-TLTMGY3E.js.map +1 -0
- package/lib/{chunk-OKAHQ7XI.mjs → chunk-VOB7PA3G.mjs} +2 -2
- package/lib/{chunk-PG4G7C6U.mjs → chunk-ZJCMYPBL.mjs} +2 -2
- package/lib/createHSMBridge.d.mts +1 -1
- package/lib/createHSMBridge.d.ts +1 -1
- package/lib/createHSMBridge.js +4 -4
- package/lib/createHSMBridge.mjs +3 -3
- package/lib/{index-VARl4h9O.d.ts → index-Cm_O9VIx.d.mts} +9 -1
- package/lib/{index-VARl4h9O.d.mts → index-Cm_O9VIx.d.ts} +9 -1
- package/lib/index.d.mts +9 -3
- package/lib/index.d.ts +9 -3
- package/lib/index.js +70 -65
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +11 -6
- package/lib/index.mjs.map +1 -1
- package/lib/recipeManifest.d.mts +1 -1
- package/lib/recipeManifest.d.ts +1 -1
- package/lib/recipeManifest.js +3 -3
- package/lib/recipeManifest.mjs +2 -2
- package/lib/reviewAPIRequest.d.mts +1 -1
- package/lib/reviewAPIRequest.d.ts +1 -1
- package/lib/reviewAPIRequest.js +4 -4
- package/lib/reviewAPIRequest.mjs +3 -3
- package/lib/types/index.d.mts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/index.js +2 -2
- package/lib/types/index.mjs +1 -1
- package/lib/utils.d.mts +1 -1
- package/lib/utils.d.ts +1 -1
- package/lib/utils.js +2 -2
- package/lib/utils.mjs +1 -1
- package/package.json +5 -3
- package/lib/chunk-7QMDKSJQ.mjs.map +0 -1
- package/lib/chunk-C5XQJPYC.mjs.map +0 -1
- package/lib/chunk-KTWGBZVH.js.map +0 -1
- package/lib/chunk-XLTLYFIA.js.map +0 -1
- /package/lib/{chunk-US3UTA6G.mjs.map → chunk-6TT6A6YA.mjs.map} +0 -0
- /package/lib/{chunk-UF4TTNDL.mjs.map → chunk-MNUHUKY3.mjs.map} +0 -0
- /package/lib/{chunk-OKAHQ7XI.mjs.map → chunk-VOB7PA3G.mjs.map} +0 -0
- /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-
|
|
3
|
+
} from "./chunk-ZJCMYPBL.mjs";
|
|
4
4
|
import {
|
|
5
5
|
recipeManifest
|
|
6
|
-
} from "./chunk-
|
|
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-
|
|
18
|
+
} from "./chunk-6TT6A6YA.mjs";
|
|
19
19
|
import {
|
|
20
20
|
createNetwork
|
|
21
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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
|