@operato/scene-ar 9.0.0-beta.2 → 9.0.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/things-scene.config.js +1 -1
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/scene-ar",
|
3
3
|
"description": "AR Modelviewer component for things-scene",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "9.0.0-beta.
|
5
|
+
"version": "9.0.0-beta.4",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"prettier --write"
|
59
59
|
]
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
|
62
62
|
}
|
package/things-scene.config.js
CHANGED