@rjsf/validator-ajv6
Advanced tools
Comparing version 5.13.6 to 5.14.1
{ | ||
"name": "@rjsf/validator-ajv6", | ||
"version": "5.13.6", | ||
"version": "5.14.1", | ||
"main": "dist/index.js", | ||
@@ -18,7 +18,7 @@ "module": "lib/index.js", | ||
"scripts": { | ||
"build:ts": "rimraf lib && tsc", | ||
"build:ts": "tsc -b", | ||
"build:cjs": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs", | ||
"build:esm": "esbuild ./src/index.ts --bundle --outfile=dist/validator-ajv6.esm.js --sourcemap --packages=external --format=esm", | ||
"build:umd": "rollup dist/validator-ajv6.esm.js --format=umd --file=dist/validator-ajv6.umd.js --name=@rjsf/validator-ajv6", | ||
"build": "rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd", | ||
"build": "npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd", | ||
"cs-check": "prettier -l \"{src,test}/**/*.ts?(x)\"", | ||
@@ -50,3 +50,4 @@ "cs-format": "prettier \"{src,test}/**/*.ts?(x)\" --write", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@rjsf/utils": "^5.13.6", | ||
"@rjsf/utils": "^5.14.1", | ||
"@types/jest": "^29.5.7", | ||
"@types/json-schema": "^7.0.12", | ||
@@ -84,3 +85,3 @@ "@types/lodash": "^4.14.198", | ||
"license": "Apache-2.0", | ||
"gitHead": "1dd42273d55cbd5749a112848101413ab4f1a358" | ||
"gitHead": "7eb830fc26a09dcd62f2079c45c982537379c79c" | ||
} |
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
156977
30
1085
18