@operato/scene-gantt 9.0.0-beta.1 → 9.0.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/templates/index.js +1 -1
- package/dist/templates/index.js.map +1 -1
- package/package.json +3 -2
- package/things-scene.config.js +2 -2
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,
|
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"]}
|
package/dist/templates/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,
|
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.
|
4
|
+
"version": "9.0.0-beta.3",
|
5
|
+
"type": "module",
|
5
6
|
"license": "MIT",
|
6
7
|
"things-scene": true,
|
7
8
|
"author": "heartyoh",
|
@@ -59,5 +60,5 @@
|
|
59
60
|
"prettier --write"
|
60
61
|
]
|
61
62
|
},
|
62
|
-
"gitHead": "
|
63
|
+
"gitHead": "5f81f48c4dfc0101ca86998417d03463f8112072"
|
63
64
|
}
|
package/things-scene.config.js
CHANGED