@operato/scene-openlayers 9.0.0-beta.3 → 9.0.0-beta.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-openlayers",
3
3
  "description": "OpenLayers component for things-scene",
4
- "version": "9.0.0-beta.3",
4
+ "version": "9.0.0-beta.7",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "things-scene": true,
@@ -39,8 +39,8 @@
39
39
  "@typescript-eslint/parser": "^4.33.0",
40
40
  "@web/dev-server": "^0.1.28",
41
41
  "concurrently": "^8.0.1",
42
- "eslint": "^8.39.0",
43
- "eslint-config-prettier": "^8.3.0",
42
+ "eslint": "^9.18.0",
43
+ "eslint-config-prettier": "^10.0.1",
44
44
  "husky": "^8.0.3",
45
45
  "lint-staged": "^13.2.2",
46
46
  "prettier": "^2.4.1",
@@ -59,5 +59,5 @@
59
59
  "prettier --write"
60
60
  ]
61
61
  },
62
- "gitHead": "5f81f48c4dfc0101ca86998417d03463f8112072"
62
+ "gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
63
63
  }
@@ -1,5 +1,5 @@
1
- import groups from './dist/groups.js'
2
- import templates from './dist/templates.js'
1
+ import groups from './dist/groups/index.js'
2
+ import templates from './dist/templates/index.js'
3
3
 
4
4
  export default {
5
5
  templates,