Comparing version 1.0.0-pre-45 to 1.0.0-pre-46
@@ -15,2 +15,3 @@ import type { DryvValidationResult, DryvValidationSession } from './'; | ||
setValidationResult(response: DryvServerValidationResponse | DryvServerErrors): boolean; | ||
toString(): any; | ||
} |
@@ -64,3 +64,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
toString() { | ||
return this.value; | ||
} | ||
} | ||
//# sourceMappingURL=DryvFieldValidator.js.map |
{ | ||
"name": "dryvjs", | ||
"version": "1.0.0-pre-45", | ||
"version": "1.0.0-pre-46", | ||
"main": "dist/index.js", | ||
@@ -27,2 +27,2 @@ "types": "dist/index.d.ts", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
404016
5852