Skip to content

Commit

Permalink
exporting original Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
brugos committed Feb 23, 2021
1 parent 806887e commit 2c38381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowflake-multisql",
"version": "1.2.0",
"version": "1.2.1",
"description": "Multi SQL Statement, Promise-based, TypeScript wrapper for Snowflake SDK",
"repository": "github:brugos/snowflake-multisql",
"bugs": "https://github.com/brugos/snowflake-multisql/issues",
Expand All @@ -19,7 +19,8 @@
"prepare": "del-cli build && tsc",
"test": "mocha --timeout 60000",
"test:watch": "yarn test:mocha -w",
"test:coverage": "yarn test && open && open ./coverage/lcov-report/index.ts.html"
"test:coverage": "yarn test && open && open ./coverage/lcov-report/index.ts.html",
"lint": "tsc --noEmit"
},
"engines": {
"node": ">=10"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
} from "./snowflake-multisql";
export { loadFiles } from "./utils";
export {
Statement,
ConnectionOptions,
ExecuteOptions,
SnowflakeError,
Expand Down

0 comments on commit 2c38381

Please sign in to comment.