@operato/scene-excel 9.0.0-beta.1 → 9.0.0-beta.3

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,3 +1,3 @@
1
- import Excel from './excel';
1
+ import Excel from './excel.js';
2
2
  declare const _default: (typeof Excel)[];
3
3
  export default _default;
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import Excel from './excel';
1
+ import Excel from './excel.js';
2
2
  export default [Excel];
3
3
  //# 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,KAAK,MAAM,SAAS,CAAA;AAE3B,eAAe,CAAC,KAAK,CAAC,CAAA","sourcesContent":["import Excel from './excel'\n\nexport default [Excel]\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,YAAY,CAAA;AAE9B,eAAe,CAAC,KAAK,CAAC,CAAA","sourcesContent":["import Excel from './excel.js'\n\nexport default [Excel]\n"]}
@@ -1,3 +1,3 @@
1
- import excel from './excel';
1
+ import excel from './excel.js';
2
2
  export default [excel];
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAA;AAE3B,eAAe,CAAC,KAAK,CAAC,CAAA","sourcesContent":["import excel from './excel'\n\nexport default [excel]\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,YAAY,CAAA;AAE9B,eAAe,CAAC,KAAK,CAAC,CAAA","sourcesContent":["import excel from './excel.js'\n\nexport default [excel]\n"]}
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@operato/scene-excel",
3
3
  "description": "Excel integration component for things-scene",
4
- "version": "9.0.0-beta.1",
4
+ "version": "9.0.0-beta.3",
5
+ "type": "module",
5
6
  "author": "heartyoh",
6
7
  "main": "dist/index.js",
7
8
  "module": "dist/index.js",
@@ -58,5 +59,5 @@
58
59
  "prettier --write"
59
60
  ]
60
61
  },
61
- "gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
62
+ "gitHead": "5f81f48c4dfc0101ca86998417d03463f8112072"
62
63
  }
@@ -1,4 +1,4 @@
1
- import templates from './dist/templates'
1
+ import templates from './dist/templates.js'
2
2
 
3
3
  export default {
4
4
  templates