@ledgerhq/vault-cli 1.54.1 → 1.54.2

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.54.1 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.54.2 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,13 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.54.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d9e7a51: Update tradelink manifest to use API User
8
+ - Updated dependencies [6d9f4c6]
9
+ - @ledgerhq/vault-common@1.71.1
10
+
3
11
  ## 1.54.1
4
12
 
5
13
  ### Patch Changes
@@ -167,11 +167,10 @@
167
167
  ],
168
168
  "accounts": [
169
169
  {
170
- "name": "TL-0001-BIT-OOF-KOM",
171
- "currency": "bitcoin_testnet",
172
- "derivationMode": "NATIVE_SEGWIT",
170
+ "name": "TL-0001-ETH-OOF-KOM",
171
+ "currency": "ethereum_sepolia",
173
172
  "tradelink_data": {
174
- "currency": "bitcoin_testnet",
173
+ "currency": "ethereum_sepolia",
175
174
  "custodian": {
176
175
  "id": 1,
177
176
  "approver_group_id": 5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.54.1",
3
+ "version": "1.54.2",
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.5.1",
38
- "@ledgerhq/vault-common": "1.71.0",
38
+ "@ledgerhq/vault-common": "1.71.1",
39
39
  "@ledgerhq/vault-utils": "1.0.0"
40
40
  },
41
41
  "devDependencies": {