@baron1996/klinecharts-cli 0.9.15 → 0.9.16
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/cli.d.ts +2 -2
- package/dist/cli.js +2 -2
- package/package.json +3 -3
package/dist/cli.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/** CLI 包版本,必须与公共 npm 与 Python 包版本一致。 */
|
|
3
|
-
export declare const CLI_PACKAGE_VERSION: "0.9.
|
|
3
|
+
export declare const CLI_PACKAGE_VERSION: "0.9.16";
|
|
4
4
|
/** 场景协议包版本,与首版 Runtime 版本保持一致。 */
|
|
5
|
-
export declare const SCENE_PACKAGE_VERSION: "0.9.
|
|
5
|
+
export declare const SCENE_PACKAGE_VERSION: "0.9.16";
|
|
6
6
|
export declare function main(arguments_?: readonly string[]): Promise<void>;
|
|
7
7
|
//# sourceMappingURL=cli.d.ts.map
|
package/dist/cli.js
CHANGED
|
@@ -28251,8 +28251,8 @@ async function workspaceCommand(arguments_) {
|
|
|
28251
28251
|
}
|
|
28252
28252
|
|
|
28253
28253
|
// src/cli.ts
|
|
28254
|
-
var CLI_PACKAGE_VERSION = "0.9.
|
|
28255
|
-
var SCENE_PACKAGE_VERSION = "0.9.
|
|
28254
|
+
var CLI_PACKAGE_VERSION = "0.9.16";
|
|
28255
|
+
var SCENE_PACKAGE_VERSION = "0.9.16";
|
|
28256
28256
|
function writeJson(value) {
|
|
28257
28257
|
process.stdout.write(formatJson(value));
|
|
28258
28258
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baron1996/klinecharts-cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.16",
|
|
4
4
|
"description": "CLI for validating, editing, and rendering ChartScene files.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"verify:package": "node scripts/verify-package.mjs"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@baron1996/kline-scene-schema": "0.9.
|
|
38
|
+
"@baron1996/kline-scene-schema": "0.9.16",
|
|
39
39
|
"playwright": "1.61.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@baron1996/klinecharts-render-runtime": "0.9.
|
|
42
|
+
"@baron1996/klinecharts-render-runtime": "0.9.16",
|
|
43
43
|
"esbuild": "0.25.2"
|
|
44
44
|
}
|
|
45
45
|
}
|