@galacean/effects-specification 2.5.0-alpha.3 → 2.5.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/es/index.d.ts CHANGED
@@ -41,4 +41,4 @@ export * from './material-data';
41
41
  export * from './geometry-data';
42
42
  export * from './shader-data';
43
43
  export * from './effects-package-data';
44
- export declare const LATEST_VERSION = JSONSceneVersion['3_3'];
44
+ export declare const LATEST_VERSION = JSONSceneVersion['3_4'];
package/es/scene.d.ts CHANGED
@@ -31,8 +31,9 @@ export declare enum JSONSceneVersion {
31
31
  '3_0' = "3.0",// EC 改造、移除滤镜元素
32
32
  '3_1' = "3.1",// 音视频
33
33
  '3_2' = "3.2",// 矢量动画、透明视频、增加富文本属性
34
- '3_3' = "3.3",// 指向型蒙版、图片蒙版
35
- 'LATEST' = "3.3"
34
+ '3_3' = "3.3",// 指向型蒙版、图片/文字蒙版
35
+ '3_4' = "3.4",// 动画状态机
36
+ 'LATEST' = "3.4"
36
37
  }
37
38
  /**
38
39
  * runtime 2.0 之前的场景信息
package/es/scene.js CHANGED
@@ -18,5 +18,6 @@ export var JSONSceneVersion;
18
18
  JSONSceneVersion["3_1"] = "3.1";
19
19
  JSONSceneVersion["3_2"] = "3.2";
20
20
  JSONSceneVersion["3_3"] = "3.3";
21
- JSONSceneVersion["LATEST"] = "3.3";
21
+ JSONSceneVersion["3_4"] = "3.4";
22
+ JSONSceneVersion["LATEST"] = "3.4";
22
23
  })(JSONSceneVersion || (JSONSceneVersion = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-specification",
3
- "version": "2.5.0-alpha.3",
3
+ "version": "2.5.0",
4
4
  "description": "Galacean Effects JSON Specification",
5
5
  "module": "./es/index.js",
6
6
  "main": "./es/index.js",