@tsoa/runtime
Advanced tools
Comparing version 6.0.0-rc.1 to 6.0.0-rc.2
@@ -44,2 +44,3 @@ import { Swagger } from './swagger/swagger'; | ||
multerOpts?: MulterOpts; | ||
defaultNumberType?: 'double' | 'float' | 'integer' | 'long'; | ||
} | ||
@@ -46,0 +47,0 @@ /** |
{ | ||
"name": "@tsoa/runtime", | ||
"description": "Build swagger-compliant REST APIs using TypeScript and Node", | ||
"version": "6.0.0-rc.1", | ||
"version": "6.0.0-rc.2", | ||
"main": "./dist/index.js", | ||
@@ -38,3 +38,3 @@ "typings": "./dist/index.d.ts", | ||
"@types/validator": "^13.7.14", | ||
"typescript": "^5.0.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -53,3 +53,3 @@ "repository": { | ||
}, | ||
"gitHead": "3d3b93f0f54cdff633743d2eefb386f0980ceb80" | ||
"gitHead": "ec57bd84bfa281e6a04428b39d18ad2425c3322b" | ||
} |
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
127924
2487