@fastify/ajv-compiler
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@fastify/ajv-compiler", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Build and manage the AJV instances for the fastify framework", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"directories": { | ||
@@ -11,3 +12,5 @@ "test": "test" | ||
"lint:fix": "standard --fix", | ||
"test": "standard && tap --100 test/**/*.test.js" | ||
"unit": "tap --100 test/**/*.test.js", | ||
"test": "standard && npm run unit && npm run test:typescript", | ||
"test:typescript": "tsd" | ||
}, | ||
@@ -35,7 +38,11 @@ "repository": { | ||
"standard": "^16.0.3", | ||
"tap": "^15.0.1" | ||
"tap": "^15.0.1", | ||
"tsd": "^0.14.0" | ||
}, | ||
"dependencies": { | ||
"ajv": "^6.12.6" | ||
}, | ||
"tsd": { | ||
"directory": "test/types" | ||
} | ||
} |
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
11100
12
190
5