@miris-inc/three 0.0.7-798965f → 0.0.7-7ad259c
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 +3 -2
- package/three.mjs +19830 -12639
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miris-inc/three",
|
|
3
|
+
"license": "Apache-2.0",
|
|
3
4
|
"exports": "./three.mjs",
|
|
4
5
|
"scripts": {
|
|
5
6
|
"d": "bun dev",
|
|
@@ -11,9 +12,9 @@
|
|
|
11
12
|
},
|
|
12
13
|
"devDependencies": {
|
|
13
14
|
"@miris-inc/core": "*",
|
|
14
|
-
"@sparkjsdev/spark": "
|
|
15
|
+
"@sparkjsdev/spark": "*",
|
|
15
16
|
"@types/three": "^0.182.0",
|
|
16
17
|
"three": "^0.182.0"
|
|
17
18
|
},
|
|
18
|
-
"version": "0.0.7-
|
|
19
|
+
"version": "0.0.7-7ad259c"
|
|
19
20
|
}
|