@galacean/effects 1.1.0-alpha.3 → 1.1.0
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.mjs
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.0
|
|
6
|
+
* Version: v1.1.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -36354,9 +36354,9 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
36354
36354
|
Engine.create = function (gl) {
|
|
36355
36355
|
return new GLEngine(gl);
|
|
36356
36356
|
};
|
|
36357
|
-
var version = "1.1.0
|
|
36357
|
+
var version = "1.1.0";
|
|
36358
36358
|
console.info({
|
|
36359
|
-
content: '[Galacean Effects Player] version: ' + "1.1.0
|
|
36359
|
+
content: '[Galacean Effects Player] version: ' + "1.1.0",
|
|
36360
36360
|
type: LOG_TYPE,
|
|
36361
36361
|
});
|
|
36362
36362
|
|
package/dist/weapp.js
CHANGED
|
@@ -36352,9 +36352,9 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
36352
36352
|
Engine.create = function (gl) {
|
|
36353
36353
|
return new GLEngine(gl);
|
|
36354
36354
|
};
|
|
36355
|
-
var version = "1.1.0
|
|
36355
|
+
var version = "1.1.0";
|
|
36356
36356
|
console.info({
|
|
36357
|
-
content: '[Galacean Effects Player] version: ' + "1.1.0
|
|
36357
|
+
content: '[Galacean Effects Player] version: ' + "1.1.0",
|
|
36358
36358
|
type: LOG_TYPE,
|
|
36359
36359
|
});
|
|
36360
36360
|
|
package/dist/weapp.mjs
CHANGED
|
@@ -36348,9 +36348,9 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
36348
36348
|
Engine.create = function (gl) {
|
|
36349
36349
|
return new GLEngine(gl);
|
|
36350
36350
|
};
|
|
36351
|
-
var version = "1.1.0
|
|
36351
|
+
var version = "1.1.0";
|
|
36352
36352
|
console.info({
|
|
36353
|
-
content: '[Galacean Effects Player] version: ' + "1.1.0
|
|
36353
|
+
content: '[Galacean Effects Player] version: ' + "1.1.0",
|
|
36354
36354
|
type: LOG_TYPE,
|
|
36355
36355
|
});
|
|
36356
36356
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galacean/effects",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Galacean Effects runtime player for the web",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"registry": "https://registry.npmjs.org"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@galacean/effects-core": "1.1.0
|
|
59
|
-
"@galacean/effects-webgl": "1.1.0
|
|
58
|
+
"@galacean/effects-core": "1.1.0",
|
|
59
|
+
"@galacean/effects-webgl": "1.1.0"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"prebuild": "pnpm clean",
|