@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":"ea65-1"}]}],"isRoot":true},"nodeParts":{"ea65-1":{"renderedLength":3990,"gzipLength":1276,"brotliLength":0,"mainUid":"ea65-0"}},"nodeMetas":{"ea65-0":{"id":"/src/index.ts","moduleParts":{"vitus-tools-core.js":"ea65-1"},"imported":[{"uid":"ea65-2"},{"uid":"ea65-3"},{"uid":"ea65-4"}],"importedBy":[],"isEntry":true},"ea65-2":{"id":"fs","moduleParts":{},"imported":[],"importedBy":[{"uid":"ea65-0"}],"isExternal":true},"ea65-3":{"id":"find-up","moduleParts":{},"imported":[],"importedBy":[{"uid":"ea65-0"}],"isExternal":true},"ea65-4":{"id":"lodash","moduleParts":{},"imported":[],"importedBy":[{"uid":"ea65-0"}],"isExternal":true}},"env":{"rollup":"2.72.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
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":"ea65-6"}]}],"isRoot":true},"nodeParts":{"ea65-6":{"renderedLength":3922,"gzipLength":1253,"brotliLength":0,"mainUid":"ea65-5"}},"nodeMetas":{"ea65-5":{"id":"/src/index.ts","moduleParts":{"vitus-tools-core.module.js":"ea65-6"},"imported":[{"uid":"ea65-7"},{"uid":"ea65-8"},{"uid":"ea65-9"}],"importedBy":[],"isEntry":true},"ea65-7":{"id":"fs","moduleParts":{},"imported":[],"importedBy":[{"uid":"ea65-5"}],"isExternal":true},"ea65-8":{"id":"find-up","moduleParts":{},"imported":[],"importedBy":[{"uid":"ea65-5"}],"isExternal":true},"ea65-9":{"id":"lodash","moduleParts":{},"imported":[],"importedBy":[{"uid":"ea65-5"}],"isExternal":true}},"env":{"rollup":"2.72.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
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.31.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.31.0",
28
- "@vitus-labs/tools-core": "0.31.0",
29
- "@vitus-labs/tools-rollup": "0.31.0",
30
- "@vitus-labs/tools-typescript": "0.31.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": "9c2e65f675992e6ae4af3e4ef346bf8eec61bf62"
35
+ "gitHead": "dbbd2feb2021df6aa520a22bf5a77207ac2a475c"
33
36
  }