@baron1996/klinecharts-cli 0.2.2 → 0.3.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.
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.2.2";
3
+ export declare const CLI_PACKAGE_VERSION: "0.3.0";
4
4
  /** 场景协议包版本,与首版 Runtime 版本保持一致。 */
5
- export declare const SCENE_PACKAGE_VERSION: "0.2.2";
5
+ export declare const SCENE_PACKAGE_VERSION: "0.3.0";
6
6
  export declare function main(arguments_?: readonly string[]): Promise<void>;
7
7
  //# sourceMappingURL=cli.d.ts.map