@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.
- package/dist/index.js +1 -1
- 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.
|
|
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