Skip to content
Merged
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/funny-goats-crash.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/npm-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion workspaces/npm-types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down