@smplrspace/smplr-loader 2.43.0 → 2.43.1-beta.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.
|
@@ -3763,7 +3763,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3763
3763
|
z: number;
|
|
3764
3764
|
}
|
|
3765
3765
|
|
|
3766
|
-
export declare const version = "2.43.
|
|
3766
|
+
export declare const version = "2.43.1-beta.6";
|
|
3767
3767
|
|
|
3768
3768
|
declare interface ViewerRendererHandle {
|
|
3769
3769
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smplrspace/smplr-loader",
|
|
3
|
-
"version": "2.43.
|
|
3
|
+
"version": "2.43.1-beta.6",
|
|
4
4
|
"description": "NPM package to load a typed Smplr.js from CDN easily",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -49,7 +49,11 @@
|
|
|
49
49
|
"keywords": [
|
|
50
50
|
"smplrspace",
|
|
51
51
|
"floor plan",
|
|
52
|
-
"digital twin"
|
|
52
|
+
"digital twin",
|
|
53
|
+
"data visualization",
|
|
54
|
+
"building",
|
|
55
|
+
"real estate",
|
|
56
|
+
"facility management"
|
|
53
57
|
],
|
|
54
58
|
"packageManager": "yarn@3.2.4"
|
|
55
59
|
}
|