@kubernetes-models/validate
Advanced tools
Comparing version 0.0.0-2021762147 to 0.0.0-2021773444
{ | ||
"name": "@kubernetes-models/validate", | ||
"version": "0.0.0-2021762147", | ||
"main": "dist/index.js", | ||
"version": "0.0.0-2021773444", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
@@ -10,3 +10,3 @@ "types": "dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"require": "./dist/index.cjs" | ||
}, | ||
@@ -36,6 +36,6 @@ "description": "Validation library for Kubernetes models.", | ||
"dependencies": { | ||
"ajv": "^8.5.0", | ||
"ajv": "^8.6.2", | ||
"ajv-formats": "^2.1.0", | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
} | ||
} |
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
10016
Updatedajv@^8.6.2
Updatedtslib@^2.3.0