We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd2f5f commit 249d552Copy full SHA for 249d552
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@softrams/nodejs-snowflake-connector",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "Database connector wrapper to work with Snowflake database from nodejs applications",
5
"main": "index.js",
6
"scripts": {
@@ -22,6 +22,6 @@
22
},
23
"homepage": "https://github.com/softrams/nodejs-snowflake-connector#readme",
24
"dependencies": {
25
- "snowflake-sdk": "^1.8.0"
+ "snowflake-sdk": "^2.0.3"
26
}
27
0 commit comments