release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+23 -3
View File
@@ -1,9 +1,25 @@
{
"name": "@wrnexus/jwt",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"description": "@wrnexus/jwt — part of the WrNexus framework.",
"description": "HS256 JSON Web Tokens, key rotation, access/refresh helpers, scopes, cookies, and auth middleware.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.workroot.in/WorkRoot/WRNexusJS.git",
"directory": "packages/jwt"
},
"homepage": "https://wrnexusjs.dev/packages/jwt",
"bugs": {
"url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues"
},
"keywords": [
"wrnexus",
"bun",
"typescript",
"jwt"
],
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -20,7 +36,11 @@
"import": "./dist/index.js"
}
},
"dependencies": {
"@wrnexus/core": "^0.8.0"
},
"files": [
"dist"
"dist",
"README.md"
]
}