@tsoa/runtime
Advanced tools
Comparing version 6.5.0 to 6.5.1
@@ -1,1 +0,1 @@ | ||
export declare function Tags(...values: string[]): MethodDecorator; | ||
export declare function Tags(...values: string[]): ClassDecorator & MethodDecorator; |
{ | ||
"name": "@tsoa/runtime", | ||
"description": "Build swagger-compliant REST APIs using TypeScript and Node", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"main": "./dist/index.js", | ||
@@ -56,3 +56,3 @@ "typings": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "4abc6eeca0f1c7541900b88916612df926aab638" | ||
"gitHead": "6b32d5b86286fcf573802ca2d243bf12b6a41bea" | ||
} |
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
167753