@types/snowflake-sdk
Advanced tools
Comparing version 1.6.6 to 1.6.7
@@ -532,3 +532,3 @@ // Type definitions for snowflake-sdk 1.6 | ||
*/ | ||
connectAsync(fn: (err: SnowflakeError | undefined, conn: Connection) => void): void; | ||
connectAsync(fn: (err: SnowflakeError | undefined, conn: Connection) => void): Promise<void>; | ||
@@ -535,0 +535,0 @@ /** |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "7280a1b7840f3e53e511c0a9b3dcfcc81cc53b81149c3e1a144a2ead8fe47edd", | ||
"typesPublisherContentHash": "707eb4bdc5687d7756dc93c09e7f33c5292aa9443e01a60725f236734b796167", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 27 May 2022 13:31:29 GMT | ||
* Last updated: Wed, 01 Jun 2022 12:31:28 GMT | ||
* Dependencies: [@types/generic-pool](https://npmjs.com/package/@types/generic-pool), [@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
24177