@hpcc-js/dataflow 9.6.14 → 9.7.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/dataflow",
3
- "version": "9.6.14",
3
+ "version": "9.7.1",
4
4
  "description": "hpcc-js - Data Flow",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
@@ -21,11 +21,11 @@
21
21
  "types/*"
22
22
  ],
23
23
  "scripts": {
24
- "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo",
24
+ "clean": "rimraf --glob lib* types types-3.4 dist *.tsbuildinfo .turbo",
25
25
  "bundle": "vite build",
26
26
  "bundle-watch": "vite build --watch",
27
27
  "bundle-serve": "vite",
28
- "gen-types": "tsc --project tsconfig.json",
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 tsc --project tsconfig.tests.json --noEmit",
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.8.11",
46
+ "@hpcc-js/esbuild-plugins": "^1.9.1",
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": "1c0e8862859769465f70f384183f1399191d76e6"
61
+ "gitHead": "0cfcae9b4ccbd0b3c9f21381f4581bf121392585"
62
62
  }