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.
2 parents 4660cb1 + 0926a5b commit 785fa5fCopy full SHA for 785fa5f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@softrams/nodejs-snowflake-connector",
3
- "version": "0.0.03",
+ "version": "0.0.04",
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.6.18"
+ "snowflake-sdk": "^1.8.0"
26
}
27
0 commit comments