@galacean/effects-core 2.1.1 → 2.1.2-alpha.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 +1 -1
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.1.
|
|
6
|
+
* Version: v2.1.2-alpha.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -31381,7 +31381,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
|
|
|
31381
31381
|
registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
|
|
31382
31382
|
registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
|
|
31383
31383
|
registerPlugin("interact", InteractLoader, exports.VFXItem, true);
|
|
31384
|
-
var version = "2.1.
|
|
31384
|
+
var version = "2.1.2-alpha.0";
|
|
31385
31385
|
logger.info("Core version: " + version + ".");
|
|
31386
31386
|
|
|
31387
31387
|
exports.AbstractPlugin = AbstractPlugin;
|