@galacean/effects-specification 1.1.0 → 1.2.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/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @galacean/effects-specification
3
3
  * Description: Galacean Effects JSON Specification
4
4
  * Author: Ant Group CO., Ltd.
5
- * Version: v1.1.0
5
+ * Version: v1.2.0
6
6
  */
7
7
 
8
8
  'use strict';
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @galacean/effects-specification
3
3
  * Description: Galacean Effects JSON Specification
4
4
  * Author: Ant Group CO., Ltd.
5
- * Version: v1.1.0
5
+ * Version: v1.2.0
6
6
  */
7
7
 
8
8
  /*********************************************/
@@ -21,8 +21,9 @@ export interface JSONScene {
21
21
  * 2.1 增加文本元素
22
22
  * 2.2 数据类型兼容
23
23
  * 2.3 新增动态视频、陀螺仪支持旋转
24
+ * 2.4 支持贝塞尔曲线
24
25
  */
25
- version: '1.0' | '1.1' | '1.2' | '1.3' | '1.5' | '1.8' | '2.0' | '2.1' | '2.2' | '2.3';
26
+ version: '1.0' | '1.1' | '1.2' | '1.3' | '1.5' | '1.8' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4';
26
27
  /**
27
28
  * 播放器版本信息
28
29
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-specification",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Galacean Effects JSON Specification",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",