@hpcc-js/dataflow 9.6.14 → 9.7.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/dataflow",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.7.0",
|
|
4
4
|
"description": "hpcc-js - Data Flow",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bundle": "vite build",
|
|
26
26
|
"bundle-watch": "vite build --watch",
|
|
27
27
|
"bundle-serve": "vite",
|
|
28
|
-
"gen-types": "
|
|
28
|
+
"gen-types": "tsgo --project tsconfig.json",
|
|
29
29
|
"gen-types-watch": "npm run gen-types -- --watch",
|
|
30
30
|
"build": "run-p gen-types bundle",
|
|
31
31
|
"watch": "run-p gen-types-watch bundle-watch",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"docs": "typedoc --options tdoptions.json .",
|
|
35
35
|
"test-browser": "vitest run --project browser",
|
|
36
36
|
"test-node": "vitest run --project node",
|
|
37
|
-
"test-types": "npx --yes
|
|
37
|
+
"test-types": "npx --yes tsgo --project tsconfig.tests.json --noEmit",
|
|
38
38
|
"test-vitest": "vitest run",
|
|
39
39
|
"test": "run-s test-types test-vitest",
|
|
40
40
|
"bench": "vitest bench",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"update-major": "npx --yes npm-check-updates -u"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@hpcc-js/esbuild-plugins": "^1.
|
|
46
|
+
"@hpcc-js/esbuild-plugins": "^1.9.0",
|
|
47
47
|
"@types/faker": "4.1.12",
|
|
48
48
|
"faker": "4.1.0"
|
|
49
49
|
},
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://github.com/hpcc-systems/Visualization/tree/main/packages/dataflow",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "b762adfab7d03d06ea8cfab59059456100ea757c"
|
|
62
62
|
}
|