@galacean/effects-core 2.2.1-alpha.0 → 2.2.1
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.2.1
|
|
6
|
+
* Version: v2.2.1
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -31344,7 +31344,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
|
|
|
31344
31344
|
registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
|
|
31345
31345
|
registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
|
|
31346
31346
|
registerPlugin("interact", InteractLoader, exports.VFXItem, true);
|
|
31347
|
-
var version = "2.2.1
|
|
31347
|
+
var version = "2.2.1";
|
|
31348
31348
|
logger.info("Core version: " + version + ".");
|
|
31349
31349
|
|
|
31350
31350
|
exports.AbstractPlugin = AbstractPlugin;
|