@hpcc-js/eclwatch 3.2.0 → 3.2.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/eclwatch",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "hpcc-js - ECL Watch",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
@@ -23,7 +23,7 @@
23
23
  "scripts": {
24
24
  "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo",
25
25
  "bundle": "vite build",
26
- "bundle-watch": "vite",
26
+ "bundle-watch": "vite --port 5520",
27
27
  "gen-types": "tsc --project tsconfig.json",
28
28
  "gen-types-watch": "npm run gen-types -- --watch",
29
29
  "build": "run-p gen-types bundle",
@@ -40,8 +40,8 @@
40
40
  "@hpcc-js/codemirror": "^3.2.0",
41
41
  "@hpcc-js/common": "^3.3.0",
42
42
  "@hpcc-js/comms": "^3.3.0",
43
- "@hpcc-js/dgrid": "^3.2.0",
44
- "@hpcc-js/graph": "^3.2.0",
43
+ "@hpcc-js/dgrid": "^3.2.1",
44
+ "@hpcc-js/graph": "^3.2.1",
45
45
  "@hpcc-js/layout": "^3.2.0",
46
46
  "@hpcc-js/phosphor": "^3.2.0",
47
47
  "@hpcc-js/timeline": "^3.0.0",
@@ -63,5 +63,5 @@
63
63
  "url": "https://github.com/hpcc-systems/Visualization/issues"
64
64
  },
65
65
  "homepage": "https://github.com/hpcc-systems/Visualization",
66
- "gitHead": "145a4d4c8189c70f08e9804e63959d6dd398bd9f"
66
+ "gitHead": "ed4453ec6a4a8af9c0beb11b46c7f4365bc0669e"
67
67
  }