Comparing version 7.14.8 to 7.14.9
@@ -32,2 +32,3 @@ // Type definitions for pg 7.14 | ||
connectionTimeoutMillis?: number; | ||
types?: CustomTypesConfig; | ||
} | ||
@@ -58,4 +59,9 @@ | ||
values?: I; | ||
types?: CustomTypesConfig; | ||
} | ||
export interface CustomTypesConfig { | ||
getTypeParser: typeof pgTypes.getTypeParser; | ||
} | ||
export interface Submittable { | ||
@@ -62,0 +68,0 @@ submit: (connection: Connection) => void; |
{ | ||
"name": "@types/pg", | ||
"version": "7.14.8", | ||
"version": "7.14.9", | ||
"description": "TypeScript definitions for pg", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "6ef2163919321e0928407ba7f1238ac421600fb720766d7538b28ad6f09a08db", | ||
"typesPublisherContentHash": "61016951aa4859f2e649c18f7ed218d2d3f8b22439aa732a06d27a501422d5d5", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 14 Jan 2021 21:30:04 GMT | ||
* Last updated: Wed, 20 Jan 2021 01:18:33 GMT | ||
* Dependencies: [@types/pg-types](https://npmjs.com/package/@types/pg-types), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11435
243