@gnsx/three 0.184.4 → 0.184.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/package.json +1 -6
- package/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnsx/three",
|
|
3
|
-
"version": "0.184.
|
|
4
|
-
"types": "index.d.ts",
|
|
3
|
+
"version": "0.184.6",
|
|
5
4
|
"description": "JavaScript 3D library",
|
|
6
5
|
"type": "module",
|
|
7
6
|
"main": "./build/three.cjs",
|
|
@@ -30,7 +29,6 @@
|
|
|
30
29
|
"build",
|
|
31
30
|
"examples/jsm",
|
|
32
31
|
"examples/fonts",
|
|
33
|
-
"index.d.ts",
|
|
34
32
|
"LICENSE",
|
|
35
33
|
"package.json",
|
|
36
34
|
"README.md",
|
|
@@ -126,8 +124,5 @@
|
|
|
126
124
|
"build/three.module.js"
|
|
127
125
|
],
|
|
128
126
|
"directories": {}
|
|
129
|
-
},
|
|
130
|
-
"dependencies": {
|
|
131
|
-
"@gnsx/three-types": "^0.184.1"
|
|
132
127
|
}
|
|
133
128
|
}
|
package/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@gnsx/three-types';
|