kodzero-schema-parser 0.0.3 → 0.0.4

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.
@@ -293,7 +293,7 @@ class KodzeroToValidnoParser {
293
293
  }
294
294
  else {
295
295
  output.type = String;
296
- output.rules.length = 24;
296
+ output.rules.lengthIs = 24;
297
297
  if (specs.mayBeEmpty) {
298
298
  output.rules.isNot = '';
299
299
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kodzero-schema-parser",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",