openapi-police
Advanced tools
Comparing version 1.1.0 to 1.1.1
export * from 'jsonpolice'; | ||
export { ParameterError } from './errors'; | ||
export { ParameterObject } from './parameter'; | ||
export { SchemaObject, SchemaObjectOptions } from './schema-object'; | ||
export { SchemaObject, SchemaObjectOptions, StaticSchemaObject } from './schema-object'; | ||
export { OpenAPIV3 } from './types'; |
@@ -13,2 +13,3 @@ "use strict"; | ||
exports.SchemaObject = schema_object_1.SchemaObject; | ||
exports.StaticSchemaObject = schema_object_1.StaticSchemaObject; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "openapi-police", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "OpenAPI v3 validators and utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
30269
785