@baron1996/kline-scene-schema 0.2.2 → 0.2.3

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /** 场景协议包版本;Scene version 仍保持 1。 */
2
- export declare const SCENE_PACKAGE_VERSION: "0.2.2";
2
+ export declare const SCENE_PACKAGE_VERSION: "0.2.3";
3
3
  export * from './canonical-json.js';
4
4
  export * from './canonicalize.js';
5
5
  export * from './errors.js';
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /** 场景协议包版本;Scene version 仍保持 1。 */
2
- export const SCENE_PACKAGE_VERSION = '0.2.2';
2
+ export const SCENE_PACKAGE_VERSION = '0.2.3';
3
3
  export * from './canonical-json.js';
4
4
  export * from './canonicalize.js';
5
5
  export * from './errors.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baron1996/kline-scene-schema",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Strict ChartScene schema, types, validation, and canonical serialization.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",