@galacean/effects-threejs 1.1.0-alpha.2 → 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/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime threejs plugin 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
|
import * as THREE from 'three';
|
|
@@ -32753,9 +32753,9 @@ Geometry.create = function (engine, options) {
|
|
|
32753
32753
|
Mesh.create = function (engine, props) {
|
|
32754
32754
|
return new ThreeMesh(engine, props);
|
|
32755
32755
|
};
|
|
32756
|
-
var version = "1.1.0
|
|
32756
|
+
var version = "1.1.0";
|
|
32757
32757
|
console.info({
|
|
32758
|
-
content: '[Galacean Effects THREEJS] version: ' + "1.1.0
|
|
32758
|
+
content: '[Galacean Effects THREEJS] version: ' + "1.1.0",
|
|
32759
32759
|
type: LOG_TYPE,
|
|
32760
32760
|
});
|
|
32761
32761
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galacean/effects-threejs",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Galacean Effects runtime threejs plugin for the web",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"registry": "https://registry.npmjs.org"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@galacean/effects-core": "1.1.0
|
|
46
|
+
"@galacean/effects-core": "1.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"three": "^0.149.0",
|