@ledgerhq/vault-cli 2.4.2 → 2.4.3

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.2 build /home/runner/work/vault-ts/vault-ts/apps/cli
2
+ > @ledgerhq/vault-cli@2.4.3 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
@@ -10,9 +10,9 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM bin/index.mjs 148.47 KB
14
- ESM bin/index.mjs.map 280.99 KB
15
- ESM ⚡️ Build success in 682ms
16
- CJS bin/index.js 150.41 KB
17
- CJS bin/index.js.map 244.06 KB
18
- CJS ⚡️ Build success in 693ms
13
+ ESM bin/index.mjs 148.49 KB
14
+ ESM bin/index.mjs.map 281.02 KB
15
+ ESM ⚡️ Build success in 719ms
16
+ CJS bin/index.js 150.43 KB
17
+ CJS bin/index.js.map 244.09 KB
18
+ CJS ⚡️ Build success in 723ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ledgerhq/vault-cli
2
2
 
3
+ ## 2.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 2e1af48: fix: incorrect arg in compartment action help
8
+
3
9
  ## 2.4.2
4
10
 
5
11
  ### 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.2",
12
+ version: "2.4.3",
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",
@@ -385,7 +385,7 @@ var backupCompartment_default = {
385
385
  description: "Backup HSM simu compartment",
386
386
  help: [
387
387
  {
388
- content: "{grey $} ledger-vault backupCompartment --cid 123"
388
+ content: "{grey $} ledger-vault backupCompartment --compartment 123"
389
389
  }
390
390
  ],
391
391
  options: [
@@ -4919,7 +4919,7 @@ var resetCompartment_default = {
4919
4919
  description: "Reset HSM simu compartment",
4920
4920
  help: [
4921
4921
  {
4922
- content: "{grey $} ledger-vault resetCompartment --cid 123"
4922
+ content: "{grey $} ledger-vault resetCompartment --compartment 123"
4923
4923
  }
4924
4924
  ],
4925
4925
  options: [
@@ -4978,7 +4978,7 @@ var restoreCompartment_default = {
4978
4978
  description: "Restore HSM simu compartment",
4979
4979
  help: [
4980
4980
  {
4981
- content: "{grey $} ledger-vault restoreCompartment --cid 123 --backupFile backup.json"
4981
+ content: "{grey $} ledger-vault restoreCompartment --compartment 123 --backupFile backup.json"
4982
4982
  }
4983
4983
  ],
4984
4984
  options: [