@rjsf/validator-ajv6
Advanced tools
Comparing version 5.5.0 to 5.5.1
@@ -78,7 +78,2 @@ 'use strict'; | ||
var AJV6Validator = /*#__PURE__*/function () { | ||
/** The AJV instance to use for all validations | ||
* | ||
* @private | ||
*/ | ||
/** Constructs an `AJV6Validator` instance using the `options` | ||
@@ -89,2 +84,6 @@ * | ||
function AJV6Validator(options) { | ||
/** The AJV instance to use for all validations | ||
* | ||
* @private | ||
*/ | ||
this.ajv = void 0; | ||
@@ -91,0 +90,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas, |
@@ -68,7 +68,2 @@ import toPath from 'lodash-es/toPath'; | ||
var AJV6Validator = /*#__PURE__*/function () { | ||
/** The AJV instance to use for all validations | ||
* | ||
* @private | ||
*/ | ||
/** Constructs an `AJV6Validator` instance using the `options` | ||
@@ -79,2 +74,6 @@ * | ||
function AJV6Validator(options) { | ||
/** The AJV instance to use for all validations | ||
* | ||
* @private | ||
*/ | ||
this.ajv = void 0; | ||
@@ -81,0 +80,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas, |
@@ -75,7 +75,2 @@ (function (global, factory) { | ||
var AJV6Validator = /*#__PURE__*/function () { | ||
/** The AJV instance to use for all validations | ||
* | ||
* @private | ||
*/ | ||
/** Constructs an `AJV6Validator` instance using the `options` | ||
@@ -86,2 +81,6 @@ * | ||
function AJV6Validator(options) { | ||
/** The AJV instance to use for all validations | ||
* | ||
* @private | ||
*/ | ||
this.ajv = void 0; | ||
@@ -88,0 +87,0 @@ var additionalMetaSchemas = options.additionalMetaSchemas, |
{ | ||
"name": "@rjsf/validator-ajv6", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"main": "dist/index.js", | ||
@@ -38,9 +38,9 @@ "module": "dist/validator-ajv6.esm.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.3", | ||
"@babel/core": "^7.21.4", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-transform-modules-commonjs": "^7.21.2", | ||
"@babel/plugin-transform-react-jsx": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/preset-react": "^7.18.6", | ||
"@rjsf/utils": "^5.5.0", | ||
"@rjsf/utils": "^5.5.1", | ||
"@types/jest-expect-message": "^1.1.0", | ||
@@ -75,3 +75,3 @@ "@types/json-schema": "^7.0.9", | ||
"license": "Apache-2.0", | ||
"gitHead": "531aabd709d19c25ff6bd901b9e8757ab09c9346" | ||
"gitHead": "a5017b6879816476e20953a9ea50bb40fad6d7e3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204717