openapi-backend
Advanced tools
Comparing version
@@ -167,3 +167,3 @@ import type { Options as AjvOpts } from 'ajv'; | ||
*/ | ||
register(operationId: string, handler: Handler): void; | ||
register<OperationHandler = Handler>(operationId: string, handler: OperationHandler): void; | ||
/** | ||
@@ -170,0 +170,0 @@ * Registers a security handler for a security scheme |
{ | ||
"name": "openapi-backend", | ||
"description": "Build, Validate, Route, Authenticate and Mock using OpenAPI definitions. Framework-agnostic", | ||
"version": "5.11.0", | ||
"version": "5.11.1", | ||
"author": "Viljami Kuosmanen <viljami@viljami.io>", | ||
@@ -48,3 +48,3 @@ "funding": "https://github.com/sponsors/anttiviljami", | ||
"bath-es5": "^3.0.3", | ||
"cookie": "^0.5.0", | ||
"cookie": "^1.0.1", | ||
"dereference-json-schema": "^0.2.1", | ||
@@ -58,3 +58,3 @@ "lodash": "^4.17.15", | ||
"devDependencies": { | ||
"@types/cookie": "^0.5.2", | ||
"@types/cookie": "^1.0.0", | ||
"@types/jest": "^29.5.12", | ||
@@ -69,3 +69,2 @@ "@types/json-schema": "^7.0.7", | ||
"jest": "^29.7.0", | ||
"markdown-toc": "^1.2.0", | ||
"prettier": "^3.0.0", | ||
@@ -81,4 +80,3 @@ "source-map-support": "^0.5.10", | ||
"prettier": "prettier --write src/**", | ||
"toc": "./scripts/generate-toc.js", | ||
"prepublishOnly": "npm run build && npm run toc", | ||
"prepublishOnly": "npm run build", | ||
"test": "NODE_ENV=test jest" | ||
@@ -85,0 +83,0 @@ }, |
14
-6.67%154694
-0.03%+ Added
- Removed
Updated