@galacean/effects-core 2.0.0-alpha.1 → 2.0.0-alpha.2

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
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects runtime core for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v2.0.0-alpha.1
6
+ * Version: v2.0.0-alpha.2
7
7
  */
8
8
 
9
9
  'use strict';
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects runtime core for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v2.0.0-alpha.1
6
+ * Version: v2.0.0-alpha.2
7
7
  */
8
8
 
9
9
  /******************************************************************************
@@ -77,7 +77,7 @@ export declare class VFXItem<T extends VFXItemContent> extends EffectsObject imp
77
77
  * 元素 id 唯一
78
78
  */
79
79
  id: string;
80
- oldId: number;
80
+ oldId: string;
81
81
  /**
82
82
  * 元素创建的数据图层/粒子/模型等
83
83
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-core",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.2",
4
4
  "description": "Galacean Effects runtime core for the web",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",