@eropple/fastify-openapi3
Advanced tools
Comparing version 0.6.0-alpha.1 to 0.6.0-alpha.2
import "./extensions.js"; | ||
import * as _OAS31 from "openapi3-ts"; | ||
import { oas3Plugin } from "./plugin.js"; | ||
export default oas3Plugin; | ||
export { OAS3PluginOptions } from "./plugin.js"; | ||
export declare const OAS31: typeof _OAS31; | ||
export type * as OAS31 from "./oas31-types.js"; | ||
export { schemaType, TaggedSchema } from "./schemas.js"; |
import "./extensions.js"; | ||
import * as _OAS31 from "openapi3-ts"; | ||
import { oas3Plugin } from "./plugin.js"; | ||
export default oas3Plugin; | ||
export const OAS31 = _OAS31; | ||
export { schemaType } from "./schemas.js"; |
{ | ||
"name": "@eropple/fastify-openapi3", | ||
"version": "0.6.0-alpha.1", | ||
"version": "0.6.0-alpha.2", | ||
"author": "Ed Ropple", | ||
@@ -5,0 +5,0 @@ "license": "LGPL-3.0", |
import "./extensions.js"; | ||
import * as _OAS31 from "openapi3-ts"; | ||
import { oas3Plugin } from "./plugin.js"; | ||
@@ -9,4 +7,4 @@ | ||
export const OAS31 = _OAS31; | ||
export type * as OAS31 from "./oas31-types.js"; | ||
export { schemaType, TaggedSchema } from "./schemas.js"; |
Sorry, the diff of this file is not supported yet
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
203803
68
2458