common-types
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -36,3 +36,3 @@ /** | ||
export interface ILambdaErrorResponse<T = any> { | ||
errorCode: string; | ||
errorCode: string | number; | ||
message?: string; | ||
@@ -39,0 +39,0 @@ errors?: T[]; |
{ | ||
"name": "common-types", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Common types not included in Typescript", | ||
"respository": "https://github.com/lifegadget/common-types", | ||
"main": "lib/common-types.js", | ||
"types": "lib/common-types.d.ts", | ||
"files": ["lib/common-types.js", "lib/common-types.d.ts", "lib/common-types.js.map"], | ||
"scripts": { | ||
@@ -8,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
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
11252
4
206