z-schema 3.24.1 → 3.24.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-schema",
3
- "version": "3.24.1",
3
+ "version": "3.24.2",
4
4
  "description": "JSON schema validator",
5
5
  "homepage": "https://github.com/zaggino/z-schema",
6
6
  "authors": [
@@ -455,6 +455,8 @@ var recurseObject = function (report, schema, json) {
455
455
  }
456
456
  };
457
457
 
458
+ exports.JsonValidators = JsonValidators;
459
+
458
460
  /**
459
461
  *
460
462
  * @param {Report} report