@aomex/core
Advanced tools
Comparing version 0.0.4 to 0.0.5
# @aomex/core | ||
## 0.0.5 | ||
### Patch Changes | ||
- [`e8dee7c`](https://github.com/aomex/aomex/commit/e8dee7c3f064587cd2afb9cb95ab3341f63ccd27) Thanks [@geekact](https://github.com/geekact)! - refactor: 重命名 storage 为 cache | ||
- Updated dependencies [[`59ef917`](https://github.com/aomex/aomex/commit/59ef917533293301e8f3ab82460c8efc07df27c3), [`e652c3f`](https://github.com/aomex/aomex/commit/e652c3f44eb780711ff475e18ecbb506adfd8a9a), [`146b6b5`](https://github.com/aomex/aomex/commit/146b6b5f09d4b9f557c1771686f3585bebf4cfc9), [`e8dee7c`](https://github.com/aomex/aomex/commit/e8dee7c3f064587cd2afb9cb95ab3341f63ccd27)]: | ||
- @aomex/middleware@0.0.3 | ||
- @aomex/cache@0.0.2 | ||
- @aomex/helper@0.0.3 | ||
- @aomex/validator@0.0.4 | ||
## 0.0.4 | ||
@@ -4,0 +16,0 @@ |
export * from '@aomex/middleware'; | ||
export * from '@aomex/validator'; | ||
export * from '@aomex/openapi-type'; | ||
export * from '@aomex/storage'; | ||
export * from '@aomex/cache'; |
@@ -5,3 +5,3 @@ // src/index.ts | ||
export * from "@aomex/openapi-type"; | ||
export * from "@aomex/storage"; | ||
export * from "@aomex/cache"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aomex/core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -36,9 +36,9 @@ "type": "module", | ||
"dependencies": { | ||
"@aomex/helper": "^0.0.2", | ||
"@aomex/middleware": "^0.0.2", | ||
"@aomex/helper": "^0.0.3", | ||
"@aomex/middleware": "^0.0.3", | ||
"@aomex/openapi-type": "^0.0.0", | ||
"@aomex/storage": "^0.0.1", | ||
"@aomex/validator": "^0.0.3" | ||
"@aomex/cache": "^0.0.2", | ||
"@aomex/validator": "^0.0.4" | ||
}, | ||
"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
5168
+ Added@aomex/cache@^0.0.2
+ Added@aomex/cache@0.0.2(transitive)
+ Added@aomex/helper@0.0.3(transitive)
+ Added@aomex/middleware@0.0.3(transitive)
+ Added@aomex/validator@0.0.4(transitive)
- Removed@aomex/storage@^0.0.1
- Removed@aomex/helper@0.0.2(transitive)
- Removed@aomex/middleware@0.0.2(transitive)
- Removed@aomex/storage@0.0.1(transitive)
- Removed@aomex/validator@0.0.3(transitive)
Updated@aomex/helper@^0.0.3
Updated@aomex/middleware@^0.0.3
Updated@aomex/validator@^0.0.4