@ledgerhq/vault-cli 1.34.2 → 1.34.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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/vault-cli@1.34.2 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.34.4 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,19 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.34.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [69391e8]
8
+ - @ledgerhq/vault-common@1.36.0
9
+
10
+ ## 1.34.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [6041bf6]
15
+ - @ledgerhq/vault-common@1.35.0
16
+
3
17
  ## 1.34.2
4
18
 
5
19
  ### Patch Changes
package/Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
1
  FROM node:16-alpine
2
- RUN apk add python3 build-base libusb-dev linux-headers eudev-dev openssl
2
+ RUN apk add python3 build-base libusb-dev linux-headers eudev-dev openssl git
3
3
  RUN yarn global add @ledgerhq/vault-cli
4
4
  ENV TERM xterm-256color
5
5
  RUN apk add --no-cache bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/vault-cli",
3
- "version": "1.34.2",
3
+ "version": "1.34.4",
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",
@@ -15,12 +15,8 @@
15
15
  "ledger-vault": "bin/index.js"
16
16
  },
17
17
  "dependencies": {
18
- "@ledgerhq/coin-check": "0.4.0",
19
18
  "@ledgerhq/cryptoassets": "^6.28.2",
20
19
  "@ledgerhq/hw-transport-node-hid": "^6.24.1",
21
- "@ledgerhq/live-common-stub": "1.5.0",
22
- "@ledgerhq/vault-common": "1.34.0",
23
- "@ledgerhq/vault-utils": "1.0.0",
24
20
  "axios": "^0.21.0",
25
21
  "bignumber.js": "^9.0.1",
26
22
  "body-parser": "^1.19.0",
@@ -36,7 +32,11 @@
36
32
  "prettier": "^2.1.1",
37
33
  "progress": "^2.0.3",
38
34
  "qs": "^6.10.1",
39
- "shortid": "^2.2.16"
35
+ "shortid": "^2.2.16",
36
+ "@ledgerhq/coin-check": "0.4.0",
37
+ "@ledgerhq/live-common-stub": "1.5.0",
38
+ "@ledgerhq/vault-common": "1.36.0",
39
+ "@ledgerhq/vault-utils": "1.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@swc/core": "1.2.205",
@@ -54,10 +54,10 @@
54
54
  "@types/progress": "^2.0.3",
55
55
  "@types/qs": "^6.9.7",
56
56
  "@types/shortid": "^0.0.29",
57
- "eslint-config-custom": "0.0.2",
58
57
  "jest": "^28.1.2",
59
- "tsconfig": "0.0.2",
60
- "typescript": "^4.7.4"
58
+ "typescript": "^4.7.4",
59
+ "eslint-config-custom": "0.0.2",
60
+ "tsconfig": "0.0.2"
61
61
  },
62
62
  "scripts": {
63
63
  "clean": "rm -rf bin",