@hpcc-js/dgrid 3.7.6 → 3.7.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/dgrid",
3
- "version": "3.7.6",
3
+ "version": "3.7.8",
4
4
  "description": "hpcc-js - Viz DGrid",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
@@ -23,10 +23,12 @@
23
23
  "scripts": {
24
24
  "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo",
25
25
  "bundle": "vite build",
26
- "bundle-watch": "vite --port 5506",
26
+ "bundle-watch": "vite build --watch",
27
+ "bundle-serve": "vite --port 5506",
27
28
  "gen-types": "tsc --project tsconfig.json",
28
29
  "gen-types-watch": "npm run gen-types -- --watch",
29
30
  "build": "run-p gen-types bundle",
31
+ "watch": "run-p gen-types-watch bundle-watch",
30
32
  "lint": "eslint ./src",
31
33
  "lint-fix": "eslint --fix src/**/*.ts",
32
34
  "docs": "typedoc --options tdoptions.json .",
@@ -37,13 +39,13 @@
37
39
  "update-major": "npx --yes npm-check-updates -u"
38
40
  },
39
41
  "dependencies": {
40
- "@hpcc-js/common": "^3.7.6",
42
+ "@hpcc-js/common": "^3.7.8",
41
43
  "@hpcc-js/dgrid-shim": "^3.4.5",
42
- "@hpcc-js/util": "^3.5.5"
44
+ "@hpcc-js/util": "^3.5.7"
43
45
  },
44
46
  "devDependencies": {
45
- "@hpcc-js/ddl-shim": "^3.3.5",
46
- "@hpcc-js/esbuild-plugins": "^1.8.7",
47
+ "@hpcc-js/ddl-shim": "^3.3.7",
48
+ "@hpcc-js/esbuild-plugins": "^1.8.9",
47
49
  "@testing-library/dom": "10.4.1",
48
50
  "d3-format": "^1",
49
51
  "d3-selection": "^1"
@@ -59,5 +61,5 @@
59
61
  "url": "https://github.com/hpcc-systems/Visualization/issues"
60
62
  },
61
63
  "homepage": "https://github.com/hpcc-systems/Visualization",
62
- "gitHead": "6f134126379fe058a052986758b792d7b4ddb84b"
64
+ "gitHead": "6695c9be7e44c9a4dd50e36fad2044b287685e2e"
63
65
  }