From 89eccec5599bc4a8e00f12ba3b06acc7d3172cc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:38:19 +0000 Subject: [PATCH] chore: update versions --- .changeset/chilly-parts-cross.md | 5 ----- .changeset/clean-melons-shine.md | 5 ----- .changeset/dull-results-admire.md | 5 ----- .changeset/early-ads-appear.md | 5 ----- .changeset/easy-schools-unite.md | 5 ----- .changeset/famous-plants-lay.md | 5 ----- .changeset/forty-vans-live.md | 6 ------ .changeset/frank-pumas-fail.md | 5 ----- .changeset/fruity-cycles-doubt.md | 5 ----- .changeset/happy-cities-refuse.md | 5 ----- .changeset/little-light-bulb.md | 6 ------ .changeset/many-clowns-deny.md | 5 ----- .changeset/odd-impalas-heal.md | 5 ----- .changeset/quiet-baths-jog.md | 9 -------- .changeset/red-peaches-lie.md | 6 ------ .changeset/slick-beds-share.md | 5 ----- .changeset/tame-radios-cross.md | 5 ----- .changeset/thick-moons-begin.md | 5 ----- workspaces/cache/CHANGELOG.md | 17 ++++++++++++++++ workspaces/cache/package.json | 2 +- workspaces/cli/CHANGELOG.md | 19 +++++++++++++++++ workspaces/cli/package.json | 12 +++++------ workspaces/documentation-ui/CHANGELOG.md | 15 ++++++++++++++ workspaces/documentation-ui/package.json | 2 +- workspaces/server/CHANGELOG.md | 26 ++++++++++++++++++++++++ workspaces/server/package.json | 4 ++-- workspaces/size-satisfies/CHANGELOG.md | 7 +++++++ workspaces/size-satisfies/package.json | 2 +- workspaces/vis-network/CHANGELOG.md | 19 +++++++++++++++++ workspaces/vis-network/package.json | 2 +- 30 files changed, 115 insertions(+), 109 deletions(-) delete mode 100644 .changeset/chilly-parts-cross.md delete mode 100644 .changeset/clean-melons-shine.md delete mode 100644 .changeset/dull-results-admire.md delete mode 100644 .changeset/early-ads-appear.md delete mode 100644 .changeset/easy-schools-unite.md delete mode 100644 .changeset/famous-plants-lay.md delete mode 100644 .changeset/forty-vans-live.md delete mode 100644 .changeset/frank-pumas-fail.md delete mode 100644 .changeset/fruity-cycles-doubt.md delete mode 100644 .changeset/happy-cities-refuse.md delete mode 100644 .changeset/little-light-bulb.md delete mode 100644 .changeset/many-clowns-deny.md delete mode 100644 .changeset/odd-impalas-heal.md delete mode 100644 .changeset/quiet-baths-jog.md delete mode 100644 .changeset/red-peaches-lie.md delete mode 100644 .changeset/slick-beds-share.md delete mode 100644 .changeset/tame-radios-cross.md delete mode 100644 .changeset/thick-moons-begin.md create mode 100644 workspaces/cache/CHANGELOG.md create mode 100644 workspaces/cli/CHANGELOG.md create mode 100644 workspaces/documentation-ui/CHANGELOG.md create mode 100644 workspaces/server/CHANGELOG.md create mode 100644 workspaces/size-satisfies/CHANGELOG.md create mode 100644 workspaces/vis-network/CHANGELOG.md diff --git a/.changeset/chilly-parts-cross.md b/.changeset/chilly-parts-cross.md deleted file mode 100644 index 7c6fe23b..00000000 --- a/.changeset/chilly-parts-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/server": minor ---- - -Add `CLEAR` WebSocket command to clear the payload cache diff --git a/.changeset/clean-melons-shine.md b/.changeset/clean-melons-shine.md deleted file mode 100644 index 50d5dc3c..00000000 --- a/.changeset/clean-melons-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/server": minor ---- - -Add buildServer wsPort option diff --git a/.changeset/dull-results-admire.md b/.changeset/dull-results-admire.md deleted file mode 100644 index 172aeff3..00000000 --- a/.changeset/dull-results-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/vis-network": major ---- - -Migrate to TypeScript diff --git a/.changeset/early-ads-appear.md b/.changeset/early-ads-appear.md deleted file mode 100644 index a4e948ef..00000000 --- a/.changeset/early-ads-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/size-satisfies": major ---- - -Migrate codebase to TypeScript diff --git a/.changeset/easy-schools-unite.md b/.changeset/easy-schools-unite.md deleted file mode 100644 index a7bdbdd3..00000000 --- a/.changeset/easy-schools-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/cli": major ---- - -Enable checkJS and add missing JSDoc and fix all application errors diff --git a/.changeset/famous-plants-lay.md b/.changeset/famous-plants-lay.md deleted file mode 100644 index 65403922..00000000 --- a/.changeset/famous-plants-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/cache": minor ---- - -Add support for `NODESECURE_PAYLOADS_PATH` env diff --git a/.changeset/forty-vans-live.md b/.changeset/forty-vans-live.md deleted file mode 100644 index cbc23b80..00000000 --- a/.changeset/forty-vans-live.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nodesecure/server": major -"@nodesecure/cache": major ---- - -Major refactor to enhance cache integration diff --git a/.changeset/frank-pumas-fail.md b/.changeset/frank-pumas-fail.md deleted file mode 100644 index bf9ab0db..00000000 --- a/.changeset/frank-pumas-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/documentation-ui": patch ---- - -Add missing setTimeout to header.ts component diff --git a/.changeset/fruity-cycles-doubt.md b/.changeset/fruity-cycles-doubt.md deleted file mode 100644 index 198ae4d4..00000000 --- a/.changeset/fruity-cycles-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/server": patch ---- - -Add missing dependencies in server workspace diff --git a/.changeset/happy-cities-refuse.md b/.changeset/happy-cities-refuse.md deleted file mode 100644 index e9d39604..00000000 --- a/.changeset/happy-cities-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/documentation-ui": major ---- - -Migrate to TypeScript diff --git a/.changeset/little-light-bulb.md b/.changeset/little-light-bulb.md deleted file mode 100644 index 798b4d96..00000000 --- a/.changeset/little-light-bulb.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nodesecure/vis-network": minor ---- - -Visualize highlited packages with dashed yellow border - \ No newline at end of file diff --git a/.changeset/many-clowns-deny.md b/.changeset/many-clowns-deny.md deleted file mode 100644 index 08eedc12..00000000 --- a/.changeset/many-clowns-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/cache": patch ---- - -Reset `currentSpec` to `null` when manifest load fails diff --git a/.changeset/odd-impalas-heal.md b/.changeset/odd-impalas-heal.md deleted file mode 100644 index 3d0abfd6..00000000 --- a/.changeset/odd-impalas-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/vis-network": patch ---- - -Return (stop) processing if data is either null or undefined diff --git a/.changeset/quiet-baths-jog.md b/.changeset/quiet-baths-jog.md deleted file mode 100644 index 9736b97b..00000000 --- a/.changeset/quiet-baths-jog.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@nodesecure/documentation-ui": patch -"@nodesecure/vis-network": patch -"@nodesecure/server": patch -"@nodesecure/cache": patch -"@nodesecure/cli": patch ---- - -Fix dependencies to be able to properly publish and use each packages diff --git a/.changeset/red-peaches-lie.md b/.changeset/red-peaches-lie.md deleted file mode 100644 index 5900d500..00000000 --- a/.changeset/red-peaches-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nodesecure/documentation-ui": major -"@nodesecure/cli": minor ---- - -Expose documentation-ui styles from package.json exports and use it in CLI to import .css with an URL. This also simplify the esbuild setup. diff --git a/.changeset/slick-beds-share.md b/.changeset/slick-beds-share.md deleted file mode 100644 index f3aa5e01..00000000 --- a/.changeset/slick-beds-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/vis-network": patch ---- - -Skip `neighbourHighlight` on Ctrl+Click and Cmd+Click to allow drill-down interactions without conflicting focus animations diff --git a/.changeset/tame-radios-cross.md b/.changeset/tame-radios-cross.md deleted file mode 100644 index ce226528..00000000 --- a/.changeset/tame-radios-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/server": minor ---- - -Implement custom middleware and optional dataFilePath diff --git a/.changeset/thick-moons-begin.md b/.changeset/thick-moons-begin.md deleted file mode 100644 index d3378b30..00000000 --- a/.changeset/thick-moons-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/server": minor ---- - -Improve report test and implementation diff --git a/workspaces/cache/CHANGELOG.md b/workspaces/cache/CHANGELOG.md new file mode 100644 index 00000000..aca15c3c --- /dev/null +++ b/workspaces/cache/CHANGELOG.md @@ -0,0 +1,17 @@ +# @nodesecure/cache + +## 2.0.0 + +### Major Changes + +- [#690](https://github.com/NodeSecure/cli/pull/690) [`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40) Thanks [@fraxken](https://github.com/fraxken)! - Major refactor to enhance cache integration + +### Minor Changes + +- [#757](https://github.com/NodeSecure/cli/pull/757) [`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Add support for `NODESECURE_PAYLOADS_PATH` env + +### Patch Changes + +- [#757](https://github.com/NodeSecure/cli/pull/757) [`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Reset `currentSpec` to `null` when manifest load fails + +- [#780](https://github.com/NodeSecure/cli/pull/780) [`0d662da`](https://github.com/NodeSecure/cli/commit/0d662dae963fc7a8056f4ad97b3c14f2a206bfe8) Thanks [@fraxken](https://github.com/fraxken)! - Fix dependencies to be able to properly publish and use each packages diff --git a/workspaces/cache/package.json b/workspaces/cache/package.json index b191557a..cec402af 100644 --- a/workspaces/cache/package.json +++ b/workspaces/cache/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/cache", - "version": "1.0.0", + "version": "2.0.0", "description": "NodeSecure cache module", "type": "module", "main": "./dist/index.js", diff --git a/workspaces/cli/CHANGELOG.md b/workspaces/cli/CHANGELOG.md new file mode 100644 index 00000000..a0dfe8e7 --- /dev/null +++ b/workspaces/cli/CHANGELOG.md @@ -0,0 +1,19 @@ +# @nodesecure/cli + +## 4.0.0 + +### Major Changes + +- [#781](https://github.com/NodeSecure/cli/pull/781) [`5c3a0b3`](https://github.com/NodeSecure/cli/commit/5c3a0b31185e55be5eb0fcde86b9237ba99e490d) Thanks [@fraxken](https://github.com/fraxken)! - Enable checkJS and add missing JSDoc and fix all application errors + +### Minor Changes + +- [#778](https://github.com/NodeSecure/cli/pull/778) [`d007909`](https://github.com/NodeSecure/cli/commit/d00790962d18865be897526f2f9e2dc624168d0d) Thanks [@fraxken](https://github.com/fraxken)! - Expose documentation-ui styles from package.json exports and use it in CLI to import .css with an URL. This also simplify the esbuild setup. + +### Patch Changes + +- [#780](https://github.com/NodeSecure/cli/pull/780) [`0d662da`](https://github.com/NodeSecure/cli/commit/0d662dae963fc7a8056f4ad97b3c14f2a206bfe8) Thanks [@fraxken](https://github.com/fraxken)! - Fix dependencies to be able to properly publish and use each packages + +- Updated dependencies [[`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01), [`32be4db`](https://github.com/NodeSecure/cli/commit/32be4dbe9ab9fe55074563e16d9d99de04ce9574), [`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01), [`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40), [`166244b`](https://github.com/NodeSecure/cli/commit/166244b36363c7629ff521e0788ec637084ace00), [`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01), [`0d662da`](https://github.com/NodeSecure/cli/commit/0d662dae963fc7a8056f4ad97b3c14f2a206bfe8), [`9443133`](https://github.com/NodeSecure/cli/commit/9443133f292954e98629869e442f6708556e5739), [`5d4fd0c`](https://github.com/NodeSecure/cli/commit/5d4fd0cfa658302dda0dabe0ec41161db722bc84)]: + - @nodesecure/server@2.0.0 + - @nodesecure/cache@2.0.0 diff --git a/workspaces/cli/package.json b/workspaces/cli/package.json index b2cb4d3a..3b73ac37 100644 --- a/workspaces/cli/package.json +++ b/workspaces/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/cli", - "version": "3.1.0", + "version": "4.0.0", "description": "Node.js security CLI", "main": "./bin/index.js", "bin": { @@ -65,12 +65,12 @@ "homepage": "https://github.com/NodeSecure/cli#readme", "devDependencies": { "@lit/task": "1.0.3", - "@nodesecure/documentation-ui": "1.3.0", + "@nodesecure/documentation-ui": "2.0.0", "@nodesecure/flags": "3.0.3", "@nodesecure/js-x-ray": "15.1.0", "@nodesecure/licenses-conformance": "2.1.0", - "@nodesecure/size-satisfies": "^1.1.0", - "@nodesecure/vis-network": "^1.4.0", + "@nodesecure/size-satisfies": "^2.0.0", + "@nodesecure/vis-network": "^2.0.0", "@playwright/test": "1.61.1", "@types/semver": "7.7.1", "@stylistic/stylelint-plugin": "5.2.1", @@ -84,7 +84,7 @@ "undici": "8.0.2" }, "dependencies": { - "@nodesecure/cache": "1.0.0", + "@nodesecure/cache": "2.0.0", "@nodesecure/i18n": "4.1.0", "@nodesecure/mama": "2.3.1", "@nodesecure/npm-registry-sdk": "4.5.2", @@ -92,7 +92,7 @@ "@nodesecure/rc": "5.6.0", "@nodesecure/report": "4.2.2", "@nodesecure/scanner": "10.13.0", - "@nodesecure/server": "1.0.0", + "@nodesecure/server": "2.0.0", "@nodesecure/utils": "^2.2.0", "@nodesecure/vulnera": "3.1.0", "@openally/result": "^2.0.0", diff --git a/workspaces/documentation-ui/CHANGELOG.md b/workspaces/documentation-ui/CHANGELOG.md new file mode 100644 index 00000000..a8a97323 --- /dev/null +++ b/workspaces/documentation-ui/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nodesecure/documentation-ui + +## 2.0.0 + +### Major Changes + +- [#693](https://github.com/NodeSecure/cli/pull/693) [`4c9f544`](https://github.com/NodeSecure/cli/commit/4c9f544ef069da660300dfd0bd0aef6f4d43327e) Thanks [@fraxken](https://github.com/fraxken)! - Migrate to TypeScript + +- [#778](https://github.com/NodeSecure/cli/pull/778) [`d007909`](https://github.com/NodeSecure/cli/commit/d00790962d18865be897526f2f9e2dc624168d0d) Thanks [@fraxken](https://github.com/fraxken)! - Expose documentation-ui styles from package.json exports and use it in CLI to import .css with an URL. This also simplify the esbuild setup. + +### Patch Changes + +- [#698](https://github.com/NodeSecure/cli/pull/698) [`730ec4a`](https://github.com/NodeSecure/cli/commit/730ec4afa0e3469e20f8cc46425e3e8a86d4aa43) Thanks [@fraxken](https://github.com/fraxken)! - Add missing setTimeout to header.ts component + +- [#780](https://github.com/NodeSecure/cli/pull/780) [`0d662da`](https://github.com/NodeSecure/cli/commit/0d662dae963fc7a8056f4ad97b3c14f2a206bfe8) Thanks [@fraxken](https://github.com/fraxken)! - Fix dependencies to be able to properly publish and use each packages diff --git a/workspaces/documentation-ui/package.json b/workspaces/documentation-ui/package.json index 9f754158..2bc6bdfc 100644 --- a/workspaces/documentation-ui/package.json +++ b/workspaces/documentation-ui/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/documentation-ui", - "version": "1.3.0", + "version": "2.0.0", "description": "Portable UI for NodeSecure tools (guides on flags, security docs etc..)", "type": "module", "scripts": { diff --git a/workspaces/server/CHANGELOG.md b/workspaces/server/CHANGELOG.md new file mode 100644 index 00000000..ce57b8e9 --- /dev/null +++ b/workspaces/server/CHANGELOG.md @@ -0,0 +1,26 @@ +# @nodesecure/server + +## 2.0.0 + +### Major Changes + +- [#690](https://github.com/NodeSecure/cli/pull/690) [`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40) Thanks [@fraxken](https://github.com/fraxken)! - Major refactor to enhance cache integration + +### Minor Changes + +- [#757](https://github.com/NodeSecure/cli/pull/757) [`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Add `CLEAR` WebSocket command to clear the payload cache + +- [#719](https://github.com/NodeSecure/cli/pull/719) [`32be4db`](https://github.com/NodeSecure/cli/commit/32be4dbe9ab9fe55074563e16d9d99de04ce9574) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Add buildServer wsPort option + +- [#691](https://github.com/NodeSecure/cli/pull/691) [`9443133`](https://github.com/NodeSecure/cli/commit/9443133f292954e98629869e442f6708556e5739) Thanks [@fraxken](https://github.com/fraxken)! - Implement custom middleware and optional dataFilePath + +- [#705](https://github.com/NodeSecure/cli/pull/705) [`5d4fd0c`](https://github.com/NodeSecure/cli/commit/5d4fd0cfa658302dda0dabe0ec41161db722bc84) Thanks [@fraxken](https://github.com/fraxken)! - Improve report test and implementation + +### Patch Changes + +- [#700](https://github.com/NodeSecure/cli/pull/700) [`166244b`](https://github.com/NodeSecure/cli/commit/166244b36363c7629ff521e0788ec637084ace00) Thanks [@fraxken](https://github.com/fraxken)! - Add missing dependencies in server workspace + +- [#780](https://github.com/NodeSecure/cli/pull/780) [`0d662da`](https://github.com/NodeSecure/cli/commit/0d662dae963fc7a8056f4ad97b3c14f2a206bfe8) Thanks [@fraxken](https://github.com/fraxken)! - Fix dependencies to be able to properly publish and use each packages + +- Updated dependencies [[`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01), [`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40), [`b70d636`](https://github.com/NodeSecure/cli/commit/b70d636004eec0f6bd23a1dca3e40e2f499cbe01), [`0d662da`](https://github.com/NodeSecure/cli/commit/0d662dae963fc7a8056f4ad97b3c14f2a206bfe8)]: + - @nodesecure/cache@2.0.0 diff --git a/workspaces/server/package.json b/workspaces/server/package.json index 7048d439..2fb33d30 100644 --- a/workspaces/server/package.json +++ b/workspaces/server/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/server", - "version": "1.0.0", + "version": "2.0.0", "description": "NodeSecure server module", "type": "module", "main": "./dist/index.js", @@ -33,7 +33,7 @@ "server-destroy": "1.0.1" }, "dependencies": { - "@nodesecure/cache": "1.0.0", + "@nodesecure/cache": "2.0.0", "@nodesecure/flags": "3.0.3", "@nodesecure/i18n": "4.1.0", "@nodesecure/npm-registry-sdk": "4.5.2", diff --git a/workspaces/size-satisfies/CHANGELOG.md b/workspaces/size-satisfies/CHANGELOG.md new file mode 100644 index 00000000..2ad9bfe3 --- /dev/null +++ b/workspaces/size-satisfies/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nodesecure/size-satisfies + +## 2.0.0 + +### Major Changes + +- [#692](https://github.com/NodeSecure/cli/pull/692) [`fe6d808`](https://github.com/NodeSecure/cli/commit/fe6d808dd5e94ecab2fb514e09cb23ec423f52ab) Thanks [@fraxken](https://github.com/fraxken)! - Migrate codebase to TypeScript diff --git a/workspaces/size-satisfies/package.json b/workspaces/size-satisfies/package.json index a0f793ba..ffbd50d4 100644 --- a/workspaces/size-satisfies/package.json +++ b/workspaces/size-satisfies/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/size-satisfies", - "version": "1.1.0", + "version": "2.0.0", "description": "Same as SemVer.satisfies but for file size!", "type": "module", "main": "./dist/index.js", diff --git a/workspaces/vis-network/CHANGELOG.md b/workspaces/vis-network/CHANGELOG.md new file mode 100644 index 00000000..07bb039c --- /dev/null +++ b/workspaces/vis-network/CHANGELOG.md @@ -0,0 +1,19 @@ +# @nodesecure/vis-network + +## 2.0.0 + +### Major Changes + +- [#694](https://github.com/NodeSecure/cli/pull/694) [`672b415`](https://github.com/NodeSecure/cli/commit/672b41512620e4309e4eecde06cb7380bbe162f1) Thanks [@fraxken](https://github.com/fraxken)! - Migrate to TypeScript + +### Minor Changes + +- [#740](https://github.com/NodeSecure/cli/pull/740) [`bacbf5b`](https://github.com/NodeSecure/cli/commit/bacbf5b760201753e08d46fc2cdadcdb4e83b965) Thanks [@ErwanRaulo](https://github.com/ErwanRaulo)! - Visualize highlited packages with dashed yellow border + +### Patch Changes + +- [#688](https://github.com/NodeSecure/cli/pull/688) [`a290904`](https://github.com/NodeSecure/cli/commit/a290904e3bba09423def4d588f99c0e1947bd8e1) Thanks [@fraxken](https://github.com/fraxken)! - Return (stop) processing if data is either null or undefined + +- [#780](https://github.com/NodeSecure/cli/pull/780) [`0d662da`](https://github.com/NodeSecure/cli/commit/0d662dae963fc7a8056f4ad97b3c14f2a206bfe8) Thanks [@fraxken](https://github.com/fraxken)! - Fix dependencies to be able to properly publish and use each packages + +- [#702](https://github.com/NodeSecure/cli/pull/702) [`22d368a`](https://github.com/NodeSecure/cli/commit/22d368a3d39ab9bb05483386934fffcbb5d14f36) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Skip `neighbourHighlight` on Ctrl+Click and Cmd+Click to allow drill-down interactions without conflicting focus animations diff --git a/workspaces/vis-network/package.json b/workspaces/vis-network/package.json index 5547ef79..fc5b7c92 100644 --- a/workspaces/vis-network/package.json +++ b/workspaces/vis-network/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/vis-network", - "version": "1.4.0", + "version": "2.0.0", "description": "NodeSecure vis.js network front module", "type": "module", "exports": {