@galacean/effects 1.5.0-alpha.1 → 1.5.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/alipay.js +3 -3
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +3 -3
- package/dist/alipay.mjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/weapp.js +3 -3
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +3 -3
- package/dist/weapp.mjs.map +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: v1.5.
|
|
6
|
+
* Version: v1.5.1
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -702,7 +702,7 @@ function isValidFontFamily(fontFamily) {
|
|
|
702
702
|
* Name: @galacean/effects-specification
|
|
703
703
|
* Description: Galacean Effects JSON Specification
|
|
704
704
|
* Author: Ant Group CO., Ltd.
|
|
705
|
-
* Version: v1.3.0
|
|
705
|
+
* Version: v1.3.0
|
|
706
706
|
*/
|
|
707
707
|
|
|
708
708
|
/*********************************************/
|
|
@@ -21883,7 +21883,7 @@ var filters = {
|
|
|
21883
21883
|
* Name: @galacean/effects-specification
|
|
21884
21884
|
* Description: Galacean Effects JSON Specification
|
|
21885
21885
|
* Author: Ant Group CO., Ltd.
|
|
21886
|
-
* Version: v1.3.0
|
|
21886
|
+
* Version: v1.3.0
|
|
21887
21887
|
*/
|
|
21888
21888
|
|
|
21889
21889
|
/*********************************************/
|
|
@@ -30941,7 +30941,7 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
30941
30941
|
Engine.create = function (gl) {
|
|
30942
30942
|
return new GLEngine(gl);
|
|
30943
30943
|
};
|
|
30944
|
-
var version = "1.5.
|
|
30944
|
+
var version = "1.5.1";
|
|
30945
30945
|
logger.info('player version: ' + version);
|
|
30946
30946
|
|
|
30947
30947
|
exports.AbstractPlugin = AbstractPlugin;
|