@ledgerhq/vault-cli 1.64.14 → 1.64.15

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/vault-cli@1.64.14 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.64.15 build /home/runner/work/vault-ts/vault-ts/apps/cli
3
3
  > tsc && chmod +x bin/index.js
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.64.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b7c53f: fix tradelink hsmless preset
8
+ - f1e9c5b: Support TL onboarding true/false for UI e2e bake of TL network without onboarding of the objects
9
+ - Updated dependencies [f1e9c5b]
10
+ - @ledgerhq/vault-common@1.96.12
11
+
3
12
  ## 1.64.14
4
13
 
5
14
  ### Patch Changes
@@ -193,6 +193,7 @@
193
193
  ],
194
194
  "tradelink": {
195
195
  "id": "fa8be5c4-a24c-4212-add4-5e714b29d222",
196
+ "onboarded": true,
196
197
  "exchanges": [
197
198
  {
198
199
  "id": "dfc82b8c-7674-4355-8180-8ecbbb55dc5d",
@@ -196,7 +196,7 @@
196
196
  "currency": "ethereum_sepolia",
197
197
  "exchanges": [
198
198
  {
199
- "id": "dfc82b8c-7674-4355-8180-8ecbbb55dc5d",
199
+ "id": 1,
200
200
  "approver_group_id": 3,
201
201
  "whitelist_id": 4,
202
202
  "name": "Crypto.com",
@@ -206,7 +206,7 @@
206
206
  "requires_pre_approval": true
207
207
  },
208
208
  {
209
- "id": "19360626-292a-4dd0-b76b-8e6aa13a5af2",
209
+ "id": 2,
210
210
  "approver_group_id": 4,
211
211
  "whitelist_id": 3,
212
212
  "name": "ByBit",
@@ -216,7 +216,7 @@
216
216
  "requires_pre_approval": true
217
217
  },
218
218
  {
219
- "id": "efcbc2d7-3c5b-428c-b3e1-e2984b66ea5a",
219
+ "id": 3,
220
220
  "approver_group_id": 2,
221
221
  "whitelist_id": 2,
222
222
  "name": "Wintermute",
@@ -227,7 +227,7 @@
227
227
  }
228
228
  ],
229
229
  "asset_manager": {
230
- "id": "b81fd631-dbee-4aff-93ce-e6acf1ed994e",
230
+ "id": 1,
231
231
  "approver_group_id": 5,
232
232
  "whitelist_id": 5,
233
233
  "name": "OneOf",
@@ -236,7 +236,7 @@
236
236
  "code": "OOF"
237
237
  },
238
238
  "custodian": {
239
- "id": "b2015189-0657-4e6d-89ba-fae58300f54b",
239
+ "id": 1,
240
240
  "approver_group_id": 1,
241
241
  "whitelist_id": 1,
242
242
  "role": "CUSTODIAN",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.64.14",
3
+ "version": "1.64.15",
4
4
  "description": "A various utility command-line for Vault development",
5
5
  "homepage": "https://github.com/LedgerHQ/vault-ts",
6
6
  "license": "BSD-2-Clause",
@@ -35,7 +35,7 @@
35
35
  "qs": "^6.11.2",
36
36
  "@ledgerhq/coin-check": "0.4.1",
37
37
  "@ledgerhq/live-common-stub": "1.6.1",
38
- "@ledgerhq/vault-common": "1.96.11",
38
+ "@ledgerhq/vault-common": "1.96.12",
39
39
  "@ledgerhq/vault-utils": "1.0.0"
40
40
  },
41
41
  "devDependencies": {