@cdmx/n8n-nodes-schema-validator 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7460,7 +7460,7 @@ var SchemaValidator = class {
7460
7460
  useFormats: options.enableFormats !== false,
7461
7461
  useCustomErrors: options.enableCustomErrors !== false,
7462
7462
  allowUnionTypes: options.allowUnionTypes !== false,
7463
- coerceTypes: options.coerceTypes !== false
7463
+ coerceTypes: options.coerceTypes === true
7464
7464
  };
7465
7465
  const ajv = createAjvInstance(validatorOptions);
7466
7466
  if (validationMode === "single") {