@galacean/effects-threejs 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/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.
|
|
6
|
+
* Version: v1.1.6
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import * as THREE from 'three';
|
|
@@ -32814,9 +32814,9 @@ Geometry.create = function (engine, options) {
|
|
|
32814
32814
|
Mesh.create = function (engine, props) {
|
|
32815
32815
|
return new ThreeMesh(engine, props);
|
|
32816
32816
|
};
|
|
32817
|
-
var version = "1.1.
|
|
32817
|
+
var version = "1.1.6";
|
|
32818
32818
|
console.info({
|
|
32819
|
-
content: '[Galacean Effects THREEJS] version: ' + "1.1.
|
|
32819
|
+
content: '[Galacean Effects THREEJS] version: ' + "1.1.6",
|
|
32820
32820
|
type: LOG_TYPE,
|
|
32821
32821
|
});
|
|
32822
32822
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galacean/effects-threejs",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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.
|
|
46
|
+
"@galacean/effects-core": "1.1.6"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"three": "^0.149.0",
|