@hpcc-js/dgrid 3.9.0 → 3.9.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.
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/dgrid",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"description": "hpcc-js - Viz DGrid",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -21,7 +21,7 @@
|
|
|
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 --port 5506",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"update-major": "npx --yes npm-check-updates -u"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@hpcc-js/common": "^3.8.
|
|
43
|
-
"@hpcc-js/dgrid-shim": "^3.5.
|
|
44
|
-
"@hpcc-js/util": "^3.6.
|
|
42
|
+
"@hpcc-js/common": "^3.8.1",
|
|
43
|
+
"@hpcc-js/dgrid-shim": "^3.5.2",
|
|
44
|
+
"@hpcc-js/util": "^3.6.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@hpcc-js/ddl-shim": "^3.4.
|
|
48
|
-
"@hpcc-js/esbuild-plugins": "^1.9.
|
|
47
|
+
"@hpcc-js/ddl-shim": "^3.4.1",
|
|
48
|
+
"@hpcc-js/esbuild-plugins": "^1.9.1",
|
|
49
49
|
"@testing-library/dom": "10.4.1",
|
|
50
50
|
"d3-format": "^1",
|
|
51
51
|
"d3-selection": "^1"
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "0cfcae9b4ccbd0b3c9f21381f4581bf121392585"
|
|
65
65
|
}
|