@hpcc-js/graph 3.8.0 → 3.8.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 +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/graph",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"description": "hpcc-js - Viz Graph",
|
|
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 ./workers/dist ./workers/lib-es6 ./workers/types",
|
|
24
|
+
"clean": "rimraf --glob lib* types types-3.4 dist *.tsbuildinfo .turbo ./workers/dist ./workers/lib-es6 ./workers/types",
|
|
25
25
|
"bundle": "vite build",
|
|
26
26
|
"bundle-workers": "vite build -c ./workers/vite.config.ts",
|
|
27
27
|
"bundle-watch": "vite build --watch",
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"update-major": "npx --yes npm-check-updates -u"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@hpcc-js/api": "^3.5.
|
|
44
|
-
"@hpcc-js/common": "^3.8.
|
|
45
|
-
"@hpcc-js/html": "^3.4.
|
|
46
|
-
"@hpcc-js/react": "^3.5.
|
|
47
|
-
"@hpcc-js/util": "^3.6.
|
|
43
|
+
"@hpcc-js/api": "^3.5.1",
|
|
44
|
+
"@hpcc-js/common": "^3.8.1",
|
|
45
|
+
"@hpcc-js/html": "^3.4.1",
|
|
46
|
+
"@hpcc-js/react": "^3.5.1",
|
|
47
|
+
"@hpcc-js/util": "^3.6.1"
|
|
48
48
|
},
|
|
49
49
|
"optionalPeerDependencies": {
|
|
50
50
|
"react": ">=17.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@hpcc-js/esbuild-plugins": "^1.9.
|
|
53
|
+
"@hpcc-js/esbuild-plugins": "^1.9.1",
|
|
54
54
|
"@hpcc-js/wasm-graphviz": "1.21.7",
|
|
55
55
|
"@types/d3-transition": "1.3.6",
|
|
56
56
|
"@types/dagre": "0.7.54",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
77
77
|
},
|
|
78
78
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "0cfcae9b4ccbd0b3c9f21381f4581bf121392585"
|
|
80
80
|
}
|