@operato/scene-indoor-map 8.0.0-beta.0 → 8.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-indoor-map",
3
- "version": "8.0.0-beta.0",
3
+ "version": "8.0.0-beta.2",
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": "^8.0.0-alpha",
35
- "@things-factory/operato-board": "^8.0.0-alpha",
34
+ "@things-factory/builder": "^8.0.0-beta",
35
+ "@things-factory/operato-board": "^8.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": "b3cf6db1fbdcb9f4feac35560517fec3bb42c493"
60
+ "gitHead": "d6329b4f15ae63c2a99ec5b58ee1d527e88a4c36"
61
61
  }