@aomex/auth-jwt-strategy
Advanced tools
Comparing version 3.14.1 to 3.14.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.14.2](https://github.com/aomex/aomex/compare/v3.14.1...v3.14.2) (2025-01-14) | ||
**Note:** Version bump only for package @aomex/auth-jwt-strategy | ||
## [3.14.1](https://github.com/aomex/aomex/compare/v3.14.0...v3.14.1) (2025-01-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aomex/auth-jwt-strategy", | ||
"version": "3.14.1", | ||
"version": "3.14.2", | ||
"description": "身份认证JSON Web Token策略", | ||
@@ -38,10 +38,10 @@ "repository": "git@github.com:aomex/aomex.git", | ||
"jsonwebtoken": "^9.0.2", | ||
"@aomex/auth-bearer-strategy": "^3.14.1" | ||
"@aomex/auth-bearer-strategy": "^3.14.2" | ||
}, | ||
"devDependencies": { | ||
"@aomex/auth": "^3.14.1", | ||
"@aomex/common": "^3.14.1", | ||
"@aomex/web": "^3.14.1" | ||
"@aomex/auth": "^3.14.2", | ||
"@aomex/web": "^3.14.2", | ||
"@aomex/common": "^3.14.2" | ||
}, | ||
"scripts": {} | ||
} |
15409