@certen.io/cli 0.8.1 → 0.8.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog — @certen.io/cli
2
2
 
3
+ ## 0.8.2 — ships against SDK 0.8.2
4
+
5
+ No CLI change. `identity create --wait` and every command that waits on an intent inherit the SDK's
6
+ fix: a wait no longer gives up on one slow or failed poll while its deadline has time left.
7
+
3
8
  ## 0.8.1 — `--account` on add-authority and remove-authority
4
9
 
5
10
  `governance add-authority --account book` puts the authority on the identity's key book as well as
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certen.io/cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Command line for the CERTEN Gateway API",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "//dependencies": "@certen.io/sdk MUST be a version range, not file:../sdk. A published package carrying a file: dependency installs and then fails to resolve on the consumer's machine, because that path does not exist there. Local development uses `npm link` or a workspace instead.",
48
48
  "dependencies": {
49
- "@certen.io/sdk": "^0.8.1",
49
+ "@certen.io/sdk": "^0.8.2",
50
50
  "commander": "^12.0.0"
51
51
  },
52
52
  "devDependencies": {