@ledgerhq/vault-cli 2.4.14 → 2.4.15

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
1
 
2
- > @ledgerhq/vault-cli@2.4.14 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@2.4.15 build /home/runner/work/vault-ts/vault-ts/apps/cli
3
3
  > tsup && chmod +x bin/index.js
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -15,4 +15,4 @@
15
15
  ESM ⚡️ Build success in 359ms
16
16
  CJS bin/index.js 150.48 KB
17
17
  CJS bin/index.js.map 244.23 KB
18
- CJS ⚡️ Build success in 363ms
18
+ CJS ⚡️ Build success in 362ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 2.4.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d27eee6b]
8
+ - @ledgerhq/vault-common@2.7.3
9
+
3
10
  ## 2.4.14
4
11
 
5
12
  ### Patch Changes
package/bin/index.js CHANGED
@@ -9,7 +9,7 @@ var require_package = __commonJS({
9
9
  "package.json"(exports, module) {
10
10
  module.exports = {
11
11
  name: "@ledgerhq/vault-cli",
12
- version: "2.4.14",
12
+ version: "2.4.15",
13
13
  description: "A various utility command-line for Vault development",
14
14
  homepage: "https://github.com/LedgerHQ/vault-ts",
15
15
  license: "BSD-2-Clause",