Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/early-ads-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-vans-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-cities-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-impalas-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-radios-cross.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @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
2 changes: 1 addition & 1 deletion workspaces/cache/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/documentation-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @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
2 changes: 1 addition & 1 deletion workspaces/documentation-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
16 changes: 16 additions & 0 deletions workspaces/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @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

- [#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

### Patch Changes

- Updated dependencies [[`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40)]:
- @nodesecure/cache@2.0.0
4 changes: 2 additions & 2 deletions workspaces/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -33,7 +33,7 @@
"server-destroy": "1.0.1"
},
"dependencies": {
"@nodesecure/cache": "1.0.0",
"@nodesecure/cache": "2.0.0",
"@nodesecure/scanner": "10.5.1",
"cacache": "20.0.4",
"chokidar": "5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/size-satisfies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion workspaces/size-satisfies/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/vis-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nodesecure/vis-network

## 1.4.1

### 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
2 changes: 1 addition & 1 deletion workspaces/vis-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/vis-network",
"version": "1.4.0",
"version": "1.4.1",
"description": "NodeSecure vis.js network front module",
"type": "module",
"exports": "./index.js",
Expand Down