@spaceflow/core 0.11.0 → 0.12.0

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 +2 -2
package/dist/index.js CHANGED
@@ -11266,7 +11266,7 @@ async function exec(extensions = [], options = {}) {
11266
11266
  // 6. 创建 CLI 程序
11267
11267
  const program = new Command();
11268
11268
  const cliVersion = options.cliVersion || "0.0.0";
11269
- const coreVersion = true ? "0.11.0" : 0;
11269
+ const coreVersion = true ? "0.12.0" : 0;
11270
11270
  const versionOutput = `spaceflow/${cliVersion} core/${coreVersion}`;
11271
11271
  program.name("spaceflow").description("Spaceflow CLI").version(versionOutput, "-V, --version", "显示版本信息");
11272
11272
  // 定义全局 verbose 选项(支持计数:-v, -vv, -vvv)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceflow/core",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Spaceflow 核心能力库",
5
5
  "license": "MIT",
6
6
  "author": "Lydanne",
@@ -99,7 +99,7 @@
99
99
  "zod-to-json-schema": "^3.25.1",
100
100
  "commander": "^12.1.0",
101
101
  "i18next": "^25.8.4",
102
- "@spaceflow/shared": "0.2.0"
102
+ "@spaceflow/shared": "0.3.0"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@swc/core": "1.15.3",