@ledgerhq/vault-cli 1.29.0 → 1.29.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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/vault-cli@1.29.0 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@1.29.1 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,11 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 1.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - febda9c: Add openssl dependency on Dockerfile
8
+
3
9
  ## 1.29.0
4
10
 
5
11
  ### Minor 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
2
+ RUN apk add python3 build-base libusb-dev linux-headers eudev-dev openssl
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.29.0",
3
+ "version": "1.29.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",