@operato/scene-half-roundrect 9.0.0-beta.1 → 9.0.0-beta.7

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { default as HalfRoundrect } from './half-roundrect';
1
+ export { default as HalfRoundrect } from './half-roundrect.js';
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { default as HalfRoundrect } from './half-roundrect';
1
+ export { default as HalfRoundrect } from './half-roundrect.js';
2
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAA","sourcesContent":["export { default as HalfRoundrect } from './half-roundrect'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA","sourcesContent":["export { default as HalfRoundrect } from './half-roundrect.js'\n"]}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-half-roundrect",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-beta.7",
4
+ "type": "module",
4
5
  "description": "Half roundrect component for things-scene",
5
6
  "author": "heartyoh",
6
7
  "main": "dist/index.js",
@@ -37,8 +38,8 @@
37
38
  "@typescript-eslint/parser": "^4.33.0",
38
39
  "@web/dev-server": "^0.1.28",
39
40
  "concurrently": "^8.0.1",
40
- "eslint": "^8.39.0",
41
- "eslint-config-prettier": "^8.3.0",
41
+ "eslint": "^9.18.0",
42
+ "eslint-config-prettier": "^10.0.1",
42
43
  "husky": "^8.0.3",
43
44
  "lint-staged": "^13.2.2",
44
45
  "prettier": "^2.4.1",
@@ -57,5 +58,5 @@
57
58
  "prettier --write"
58
59
  ]
59
60
  },
60
- "gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
61
+ "gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
61
62
  }