@fastify/type-provider-typebox
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,1 @@ import { FastifyTypeProvider } from 'fastify'; | ||
} | ||
export declare const ajvTypeBoxPlugin: (ajv: any) => void; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ajvTypeBoxPlugin = void 0; | ||
const ajvTypeBoxPlugin = function (ajv) { | ||
ajv.addKeyword({ keyword: 'kind' }); | ||
ajv.addKeyword({ keyword: 'modifier' }); | ||
}; | ||
exports.ajvTypeBoxPlugin = ajvTypeBoxPlugin; |
{ | ||
"name": "@fastify/type-provider-typebox", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Type Provider for Typebox over Fastify", | ||
@@ -14,3 +14,4 @@ "main": "dist/index.js", | ||
"test": "npm run build && npm run typescript && tap tests/index.js", | ||
"typescript": "tsd" | ||
"typescript": "tsd", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -17,0 +18,0 @@ "repository": { |
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
7909
12
74