@matdata/yasgui-graph-plugin 1.0.8 → 1.1.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@matdata/yasgui-graph-plugin",
3
3
  "private": false,
4
- "version": "1.0.8",
4
+ "version": "1.1.1",
5
5
  "description": "YASGUI plugin for visualizing SPARQL CONSTRUCT and DESCRIBE query results as interactive graphs",
6
6
  "main": "dist/yasgui-graph-plugin.cjs.js",
7
7
  "module": "dist/yasgui-graph-plugin.esm.js",
@@ -42,9 +42,6 @@
42
42
  "dependencies": {
43
43
  "vis-network": "^9.1.9"
44
44
  },
45
- "peerDependencies": {
46
- "@zazuko/yasgui": "^4.0.0"
47
- },
48
45
  "devDependencies": {
49
46
  "vite": "^5.0.0",
50
47
  "esbuild": "^0.19.0",