@galacean/effects 1.1.5 → 1.1.6
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.min.js +3 -3
- package/dist/index.mjs +3 -3
- package/dist/weapp.js +2 -2
- package/dist/weapp.mjs +2 -2
- 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.1.
|
|
6
|
+
* Version: v1.1.6
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -36414,9 +36414,9 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
36414
36414
|
Engine.create = function (gl) {
|
|
36415
36415
|
return new GLEngine(gl);
|
|
36416
36416
|
};
|
|
36417
|
-
var version = "1.1.
|
|
36417
|
+
var version = "1.1.6";
|
|
36418
36418
|
console.info({
|
|
36419
|
-
content: '[Galacean Effects Player] version: ' + "1.1.
|
|
36419
|
+
content: '[Galacean Effects Player] version: ' + "1.1.6",
|
|
36420
36420
|
type: LOG_TYPE,
|
|
36421
36421
|
});
|
|
36422
36422
|
|