Comparing version 1.2.0 to 1.2.1
@@ -8,2 +8,3 @@ import type { CommonSchemaOptions } from '../../types/common-schema-options'; | ||
notSchema: Schema<ExcludedT>; | ||
expectedTypeName?: string; | ||
} | ||
@@ -10,0 +11,0 @@ /** |
@@ -9,2 +9,3 @@ import type { CommonSchemaOptions } from '../../types/common-schema-options'; | ||
deadline?: string; | ||
uniqueName: string; | ||
} | ||
@@ -11,0 +12,0 @@ /** |
@@ -78,5 +78,6 @@ "use strict"; | ||
}); | ||
return (0, internal_schema_maker_1.makeInternalSchema)(Object.assign(Object.assign({ valueType: undefined, schemaType: 'upgraded', oldSchema: args.old, newSchema: args.new, deadline }, options), { estimatedValidationTimeComplexity: args.old.estimatedValidationTimeComplexity + args.new.estimatedValidationTimeComplexity, usesCustomSerDes: args.old.usesCustomSerDes || args.new.usesCustomSerDes }), { internalValidate, internalValidateAsync }); | ||
return (0, internal_schema_maker_1.makeInternalSchema)(Object.assign(Object.assign({ valueType: undefined, schemaType: 'upgraded', oldSchema: args.old, newSchema: args.new, deadline, | ||
uniqueName }, options), { estimatedValidationTimeComplexity: args.old.estimatedValidationTimeComplexity + args.new.estimatedValidationTimeComplexity, usesCustomSerDes: args.old.usesCustomSerDes || args.new.usesCustomSerDes }), { internalValidate, internalValidateAsync }); | ||
}; | ||
exports.upgraded = upgraded; | ||
//# sourceMappingURL=upgraded.js.map |
{ | ||
"name": "yaschema", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Yet another schema", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
286102
3129