diff --git a/.changeset/giant-papers-cheat.md b/.changeset/giant-papers-cheat.md deleted file mode 100644 index f7671957..00000000 --- a/.changeset/giant-papers-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/mama": patch ---- - -Remove ./node_modules/.bin/ from scripts and integrity hash diff --git a/.changeset/rude-paws-read.md b/.changeset/rude-paws-read.md deleted file mode 100644 index 7ef22657..00000000 --- a/.changeset/rude-paws-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": patch ---- - -Add missing ./src/data when building TypeScript source diff --git a/.changeset/solid-eggs-jump.md b/.changeset/solid-eggs-jump.md deleted file mode 100644 index d7af0228..00000000 --- a/.changeset/solid-eggs-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": minor ---- - -Revamp NPM registry metadata fetching and extraction diff --git a/workspaces/mama/CHANGELOG.md b/workspaces/mama/CHANGELOG.md index fd4c8660..96439c27 100644 --- a/workspaces/mama/CHANGELOG.md +++ b/workspaces/mama/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/mama +## 2.0.1 + +### Patch Changes + +- [#501](https://github.com/NodeSecure/scanner/pull/501) [`eb751d8`](https://github.com/NodeSecure/scanner/commit/eb751d83df84d69d7229116a7409bc80896bc78c) Thanks [@fraxken](https://github.com/fraxken)! - Remove ./node_modules/.bin/ from scripts and integrity hash + ## 2.0.0 ### Major Changes diff --git a/workspaces/mama/package.json b/workspaces/mama/package.json index b5343233..b7c8f36e 100644 --- a/workspaces/mama/package.json +++ b/workspaces/mama/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/mama", - "version": "2.0.0", + "version": "2.0.1", "description": "Manifest Manager", "type": "module", "exports": "./dist/index.js", diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 1dd3a33c..adb7903a 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,18 @@ # @nodesecure/scanner +## 6.12.0 + +### Minor Changes + +- [#498](https://github.com/NodeSecure/scanner/pull/498) [`f305271`](https://github.com/NodeSecure/scanner/commit/f30527190375c00665d66992606b561add3fc527) Thanks [@fraxken](https://github.com/fraxken)! - Revamp NPM registry metadata fetching and extraction + +### Patch Changes + +- [#503](https://github.com/NodeSecure/scanner/pull/503) [`81772da`](https://github.com/NodeSecure/scanner/commit/81772da75fc4682da0528333e523a68379cf754a) Thanks [@fraxken](https://github.com/fraxken)! - Add missing ./src/data when building TypeScript source + +- Updated dependencies [[`eb751d8`](https://github.com/NodeSecure/scanner/commit/eb751d83df84d69d7229116a7409bc80896bc78c)]: + - @nodesecure/mama@2.0.1 + ## 6.11.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index b1ac86f3..a47f4c45 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "6.11.0", + "version": "6.12.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": "./dist/index.js", @@ -54,7 +54,7 @@ "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.0.2", "@nodesecure/js-x-ray": "^9.2.0", - "@nodesecure/mama": "^2.0.0", + "@nodesecure/mama": "^2.0.1", "@nodesecure/npm-registry-sdk": "^3.0.0", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/rc": "^5.0.1",