three-uniapp 1.0.2 → 2.0.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/package.json +9 -13
- package/build/three-ai.min.js +0 -6
package/package.json
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "three-uniapp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
},
|
|
6
6
|
"description": "JavaScript 3D library",
|
|
7
|
-
"main": "./build/three-
|
|
7
|
+
"main": "./build/three-uniapp.min.js",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
-
"import": "./build/three-
|
|
11
|
-
"require": "./build/three-
|
|
10
|
+
"import": "./build/three-uniapp.min.js",
|
|
11
|
+
"require": "./build/three-uniapp.min.js"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "https://gitee.com/threejs"
|
|
17
|
-
},
|
|
18
14
|
"sideEffects": false,
|
|
19
15
|
"files": [
|
|
20
|
-
"build/three-
|
|
16
|
+
"build/three-uniapp.min.js",
|
|
21
17
|
"package.json"
|
|
22
18
|
],
|
|
23
19
|
"directories": {
|
|
@@ -106,7 +102,7 @@
|
|
|
106
102
|
"make-screenshot": "node test/e2e/puppeteer.js --make"
|
|
107
103
|
},
|
|
108
104
|
"keywords": [
|
|
109
|
-
"three-
|
|
105
|
+
"three-uniapp",
|
|
110
106
|
"three.js",
|
|
111
107
|
"javascript",
|
|
112
108
|
"3d",
|
|
@@ -153,9 +149,9 @@
|
|
|
153
149
|
"package.json",
|
|
154
150
|
"LICENSE",
|
|
155
151
|
"README.md",
|
|
156
|
-
"build/three-
|
|
157
|
-
"build/three-
|
|
158
|
-
"build/three-
|
|
152
|
+
"build/three-uniapp.js",
|
|
153
|
+
"build/three-uniapp.min.js",
|
|
154
|
+
"build/three-uniapp.module.js"
|
|
159
155
|
],
|
|
160
156
|
"directories": {}
|
|
161
157
|
}
|