@galacean/effects 2.9.1 → 2.9.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/alipay.js +1 -1
- package/dist/alipay.mjs +1 -1
- package/dist/douyin.js +1 -1
- package/dist/douyin.mjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.min.js +2 -2
- package/dist/index.mjs +4 -4
- package/dist/weapp.js +1 -1
- package/dist/weapp.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime player for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v2.9.
|
|
6
|
+
* Version: v2.9.2
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -33655,7 +33655,7 @@ function getStandardSpriteContent(sprite, transform) {
|
|
|
33655
33655
|
return ret;
|
|
33656
33656
|
}
|
|
33657
33657
|
|
|
33658
|
-
var version$2 = "2.9.
|
|
33658
|
+
var version$2 = "2.9.2";
|
|
33659
33659
|
var v0 = /^(\d+)\.(\d+)\.(\d+)(-(\w+)\.\d+)?$/;
|
|
33660
33660
|
var standardVersion = /^(\d+)\.(\d+)$/;
|
|
33661
33661
|
var reverseParticle = false;
|
|
@@ -38709,7 +38709,7 @@ registerPlugin("text", TextLoader);
|
|
|
38709
38709
|
registerPlugin("sprite", SpriteLoader);
|
|
38710
38710
|
registerPlugin("particle", ParticleLoader);
|
|
38711
38711
|
registerPlugin("interact", InteractLoader);
|
|
38712
|
-
var version$1 = "2.9.
|
|
38712
|
+
var version$1 = "2.9.2";
|
|
38713
38713
|
logger.info("Core version: " + version$1 + ".");
|
|
38714
38714
|
|
|
38715
38715
|
function assignInspectorName(obj, name, id) {
|
|
@@ -42404,7 +42404,7 @@ Engine.create = function(canvas, options) {
|
|
|
42404
42404
|
};
|
|
42405
42405
|
/**
|
|
42406
42406
|
* Player 版本号
|
|
42407
|
-
*/ var version = "2.9.
|
|
42407
|
+
*/ var version = "2.9.2";
|
|
42408
42408
|
logger.info("Player version: " + version + ".");
|
|
42409
42409
|
|
|
42410
42410
|
exports.ActivationMixerPlayable = ActivationMixerPlayable;
|