@aomex/core
Advanced tools
Comparing version 0.0.3 to 0.0.4
# @aomex/core | ||
## 0.0.4 | ||
### Patch Changes | ||
- [`ee021e3`](https://github.com/aomex/aomex/commit/ee021e342814f12777e538c06a19971e1020f201) Thanks [@geekact](https://github.com/geekact)! - chore(core): typescript 最低版本限制为 4.9 | ||
- Updated dependencies [[`e50ade9`](https://github.com/aomex/aomex/commit/e50ade9d85d02914d2a13b7e42c5ba09d277d2df), [`8c975bd`](https://github.com/aomex/aomex/commit/8c975bde0f57f653ba9e5a808097ccbc8a02f9ef), [`9223cfd`](https://github.com/aomex/aomex/commit/9223cfdf65b0bb17f7c6ffa34769f06766e96ea6), [`6a57463`](https://github.com/aomex/aomex/commit/6a57463c1107c38a8b8cf5fa00ff3289bf629c0a), [`956bba9`](https://github.com/aomex/aomex/commit/956bba9e5b954f34486ad5f2b45a5277c1f980c9), [`56fc38c`](https://github.com/aomex/aomex/commit/56fc38c279b8289229204f4771304514583a952f), [`6849b03`](https://github.com/aomex/aomex/commit/6849b03dc1e0dc9b707d89dfe98327c9f120dc7f), [`b5aaec5`](https://github.com/aomex/aomex/commit/b5aaec540e3d732868a270a969a94ccd6ff9ac6a)]: | ||
- @aomex/middleware@0.0.2 | ||
- @aomex/validator@0.0.3 | ||
- @aomex/helper@0.0.2 | ||
## 0.0.3 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@aomex/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -33,12 +33,12 @@ "type": "module", | ||
"@types/node": ">=18", | ||
"typescript": ">=5.0.0" | ||
"typescript": ">=4.9" | ||
}, | ||
"dependencies": { | ||
"@aomex/helper": "^0.0.1", | ||
"@aomex/middleware": "^0.0.1", | ||
"@aomex/helper": "^0.0.2", | ||
"@aomex/middleware": "^0.0.2", | ||
"@aomex/openapi-type": "^0.0.0", | ||
"@aomex/storage": "^0.0.1", | ||
"@aomex/validator": "^0.0.2" | ||
"@aomex/validator": "^0.0.3" | ||
}, | ||
"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
4465
+ Added@aomex/helper@0.0.2(transitive)
+ Added@aomex/middleware@0.0.2(transitive)
+ Added@aomex/validator@0.0.3(transitive)
- Removed@aomex/helper@0.0.1(transitive)
- Removed@aomex/middleware@0.0.1(transitive)
- Removed@aomex/validator@0.0.2(transitive)
Updated@aomex/helper@^0.0.2
Updated@aomex/middleware@^0.0.2
Updated@aomex/validator@^0.0.3