release: WRNexusJS 0.7.0

This commit is contained in:
2026-08-01 10:04:42 +05:30
parent c54144f2e4
commit 87507edf59
207 changed files with 12607 additions and 679 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "@wrnexus/security",
"version": "0.7.0",
"type": "module",
"description": "Security policies, safe serialization, SSRF protection, request limits, and secure cookie helpers for WRNexusJS.",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./fetch": "./src/fetch.ts",
"./serialization": "./src/serialization.ts",
"./trusted-html": "./src/trusted-html.ts"
},
"dependencies": {
"@wrnexus/core": "workspace:*"
}
}