@galacean/effects-core 2.0.0-beta.2 → 2.0.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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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
|
|
6
|
+
* Version: v2.0.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -27686,7 +27686,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
|
|
|
27686
27686
|
registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
|
|
27687
27687
|
registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
|
|
27688
27688
|
registerPlugin("interact", InteractLoader, exports.VFXItem, true);
|
|
27689
|
-
var version = "2.0.0
|
|
27689
|
+
var version = "2.0.0";
|
|
27690
27690
|
logger.info("Core version: " + version + ".");
|
|
27691
27691
|
|
|
27692
27692
|
exports.AbstractPlugin = AbstractPlugin;
|