@spicyapi/cli 0.3.0 → 0.3.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.
@@ -1,2 +1,2 @@
1
- export declare const CLI_VERSION = "0.3.0";
1
+ export declare const CLI_VERSION = "0.3.1";
2
2
  //# sourceMappingURL=package-version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // 构建时由 package.json 生成,不手动维护或提交。
2
- export const CLI_VERSION = "0.3.0";
2
+ export const CLI_VERSION = "0.3.1";
3
3
  //# sourceMappingURL=package-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicyapi/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Official command-line client for SpicyAPI",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "typecheck": "node ../../scripts/generate-package-version.mjs cli && tsc -p tsconfig.json --noEmit"
42
42
  },
43
43
  "dependencies": {
44
- "@spicyapi/sdk": "^0.3.0",
44
+ "@spicyapi/sdk": "^0.4.0",
45
45
  "commander": "15.0.0"
46
46
  }
47
47
  }