From f0201515ec761fa3dc0f7ef876a726a34824a136 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 20:24:09 +0000 Subject: [PATCH] chore: update versions --- .changeset/funny-goats-crash.md | 5 ----- workspaces/npm-types/CHANGELOG.md | 7 +++++++ workspaces/npm-types/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-goats-crash.md create mode 100644 workspaces/npm-types/CHANGELOG.md diff --git a/.changeset/funny-goats-crash.md b/.changeset/funny-goats-crash.md deleted file mode 100644 index cadb718d..00000000 --- a/.changeset/funny-goats-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/npm-types": patch ---- - -fix package.json Node.js type by replacing literal value script with commonjs diff --git a/workspaces/npm-types/CHANGELOG.md b/workspaces/npm-types/CHANGELOG.md new file mode 100644 index 00000000..1f8fe7ac --- /dev/null +++ b/workspaces/npm-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nodesecure/npm-types + +## 1.2.1 + +### Patch Changes + +- [#393](https://github.com/NodeSecure/scanner/pull/393) [`0e37b73`](https://github.com/NodeSecure/scanner/commit/0e37b734181f737f20216fce5f7495460b5abb6b) Thanks [@fraxken](https://github.com/fraxken)! - fix package.json Node.js type by replacing literal value script with commonjs diff --git a/workspaces/npm-types/package.json b/workspaces/npm-types/package.json index 451e7bbc..2aaeef1c 100644 --- a/workspaces/npm-types/package.json +++ b/workspaces/npm-types/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/npm-types", - "version": "1.2.0", + "version": "1.2.1", "description": "Up to date typescript definitions for npm registry content", "types": "./src/index.d.ts", "exports": "./src/index.d.ts",