@galacean/effects-core 2.8.9 → 2.8.10
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- 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.8.
|
|
6
|
+
* Version: v2.8.10
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -31637,7 +31637,7 @@ function getStandardSpriteContent(sprite, transform) {
|
|
|
31637
31637
|
return ret;
|
|
31638
31638
|
}
|
|
31639
31639
|
|
|
31640
|
-
var version$1 = "2.8.
|
|
31640
|
+
var version$1 = "2.8.10";
|
|
31641
31641
|
var v0 = /^(\d+)\.(\d+)\.(\d+)(-(\w+)\.\d+)?$/;
|
|
31642
31642
|
var standardVersion = /^(\d+)\.(\d+)$/;
|
|
31643
31643
|
var reverseParticle = false;
|
|
@@ -35337,7 +35337,7 @@ registerPlugin("text", TextLoader);
|
|
|
35337
35337
|
registerPlugin("sprite", SpriteLoader);
|
|
35338
35338
|
registerPlugin("particle", ParticleLoader);
|
|
35339
35339
|
registerPlugin("interact", InteractLoader);
|
|
35340
|
-
var version = "2.8.
|
|
35340
|
+
var version = "2.8.10";
|
|
35341
35341
|
logger.info("Core version: " + version + ".");
|
|
35342
35342
|
|
|
35343
35343
|
exports.ActivationMixerPlayable = ActivationMixerPlayable;
|