@vitus-labs/tools-core 0.31.0 → 0.32.0
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.
|
@@ -6424,7 +6424,7 @@ var drawChart = (function (exports) {
|
|
|
6424
6424
|
</script>
|
|
6425
6425
|
<script>
|
|
6426
6426
|
/*<!--*/
|
|
6427
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-core.js","children":[{"name":"src/index.ts","uid":"
|
|
6427
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-core.js","children":[{"name":"src/index.ts","uid":"6ad7-1"}]}],"isRoot":true},"nodeParts":{"6ad7-1":{"renderedLength":3990,"gzipLength":1276,"brotliLength":0,"mainUid":"6ad7-0"}},"nodeMetas":{"6ad7-0":{"id":"/src/index.ts","moduleParts":{"vitus-tools-core.js":"6ad7-1"},"imported":[{"uid":"6ad7-2"},{"uid":"6ad7-3"},{"uid":"6ad7-4"}],"importedBy":[],"isEntry":true},"6ad7-2":{"id":"fs","moduleParts":{},"imported":[],"importedBy":[{"uid":"6ad7-0"}],"isExternal":true},"6ad7-3":{"id":"find-up","moduleParts":{},"imported":[],"importedBy":[{"uid":"6ad7-0"}],"isExternal":true},"6ad7-4":{"id":"lodash","moduleParts":{},"imported":[],"importedBy":[{"uid":"6ad7-0"}],"isExternal":true}},"env":{"rollup":"2.72.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
6428
6428
|
|
|
6429
6429
|
const run = () => {
|
|
6430
6430
|
const width = window.innerWidth;
|
|
@@ -6424,7 +6424,7 @@ var drawChart = (function (exports) {
|
|
|
6424
6424
|
</script>
|
|
6425
6425
|
<script>
|
|
6426
6426
|
/*<!--*/
|
|
6427
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-core.module.js","children":[{"name":"src/index.ts","uid":"
|
|
6427
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-core.module.js","children":[{"name":"src/index.ts","uid":"6ad7-6"}]}],"isRoot":true},"nodeParts":{"6ad7-6":{"renderedLength":3922,"gzipLength":1253,"brotliLength":0,"mainUid":"6ad7-5"}},"nodeMetas":{"6ad7-5":{"id":"/src/index.ts","moduleParts":{"vitus-tools-core.module.js":"6ad7-6"},"imported":[{"uid":"6ad7-7"},{"uid":"6ad7-8"},{"uid":"6ad7-9"}],"importedBy":[],"isEntry":true},"6ad7-7":{"id":"fs","moduleParts":{},"imported":[],"importedBy":[{"uid":"6ad7-5"}],"isExternal":true},"6ad7-8":{"id":"find-up","moduleParts":{},"imported":[],"importedBy":[{"uid":"6ad7-5"}],"isExternal":true},"6ad7-9":{"id":"lodash","moduleParts":{},"imported":[],"importedBy":[{"uid":"6ad7-5"}],"isExternal":true}},"env":{"rollup":"2.72.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
6428
6428
|
|
|
6429
6429
|
const run = () => {
|
|
6430
6430
|
const width = window.innerWidth;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitus-labs/tools-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
"main": "lib/vitus-tools-core.js",
|
|
10
10
|
"module": "lib/vitus-tools-core.module.js",
|
|
11
11
|
"types": "lib/index.d.ts",
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">= 14"
|
|
14
|
+
},
|
|
12
15
|
"publishConfig": {
|
|
13
16
|
"access": "public"
|
|
14
17
|
},
|
|
@@ -24,10 +27,10 @@
|
|
|
24
27
|
"lodash": "^4.17.21"
|
|
25
28
|
},
|
|
26
29
|
"devDependencies": {
|
|
27
|
-
"@vitus-labs/tools-babel": "0.
|
|
28
|
-
"@vitus-labs/tools-core": "0.
|
|
29
|
-
"@vitus-labs/tools-rollup": "0.
|
|
30
|
-
"@vitus-labs/tools-typescript": "0.
|
|
30
|
+
"@vitus-labs/tools-babel": "0.32.0",
|
|
31
|
+
"@vitus-labs/tools-core": "0.32.0",
|
|
32
|
+
"@vitus-labs/tools-rollup": "0.32.0",
|
|
33
|
+
"@vitus-labs/tools-typescript": "0.32.0"
|
|
31
34
|
},
|
|
32
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "dbbd2feb2021df6aa520a22bf5a77207ac2a475c"
|
|
33
36
|
}
|