@ledgerhq/vault-cli 1.38.0 → 1.39.0

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.38.0 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.39.0 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,23 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.39.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8198bc4: Add support for Light EVM accounts
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8198bc4]
12
+ - @ledgerhq/vault-common@1.41.0
13
+
14
+ ## 1.38.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [f268fff]
19
+ - @ledgerhq/vault-common@1.40.0
20
+
3
21
  ## 1.38.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.38.0",
3
+ "version": "1.39.0",
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
  "shortid": "^2.2.16",
36
36
  "@ledgerhq/coin-check": "0.4.0",
37
37
  "@ledgerhq/live-common-stub": "1.5.0",
38
- "@ledgerhq/vault-common": "1.39.0",
38
+ "@ledgerhq/vault-common": "1.41.0",
39
39
  "@ledgerhq/vault-utils": "1.0.0"
40
40
  },
41
41
  "devDependencies": {