@rjsf/validator-ajv8
Advanced tools
@@ -1,2 +0,2 @@ | ||
import standaloneCode from 'ajv/dist/standalone'; | ||
import standaloneCode from 'ajv/dist/standalone/index.js'; | ||
import { schemaParser } from '@rjsf/utils'; | ||
@@ -3,0 +3,0 @@ import createAjvInstance from './createAjvInstance.js'; |
{ | ||
"name": "@rjsf/validator-ajv8", | ||
"version": "5.24.7", | ||
"version": "5.24.8", | ||
"main": "dist/index.js", | ||
@@ -94,3 +94,3 @@ "module": "lib/index.js", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@rjsf/utils": "^5.24.7", | ||
"@rjsf/utils": "^5.24.8", | ||
"@types/jest": "^29.5.12", | ||
@@ -129,3 +129,3 @@ "@types/json-schema": "^7.0.15", | ||
"license": "Apache-2.0", | ||
"gitHead": "8cedc44ad1415def8c4bfda81562ff59fdc76097" | ||
"gitHead": "840f8fa9882fa178cc772951638e1bf505e2af50" | ||
} |
import fs from 'fs'; | ||
import { RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; | ||
import { CustomValidatorOptionsType } from './types'; | ||
@@ -4,0 +5,0 @@ import { compileSchemaValidatorsCode } from './compileSchemaValidatorsCode'; |
import Ajv, { Options } from 'ajv'; | ||
import addFormats, { FormatsPluginOptions } from 'ajv-formats'; | ||
import isObject from 'lodash/isObject'; | ||
import { ADDITIONAL_PROPERTY_FLAG, RJSF_ADDITIONAL_PROPERTIES_FLAG } from '@rjsf/utils'; | ||
import { CustomValidatorOptionsType } from './types'; | ||
import { ADDITIONAL_PROPERTY_FLAG, RJSF_ADDITIONAL_PROPERTIES_FLAG } from '@rjsf/utils'; | ||
@@ -8,0 +8,0 @@ export const AJV_CONFIG: Options = { |
import { ErrorObject } from 'ajv'; | ||
import get from 'lodash/get'; | ||
import { | ||
@@ -5,0 +4,0 @@ CustomValidator, |
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
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
344470
0