From 630f11bb9a1ac91ff2eefae2ff522d94114560d0 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sun, 30 Jun 2024 22:12:41 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20`d3-graphviz`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21200a7..e52ff65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { - "name": "ddvis", - "version": "1.6.1", + "name": "mqt-ddvis", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "ddvis", - "version": "1.6.1", + "name": "mqt-ddvis", + "version": "1.7.0", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", "cmake-js": "^7.3.0", "cookie-parser": "^1.4.6", - "d3-graphviz": "^5.4.0", + "d3-graphviz": "^5.3.0", "express": "^4.19.2", "http-errors": "^2.0.0", "jquery": "^3.7.1", @@ -371,11 +371,11 @@ } }, "node_modules/d3-graphviz": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.4.0.tgz", - "integrity": "sha512-e/kvvdfIfARiB4bF9/vDgY6WwvLxGCny2tS6ozUaOwgbL/CfaBWT7EwvCH5PiDQuvdx+xscnxjCsoUjw2CR86A==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.3.0.tgz", + "integrity": "sha512-esY291tZsn4NKxnJa1CVsgyc1KFUp1AlZz81GWyJadrM648iEnVpcXeGKqjyXbkLkeI59Dc2YmkuWE07eG+fYw==", "dependencies": { - "@hpcc-js/wasm": "^2.16.2", + "@hpcc-js/wasm": "^2.16.0", "d3-dispatch": "^3.0.1", "d3-format": "^3.1.0", "d3-interpolate": "^3.0.1", @@ -4159,11 +4159,11 @@ "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==" }, "d3-graphviz": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.4.0.tgz", - "integrity": "sha512-e/kvvdfIfARiB4bF9/vDgY6WwvLxGCny2tS6ozUaOwgbL/CfaBWT7EwvCH5PiDQuvdx+xscnxjCsoUjw2CR86A==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.3.0.tgz", + "integrity": "sha512-esY291tZsn4NKxnJa1CVsgyc1KFUp1AlZz81GWyJadrM648iEnVpcXeGKqjyXbkLkeI59Dc2YmkuWE07eG+fYw==", "requires": { - "@hpcc-js/wasm": "^2.16.2", + "@hpcc-js/wasm": "^2.16.0", "d3-dispatch": "^3.0.1", "d3-format": "^3.1.0", "d3-interpolate": "^3.0.1", diff --git a/package.json b/package.json index f8a3df1..6f743bf 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "body-parser": "^1.20.2", "cmake-js": "^7.3.0", "cookie-parser": "^1.4.6", - "d3-graphviz": "^5.4.0", + "d3-graphviz": "^5.3.0", "express": "^4.19.2", "http-errors": "^2.0.0", "jquery": "^3.7.1", From 2c1a4165a2cbc05703a5854294dd336fea2a0cf3 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sun, 30 Jun 2024 22:13:13 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A9=B9=20also=20update=20script=20tag?= =?UTF-8?q?=20for=20d3-graphviz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 8ad1790..bde30a4 100644 --- a/public/index.html +++ b/public/index.html @@ -81,8 +81,7 @@ src="https://unpkg.com/@hpcc-js/wasm/dist/graphviz.umd.js" type="javascript/worker" > - - + From 20c7097ca0e27d5320198c3113911877d05256b2 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sun, 30 Jun 2024 22:13:59 +0200 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=90=9B=20pin=20the=20wasm=20version?= =?UTF-8?q?=20for=20graphviz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit maintains compatibility with d3-graphviz --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index bde30a4..b937979 100644 --- a/public/index.html +++ b/public/index.html @@ -78,7 +78,7 @@ From b654bade640b4703b7dc5696e9a6e7f92058a1ad Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sun, 30 Jun 2024 22:20:09 +0200 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A9=B9=20fix=20unintentional=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e52ff65..e3907a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "body-parser": "^1.20.2", "cmake-js": "^7.3.0", "cookie-parser": "^1.4.6", - "d3-graphviz": "^5.3.0", + "d3-graphviz": "^5.4.0", "express": "^4.19.2", "http-errors": "^2.0.0", "jquery": "^3.7.1", @@ -371,11 +371,11 @@ } }, "node_modules/d3-graphviz": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.3.0.tgz", - "integrity": "sha512-esY291tZsn4NKxnJa1CVsgyc1KFUp1AlZz81GWyJadrM648iEnVpcXeGKqjyXbkLkeI59Dc2YmkuWE07eG+fYw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.4.0.tgz", + "integrity": "sha512-e/kvvdfIfARiB4bF9/vDgY6WwvLxGCny2tS6ozUaOwgbL/CfaBWT7EwvCH5PiDQuvdx+xscnxjCsoUjw2CR86A==", "dependencies": { - "@hpcc-js/wasm": "^2.16.0", + "@hpcc-js/wasm": "^2.16.2", "d3-dispatch": "^3.0.1", "d3-format": "^3.1.0", "d3-interpolate": "^3.0.1", @@ -4159,11 +4159,11 @@ "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==" }, "d3-graphviz": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.3.0.tgz", - "integrity": "sha512-esY291tZsn4NKxnJa1CVsgyc1KFUp1AlZz81GWyJadrM648iEnVpcXeGKqjyXbkLkeI59Dc2YmkuWE07eG+fYw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/d3-graphviz/-/d3-graphviz-5.4.0.tgz", + "integrity": "sha512-e/kvvdfIfARiB4bF9/vDgY6WwvLxGCny2tS6ozUaOwgbL/CfaBWT7EwvCH5PiDQuvdx+xscnxjCsoUjw2CR86A==", "requires": { - "@hpcc-js/wasm": "^2.16.0", + "@hpcc-js/wasm": "^2.16.2", "d3-dispatch": "^3.0.1", "d3-format": "^3.1.0", "d3-interpolate": "^3.0.1", diff --git a/package.json b/package.json index 6f743bf..f8a3df1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "body-parser": "^1.20.2", "cmake-js": "^7.3.0", "cookie-parser": "^1.4.6", - "d3-graphviz": "^5.3.0", + "d3-graphviz": "^5.4.0", "express": "^4.19.2", "http-errors": "^2.0.0", "jquery": "^3.7.1",