@operato/scene-indoor-map 9.0.0-beta.0 → 9.0.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-indoor-map",
|
3
|
-
"version": "9.0.0-beta.
|
3
|
+
"version": "9.0.0-beta.1",
|
4
4
|
"description": "Indoor Map component for things-scene.",
|
5
5
|
"author": "heartyoh",
|
6
6
|
"main": "dist/index.js",
|
@@ -31,8 +31,8 @@
|
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
33
|
"@hatiolab/prettier-config": "^1.0.0",
|
34
|
-
"@things-factory/builder": "^
|
35
|
-
"@things-factory/operato-board": "^
|
34
|
+
"@things-factory/builder": "^9.0.0-beta",
|
35
|
+
"@things-factory/operato-board": "^9.0.0-beta",
|
36
36
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
37
37
|
"@typescript-eslint/parser": "^4.33.0",
|
38
38
|
"@web/dev-server": "^0.1.28",
|
@@ -57,5 +57,5 @@
|
|
57
57
|
"prettier --write"
|
58
58
|
]
|
59
59
|
},
|
60
|
-
"gitHead": "
|
60
|
+
"gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
|
61
61
|
}
|