@types/tedious
Advanced tools
Comparing version 1.8.30 to 1.8.31
@@ -557,6 +557,6 @@ // Type definitions for tedious 1.8.0 | ||
export declare class ConnectionError extends Error { | ||
constructor(message?: string, code?: number); | ||
constructor(message?: string, code?: string); | ||
public message: string; | ||
public code: number; | ||
public code: string; | ||
} | ||
@@ -568,6 +568,6 @@ | ||
export declare class RequestError extends Error { | ||
constructor(message?: string, code?: number); | ||
constructor(message?: string, code?: string); | ||
public message: string; | ||
public code: number; | ||
public code: string; | ||
} |
{ | ||
"name": "@types/tedious", | ||
"version": "1.8.30", | ||
"version": "1.8.31", | ||
"description": "TypeScript definitions for tedious", | ||
@@ -25,5 +25,4 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "4dbca2168cb3b534cb4fa42c279c3756664d735cbcad68c0a7071364d8ba21c2", | ||
"typesPublisherContentHash": "4bbaecb320d88ae4165b29089000de0de1123b23529a5217279581d9f3e302e1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 07 Jun 2017 16:40:10 GMT | ||
* Last updated: Fri, 25 Aug 2017 14:31:50 GMT | ||
* Dependencies: events, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
27296