@aomex/web
Advanced tools
Comparing version 0.0.16 to 0.0.17
# @aomex/web | ||
## 0.0.17 | ||
### Patch Changes | ||
- [`216aa79`](https://github.com/aomex/aomex/commit/216aa798bcd2d0856f5fe4028235aa54d4b10922) Thanks [@geekact](https://github.com/geekact)! - refactor(validator): replace docs modifier to protected and redeclare public in each child validator | ||
- Updated dependencies []: | ||
- @aomex/core@0.0.16 | ||
## 0.0.16 | ||
@@ -4,0 +13,0 @@ |
@@ -284,2 +284,3 @@ import { Chain, PureChain, PureMiddlewareToken, Next, Middleware, OpenAPI, Validator, TransformedValidator, magistrate } from '@aomex/core'; | ||
protected config: FileValidator.Options<T>; | ||
docs: (docs: Validator.PartialOpenAPISchema) => this; | ||
optional: () => FileValidator<T | Validator.TOptional>; | ||
@@ -286,0 +287,0 @@ transform: <T1>(fn: Validator.TransformFn<T, T1>) => TransformedValidator<T1>; |
{ | ||
"name": "@aomex/web", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "", | ||
@@ -29,3 +29,3 @@ "type": "module", | ||
"peerDependencies": { | ||
"@aomex/core": "^0.0.15" | ||
"@aomex/core": "^0.0.16" | ||
}, | ||
@@ -60,3 +60,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"@aomex/core": "^0.0.15", | ||
"@aomex/core": "^0.0.16", | ||
"@types/co-body": "^6.1.0", | ||
@@ -63,0 +63,0 @@ "@types/content-type": "^1.1.5", |
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
100460
1226