@ledgerhq/vault-cli 1.11.3 → 1.11.4

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 c29483b1c8c54c41
1
+ @ledgerhq/vault-cli:build: cache hit, replaying output 4c5edf6e519f4240
2
2
  @ledgerhq/vault-cli:build:
3
- @ledgerhq/vault-cli:build: > @ledgerhq/vault-cli@1.11.3 build /home/runner/work/vault-ts/vault-ts/apps/cli
3
+ @ledgerhq/vault-cli:build: > @ledgerhq/vault-cli@1.11.4 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.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a14c914]
8
+ - @ledgerhq/vault-common@1.11.4
9
+
3
10
  ## 1.11.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.11.3",
3
+ "version": "1.11.4",
4
4
  "description": "A various utility command-line for Vault development",
5
5
  "homepage": "https://github.com/LedgerHQ/vault-js",
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.11.3",
21
+ "@ledgerhq/vault-common": "1.11.4",
22
22
  "axios": "^0.21.0",
23
23
  "bignumber.js": "^9.0.1",
24
24
  "body-parser": "^1.19.0",