fenextjs-validator
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -289,3 +289,3 @@ "use strict"; | ||
// Lanza una excepción "ErrorInputInvalid" con el código "ErrorCode.INPUT_INVALID". | ||
this.#onError(fenextjs_interface_1.ErrorCode.INPUT_INVALID); | ||
this.#onError(fenextjs_interface_1.ErrorCode.INPUT_LENGTH); | ||
} | ||
@@ -610,2 +610,6 @@ } | ||
}), | ||
INPUT_LENGTH: new Input_1.ErrorInputLength({ | ||
...props, | ||
length: this.#lengthValue, | ||
}), | ||
}; | ||
@@ -612,0 +616,0 @@ // Lanza una excepción específica basada en el código de error proporcionado o una excepción general "ErrorFenextjs". |
{ | ||
"name": "fenextjs-validator", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
Sorry, the diff of this file is not supported yet
70537
851