@xylabs/object
Advanced tools
Comparing version 2.88.5 to 2.88.6
@@ -8,5 +8,5 @@ import { Promisable } from '@xylabs/promise'; | ||
} | ||
export declare abstract class ValidatorBase<T extends EmptyObject = AnyObject> extends ObjectWrapper<T> implements Validator<T> { | ||
export declare abstract class ValidatorBase<T extends EmptyObject = AnyObject> extends ObjectWrapper<Partial<T>> implements Validator<T> { | ||
abstract validate(payload: T): Promisable<Error[]>; | ||
} | ||
//# sourceMappingURL=Validator.d.ts.map |
@@ -8,5 +8,5 @@ import { Promisable } from '@xylabs/promise'; | ||
} | ||
export declare abstract class ValidatorBase<T extends EmptyObject = AnyObject> extends ObjectWrapper<T> implements Validator<T> { | ||
export declare abstract class ValidatorBase<T extends EmptyObject = AnyObject> extends ObjectWrapper<Partial<T>> implements Validator<T> { | ||
abstract validate(payload: T): Promisable<Error[]>; | ||
} | ||
//# sourceMappingURL=Validator.d.ts.map |
@@ -14,5 +14,5 @@ { | ||
"dependencies": { | ||
"@xylabs/assert": "^2.13.29", | ||
"@xylabs/logger": "^2.13.29", | ||
"@xylabs/promise": "^2.13.29" | ||
"@xylabs/assert": "^2.13.30", | ||
"@xylabs/logger": "^2.13.30", | ||
"@xylabs/promise": "^2.13.30" | ||
}, | ||
@@ -62,4 +62,4 @@ "devDependencies": { | ||
"sideEffects": false, | ||
"version": "2.88.5", | ||
"version": "2.88.6", | ||
"type": "module" | ||
} |
@@ -11,4 +11,4 @@ import { Promisable } from '@xylabs/promise' | ||
export abstract class ValidatorBase<T extends EmptyObject = AnyObject> extends ObjectWrapper<T> implements Validator<T> { | ||
export abstract class ValidatorBase<T extends EmptyObject = AnyObject> extends ObjectWrapper<Partial<T>> implements Validator<T> { | ||
abstract validate(payload: T): Promisable<Error[]> | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
179870
Updated@xylabs/assert@^2.13.30
Updated@xylabs/logger@^2.13.30
Updated@xylabs/promise@^2.13.30