@operato/scene-half-roundrect 8.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,6 @@
1
1
  {
2
2
  "name": "@operato/scene-half-roundrect",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Half roundrect component for things-scene",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "606d806afe9351c028c8b8a6726ad7e5da694b18"
60
+ "gitHead": "daedde221bb0afaa12079e47f12660921e960672"
61
61
  }