avoid-nodes-edge 0.1.3 → 0.1.4
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "avoid-nodes-edge",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Orthogonal edge routing for React Flow — edges avoid overlapping nodes via libavoid-js WASM running in a Web Worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -32,11 +32,10 @@
|
|
|
32
32
|
"@xyflow/react": ">=12.0.0",
|
|
33
33
|
"react": ">=18.0.0",
|
|
34
34
|
"react-dom": ">=18.0.0",
|
|
35
|
-
"zustand": ">=4.0.0"
|
|
36
|
-
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"libavoid-js": "^0.4.5"
|
|
35
|
+
"zustand": ">=4.0.0",
|
|
36
|
+
"libavoid-js": "0.4.5"
|
|
39
37
|
},
|
|
38
|
+
"dependencies": {},
|
|
40
39
|
"devDependencies": {
|
|
41
40
|
"@types/react": "^18.2.15",
|
|
42
41
|
"@xyflow/react": "^12.7.0",
|