@galacean/effects-specification 1.3.0-alpha.0 → 1.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/fallback.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.3.0-alpha.0
5
+ * Version: v1.3.0
6
6
  */
7
7
 
8
8
  'use strict';
package/dist/fallback.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.3.0-alpha.0
5
+ * Version: v1.3.0
6
6
  */
7
7
 
8
8
  /*********************************************/
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.3.0-alpha.0
5
+ * Version: v1.3.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.3.0-alpha.0
5
+ * Version: v1.3.0
6
6
  */
7
7
 
8
8
  /*********************************************/
@@ -69,11 +69,12 @@ export interface PluginSpineOption {
69
69
  */
70
70
  speed?: number;
71
71
  /**
72
- * 是否使用新的默认大小计算规则:相机逆投影 + 固定画布大小
73
- * 旧版规则:除以包围盒大小
72
+ * 使用的默认大小计算规则
73
+ * 0 :除以包围盒大小
74
+ * 1 : 相机逆投影 + 固定画布大小
74
75
  * @since 1.3.0
75
76
  */
76
- resizeRule: boolean;
77
+ resizeRule: number;
77
78
  }
78
79
  /**
79
80
  * spine资源信息
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-specification",
3
- "version": "1.3.0-alpha.0",
3
+ "version": "1.3.0",
4
4
  "description": "Galacean Effects JSON Specification",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",