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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.4.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackone/defender",
"version": "0.3.1",
"version": "0.4.0",

Copilot AI Mar 3, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json was bumped to 0.4.0, but package-lock.json in the repo still has the root package version set to 0.3.1 (e.g., top-level version and packages[""]). This leaves the lockfile inconsistent with the package metadata; please regenerate/update package-lock.json so it reflects 0.4.0 as well.

Suggested change
"version": "0.4.0",
"version": "0.3.1",

Copilot uses AI. Check for mistakes.
"description": "Prompt injection defense framework for AI tool-calling",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
Loading