@operato/scene-sted 8.0.0 → 8.0.1
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/groups/index.js +1 -1
- package/dist/groups/index.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/templates/index.js +2 -2
- package/dist/templates/index.js.map +1 -1
- package/package.json +2 -2
- package/things-scene.config.js +3 -3
package/dist/groups/index.js
CHANGED
package/dist/groups/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/groups/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/groups/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAEhC,eAAe,CAAC,IAAI,CAAC,CAAA","sourcesContent":["import { sted } from './sted.js'\n\nexport default [sted]\n"]}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as MassFraction } from './mass-fraction';
|
|
2
|
-
export { default as InputUnitNumber } from './input-unit-number';
|
|
1
|
+
export { default as MassFraction } from './mass-fraction.js';
|
|
2
|
+
export { default as InputUnitNumber } from './input-unit-number.js';
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as MassFraction } from './mass-fraction';
|
|
2
|
-
export { default as InputUnitNumber } from './input-unit-number';
|
|
1
|
+
export { default as MassFraction } from './mass-fraction.js';
|
|
2
|
+
export { default as InputUnitNumber } from './input-unit-number.js';
|
|
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,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,wBAAwB,CAAA","sourcesContent":["export { default as MassFraction } from './mass-fraction.js'\nexport { default as InputUnitNumber } from './input-unit-number.js'\n"]}
|
package/dist/templates/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import massFraction from './mass-fraction';
|
|
2
|
-
import inputUnitNumber from './input-unit-number';
|
|
1
|
+
import massFraction from './mass-fraction.js';
|
|
2
|
+
import inputUnitNumber from './input-unit-number.js';
|
|
3
3
|
export default [massFraction, inputUnitNumber];
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,oBAAoB,CAAA;AAC7C,OAAO,eAAe,MAAM,wBAAwB,CAAA;AAEpD,eAAe,CAAC,YAAY,EAAE,eAAe,CAAC,CAAA","sourcesContent":["import massFraction from './mass-fraction.js'\nimport inputUnitNumber from './input-unit-number.js'\n\nexport default [massFraction, inputUnitNumber]\n"]}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-sted",
|
|
3
3
|
"description": "scene module for smart thermal energy design platform",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"things-scene": true,
|
|
7
7
|
"author": "heartyoh",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"prettier --write"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "daedde221bb0afaa12079e47f12660921e960672"
|
|
63
63
|
}
|
package/things-scene.config.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// import editors from './dist/editors'
|
|
2
|
-
import groups from './dist/groups'
|
|
3
|
-
import templates from './dist/templates'
|
|
1
|
+
// import editors from './dist/editors/index.js'
|
|
2
|
+
import groups from './dist/groups/index.js'
|
|
3
|
+
import templates from './dist/templates/index.js'
|
|
4
4
|
|
|
5
5
|
export default {
|
|
6
6
|
// editors,
|