@operato/scene-gantt 9.0.0-beta.0 → 9.0.0-beta.2

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 GanttScene } from './gantt';
1
+ export { default as GanttScene } from './gantt.js';
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { default as GanttScene } from './gantt';
1
+ export { default as GanttScene } from './gantt.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,UAAU,EAAE,MAAM,SAAS,CAAA","sourcesContent":["export { default as GanttScene } from './gantt'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,YAAY,CAAA","sourcesContent":["export { default as GanttScene } from './gantt.js'\n"]}
@@ -1,3 +1,3 @@
1
- import Gantt from './gantt';
1
+ import Gantt from './gantt.js';
2
2
  export default [Gantt];
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 Gantt from './gantt'\n\nexport default [Gantt]\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 Gantt from './gantt.js'\n\nexport default [Gantt]\n"]}
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@operato/scene-gantt",
3
3
  "description": "Operato Scene Component for Gantt Chart",
4
- "version": "9.0.0-beta.0",
4
+ "version": "9.0.0-beta.2",
5
+ "type": "module",
5
6
  "license": "MIT",
6
7
  "things-scene": true,
7
8
  "author": "heartyoh",
@@ -33,8 +34,8 @@
33
34
  },
34
35
  "devDependencies": {
35
36
  "@hatiolab/prettier-config": "^1.0.0",
36
- "@things-factory/builder": "^8.0.0-beta",
37
- "@things-factory/operato-board": "^8.0.0-beta",
37
+ "@things-factory/builder": "^9.0.0-beta",
38
+ "@things-factory/operato-board": "^9.0.0-beta",
38
39
  "@typescript-eslint/eslint-plugin": "^4.33.0",
39
40
  "@typescript-eslint/parser": "^4.33.0",
40
41
  "@web/dev-server": "^0.1.28",
@@ -59,5 +60,5 @@
59
60
  "prettier --write"
60
61
  ]
61
62
  },
62
- "gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
63
+ "gitHead": "69866123dfa29ef31089a5862be17832449fae1f"
63
64
  }