@operato/scene-legend 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
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-legend",
3
3
  "description": "Legend component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.3",
5
+ "version": "9.0.0-beta.7",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
@@ -40,8 +40,8 @@
40
40
  "@typescript-eslint/parser": "^4.33.0",
41
41
  "@web/dev-server": "^0.1.28",
42
42
  "concurrently": "^8.0.1",
43
- "eslint": "^8.39.0",
44
- "eslint-config-prettier": "^8.3.0",
43
+ "eslint": "^9.18.0",
44
+ "eslint-config-prettier": "^10.0.1",
45
45
  "husky": "^8.0.3",
46
46
  "lint-staged": "^13.2.2",
47
47
  "prettier": "^2.4.1",
@@ -60,5 +60,5 @@
60
60
  "prettier --write"
61
61
  ]
62
62
  },
63
- "gitHead": "5f81f48c4dfc0101ca86998417d03463f8112072"
63
+ "gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
64
64
  }
@@ -1,5 +1,5 @@
1
- import editors from './dist/editors.js'
2
- import templates from './dist/templates.js'
1
+ import editors from './dist/editors/index.js'
2
+ import templates from './dist/templates/index.js'
3
3
 
4
4
  export default {
5
5
  templates,