@kaiba-cloud/cli 0.2.0 → 0.2.1

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1297,7 +1297,7 @@ var HubClient = class {
1297
1297
  };
1298
1298
 
1299
1299
  // src/version.ts
1300
- var CLI_VERSION = true ? "0.2.0" : "0.0.0-dev";
1300
+ var CLI_VERSION = true ? "0.2.1" : "0.0.0-dev";
1301
1301
 
1302
1302
  // src/commands/auth.ts
1303
1303
  function peekNonInteractive(context) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaiba-cloud/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Kaiba CLI \u2014 build and deploy your apps from CI or a terminal.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",