openapi-mock-express-middleware
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -44,4 +44,4 @@ /// <reference types="cookie-parser" /> | ||
[key: string]: OpenAPIV3.SecuritySchemeObject; | ||
} | undefined; | ||
parentParams?: (OpenAPIV3.ReferenceObject | OpenAPIV3.ParameterObject)[] | undefined; | ||
}; | ||
parentParams?: (OpenAPIV3.ReferenceObject | OpenAPIV3.ParameterObject)[]; | ||
}) => Operation; |
@@ -26,3 +26,3 @@ /// <reference types="cookie-parser" /> | ||
options: Partial<JSFOptions>; | ||
callback?: JSFCallback | undefined; | ||
callback?: JSFCallback; | ||
}) => Operations; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="json-schema-faker-types" /> | ||
import { JSF, JSFOptions } from 'json-schema-faker'; | ||
@@ -2,0 +3,0 @@ export { JSONSchema, JSFOptions, JSF } from 'json-schema-faker'; |
{ | ||
"name": "openapi-mock-express-middleware", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Generates express mock-servers from OpenAPI specs", | ||
@@ -86,6 +86,6 @@ "main": "dist/index.js", | ||
"standard-version": "^9.3.2", | ||
"supertest": "^6.2.2", | ||
"supertest": "^7.0.0", | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.5" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -92,0 +92,0 @@ "config": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
100824
1377