@aomex/auth-jwt-adapter
Advanced tools
Comparing version 2.2.0 to 3.0.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 3.0.0 (2024-08-10) | ||
### Features | ||
* **auth:** 身份认证中间件 ([101626f](https://github.com/aomex/aomex/commit/101626f2ec9f65dd8bec29ebacaa1998fd3d7862)) | ||
# [2.2.0](https://github.com/aomex/aomex/compare/v2.1.0...v2.2.0) (2024-08-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aomex/auth-jwt-adapter", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "身份认证JWT适配器", | ||
@@ -38,11 +38,11 @@ "repository": "git@github.com:aomex/aomex.git", | ||
"jsonwebtoken": "^9.0.2", | ||
"@aomex/auth-bearer-adapter": "^2.2.0" | ||
"@aomex/auth-bearer-adapter": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aomex/auth": "^2.2.0", | ||
"@aomex/core": "^2.2.0", | ||
"@aomex/internal-tools": "^2.2.0", | ||
"@aomex/web": "^2.2.0" | ||
"@aomex/auth": "^3.0.0", | ||
"@aomex/internal-tools": "^3.0.0", | ||
"@aomex/core": "^3.0.0", | ||
"@aomex/web": "^3.0.0" | ||
}, | ||
"scripts": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10037
+ Added@aomex/auth@3.12.0(transitive)
+ Added@aomex/auth-bearer-adapter@3.3.0(transitive)
+ Added@aomex/common@3.12.0(transitive)
+ Added@aomex/common-logger@3.12.0(transitive)
+ Added@aomex/common-middleware@3.12.0(transitive)
+ Added@aomex/common-service@3.12.0(transitive)
+ Added@aomex/common-validator@3.12.0(transitive)
+ Added@aomex/internal-file-import@3.12.0(transitive)
+ Added@aomex/internal-tools@3.12.0(transitive)
+ Added@aomex/web@3.12.0(transitive)
+ Added@i18nx/core@0.2.1(transitive)
+ Added@i18nx/node@0.2.1(transitive)
+ Addedcookie@1.0.1(transitive)
+ Addedluxon@3.5.0(transitive)
+ Addedpath-to-regexp@8.2.0(transitive)
+ Addedtopic@3.0.2(transitive)
- Removed@aomex/auth-bearer-adapter@2.2.0(transitive)