@aomex/cache
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.10.0](https://github.com/aomex/aomex/compare/v3.9.0...v3.10.0) (2024-11-02) | ||
### Bug Fixes | ||
* **cache:** 手动指定类型产生冲突 ([7b88433](https://github.com/aomex/aomex/commit/7b88433726a8de4b0de3c40ac62fcf0ed02eb536)) | ||
# [3.9.0](https://github.com/aomex/aomex/compare/v3.8.1...v3.9.0) (2024-10-30) | ||
@@ -8,0 +19,0 @@ |
@@ -19,3 +19,3 @@ declare abstract class CacheAdapter { | ||
type Types = string | number | unknown[] | readonly unknown[] | { | ||
[K: string]: unknown; | ||
[K: string]: any; | ||
} | boolean | Map<any, any> | Set<any>; | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "@aomex/cache", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "缓存基础类", | ||
@@ -34,5 +34,5 @@ "type": "module", | ||
"devDependencies": { | ||
"@aomex/common": "^3.9.0" | ||
"@aomex/common": "^3.10.0" | ||
}, | ||
"scripts": {} | ||
} |
Sorry, the diff of this file is not supported yet
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
45070