@tsoa/runtime
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -50,2 +50,9 @@ import * as ts from 'typescript'; | ||
/** | ||
* Base-name of swagger.json or swagger.yaml. | ||
* | ||
* @default: "swagger" | ||
*/ | ||
specFileBaseName?: string; | ||
/** | ||
* API version number; defaults to npm package version | ||
@@ -52,0 +59,0 @@ */ |
@@ -12,2 +12,3 @@ export * from './decorators/deprecated'; | ||
export * from './interfaces/response'; | ||
export * from './interfaces/iocModule'; | ||
export * from './decorators/response'; | ||
@@ -14,0 +15,0 @@ export * from './metadataGeneration/tsoa'; |
@@ -24,2 +24,3 @@ "use strict"; | ||
__exportStar(require("./interfaces/response"), exports); | ||
__exportStar(require("./interfaces/iocModule"), exports); | ||
__exportStar(require("./decorators/response"), exports); | ||
@@ -26,0 +27,0 @@ __exportStar(require("./metadataGeneration/tsoa"), exports); |
{ | ||
"name": "@tsoa/runtime", | ||
"description": "Build swagger-compliant REST APIs using TypeScript and Node", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"main": "./dist/index.js", | ||
@@ -47,3 +47,3 @@ "typings": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "da3245b98ba87a2ed2fcdbb9a4e2f10665ae881c" | ||
"gitHead": "5de342b790df1aabf35e6d7f9880b34e9ebb9e83" | ||
} |
@@ -61,2 +61,10 @@ import * as ts from 'typescript'; | ||
/** | ||
* Base-name of swagger.json or swagger.yaml. | ||
* | ||
* @default: "swagger" | ||
*/ | ||
specFileBaseName?: string; | ||
/** | ||
* API version number; defaults to npm package version | ||
@@ -63,0 +71,0 @@ */ |
@@ -12,2 +12,3 @@ export * from './decorators/deprecated'; | ||
export * from './interfaces/response'; | ||
export * from './interfaces/iocModule'; | ||
export * from './decorators/response'; | ||
@@ -14,0 +15,0 @@ export * from './metadataGeneration/tsoa'; |
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
92
3831
219055