@ledgerhq/vault-cli 1.16.0 → 1.16.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.
@@ -1,5 +1,5 @@
1
- @ledgerhq/vault-cli:build: cache hit, replaying output 70779db42119c28e
1
+ @ledgerhq/vault-cli:build: cache hit, replaying output 9aaba8da41e8022a
2
2
  @ledgerhq/vault-cli:build:
3
- @ledgerhq/vault-cli:build: > @ledgerhq/vault-cli@1.16.0 build /home/runner/work/vault-ts/vault-ts/apps/cli
3
+ @ledgerhq/vault-cli:build: > @ledgerhq/vault-cli@1.16.1 build /home/runner/work/vault-ts/vault-ts/apps/cli
4
4
  @ledgerhq/vault-cli:build: > tsc && chmod +x bin/index.js
5
5
  @ledgerhq/vault-cli:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [140d24c]
8
+ - @ledgerhq/vault-common@1.18.0
9
+
3
10
  ## 1.16.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
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",
@@ -18,7 +18,7 @@
18
18
  "@ledgerhq/cryptoassets": "^6.28.2",
19
19
  "@ledgerhq/hw-transport-node-hid": "^6.24.1",
20
20
  "@ledgerhq/live-common-stub": "1.4.6",
21
- "@ledgerhq/vault-common": "1.17.0",
21
+ "@ledgerhq/vault-common": "1.18.0",
22
22
  "axios": "^0.21.0",
23
23
  "bignumber.js": "^9.0.1",
24
24
  "body-parser": "^1.19.0",