@ledgerhq/vault-cli 1.51.0 → 1.51.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.51.0 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.51.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,18 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.51.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 170de60: fix: proper length for wl name in tradelink preset
8
+
9
+ ## 1.51.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [5c0854e]
14
+ - @ledgerhq/vault-common@1.57.1
15
+
3
16
  ## 1.51.0
4
17
 
5
18
  ### Minor Changes
@@ -100,7 +100,7 @@
100
100
  ]
101
101
  },
102
102
  {
103
- "name": "all exchanges addresses",
103
+ "name": "all exchanges",
104
104
  "description": "",
105
105
  "addresses": [
106
106
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.51.0",
3
+ "version": "1.51.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.57.0",
38
+ "@ledgerhq/vault-common": "1.57.1",
39
39
  "@ledgerhq/vault-utils": "1.0.0"
40
40
  },
41
41
  "devDependencies": {