@miris-inc/three 0.0.8-0742cd8 → 0.0.8-07a70b2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miris-inc/three",
|
|
3
|
-
"version": "0.0.8-
|
|
3
|
+
"version": "0.0.8-07a70b2",
|
|
4
4
|
"description": "Three.js rendering layer for the Miris 3D streaming SDK. Subclasses @miris-inc/core's Scene, Stream, and LOD primitives and wires them into Three.js objects.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://miris.com",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"serve": "vite serve"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@miris-inc/core": "0.0.8-
|
|
62
|
+
"@miris-inc/core": "0.0.8-07a70b2",
|
|
63
63
|
"three": "^0.182.0"
|
|
64
64
|
}
|
|
65
65
|
}
|