@keynv/cli 0.1.0-rc.3 → 0.1.0-rc.5

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -41405,7 +41405,7 @@ function String2(descriptor, ...args) {
41405
41405
  }
41406
41406
 
41407
41407
  // src/version.ts
41408
- var VERSION = "0.1.0-rc.3" ;
41408
+ var VERSION = "0.1.0-rc.5" ;
41409
41409
  var AGENT = `keynv-cli/${VERSION}`;
41410
41410
 
41411
41411
  // src/client/http.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keynv/cli",
3
- "version": "0.1.0-rc.3",
3
+ "version": "0.1.0-rc.5",
4
4
  "description": "keynv command-line interface — AI-safe secrets management with alias-based references and a privileged subprocess wrapper.",
5
5
  "license": "MIT",
6
6
  "type": "module",