@tsoa/runtime
Advanced tools
Comparing version 6.3.0 to 6.4.0
/// <reference types="node" /> | ||
import type { OutgoingHttpHeaders } from "node:http"; | ||
import type { OutgoingHttpHeaders } from 'node:http'; | ||
type HeaderNames = keyof OutgoingHttpHeaders; | ||
@@ -4,0 +4,0 @@ type HeaderValue<H extends HeaderNames> = OutgoingHttpHeaders[H]; |
{ | ||
"name": "@tsoa/runtime", | ||
"description": "Build swagger-compliant REST APIs using TypeScript and Node", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"main": "./dist/index.js", | ||
@@ -56,3 +56,3 @@ "typings": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "fea5eefe845dc5a496fba0a7a18f24a49d9fb50a" | ||
"gitHead": "d573d6fa4303b5c4236e06fac722bf3934b85359" | ||
} |
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