@node-projects/web-component-designer 0.0.269 → 0.0.270

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.
@@ -258,7 +258,7 @@ export class NpmPackageLoader {
258
258
  if (imp) {
259
259
  importMap.imports[packageJsonObj.name] = baseUrl + removeTrailing(imp, '/');
260
260
  }
261
- else if (imp = getImport(packageJsonObj?.['.'])) {
261
+ else if (imp = getImport(packageJsonObj.exports?.['.'])) {
262
262
  importMap.imports[packageJsonObj.name] = baseUrl + removeTrailing(imp, '/');
263
263
  }
264
264
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "A UI designer for Polymer apps",
3
3
  "name": "@node-projects/web-component-designer",
4
- "version": "0.0.269",
4
+ "version": "0.0.270",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "",