@operato/scene-chartjs 9.0.0-beta.3 → 9.0.0-beta.4

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,4 +1,4 @@
1
- import 'core-js/stable.js';
1
+ import 'core-js/stable/index.js';
2
2
  import 'regenerator-runtime/runtime.js';
3
3
  import './chartjs.js';
4
4
  declare const _default: "./chartjs.js";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import 'core-js/stable.js';
1
+ import 'core-js/stable/index.js';
2
2
  import 'regenerator-runtime/runtime.js';
3
3
  import './chartjs.js';
4
4
  export default './chartjs.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAA;AAC1B,OAAO,gCAAgC,CAAA;AACvC,OAAO,cAAc,CAAA;AAErB,eAAe,cAAc,CAAA","sourcesContent":["import 'core-js/stable.js'\nimport 'regenerator-runtime/runtime.js'\nimport './chartjs.js'\n\nexport default './chartjs.js'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA;AAChC,OAAO,gCAAgC,CAAA;AACvC,OAAO,cAAc,CAAA;AAErB,eAAe,cAAc,CAAA","sourcesContent":["import 'core-js/stable/index.js'\nimport 'regenerator-runtime/runtime.js'\nimport './chartjs.js'\n\nexport default './chartjs.js'\n"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-chartjs",
3
3
  "description": "Things Scene ChartJS Component",
4
- "version": "9.0.0-beta.3",
4
+ "version": "9.0.0-beta.4",
5
5
  "type": "module",
6
6
  "author": "heartyoh",
7
7
  "main": "dist/index.js",
@@ -74,5 +74,5 @@
74
74
  "prettier --write"
75
75
  ]
76
76
  },
77
- "gitHead": "5f81f48c4dfc0101ca86998417d03463f8112072"
77
+ "gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
78
78
  }
@@ -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,