@aomex/auth-jwt-strategy
Advanced tools
Comparing version 3.8.0 to 3.8.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.8.1](https://github.com/aomex/aomex/compare/v3.8.0...v3.8.1) (2024-10-26) | ||
**Note:** Version bump only for package @aomex/auth-jwt-strategy | ||
# [3.8.0](https://github.com/aomex/aomex/compare/v3.7.2...v3.8.0) (2024-10-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aomex/auth-jwt-strategy", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "身份认证JSON Web Token策略", | ||
@@ -38,11 +38,11 @@ "repository": "git@github.com:aomex/aomex.git", | ||
"jsonwebtoken": "^9.0.2", | ||
"@aomex/auth-bearer-strategy": "^3.8.0" | ||
"@aomex/auth-bearer-strategy": "^3.8.1" | ||
}, | ||
"devDependencies": { | ||
"@aomex/auth": "^3.8.0", | ||
"@aomex/core": "^3.8.0", | ||
"@aomex/internal-tools": "^3.8.0", | ||
"@aomex/web": "^3.8.0" | ||
"@aomex/web": "^3.8.1", | ||
"@aomex/auth": "^3.8.1", | ||
"@aomex/internal-tools": "^3.8.1", | ||
"@aomex/core": "^3.8.1" | ||
}, | ||
"scripts": {} | ||
} |
13911
89