@bifravst/athena-helpers
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -18,3 +18,3 @@ "use strict"; | ||
})(); | ||
d({ QueryString }); | ||
d({ WorkGroup, QueryString }); | ||
const { QueryExecutionId } = await athena | ||
@@ -21,0 +21,0 @@ .startQueryExecution({ |
{ | ||
"name": "@bifravst/athena-helpers", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Helper functions which simplify working with AWS Athena", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "test -n \"$SKIP_TESTS\" && true || jest" | ||
"test": "jest" | ||
}, | ||
@@ -29,7 +29,7 @@ "repository": { | ||
"dependencies": { | ||
"aws-sdk": "^2.524.0", | ||
"aws-sdk": "^2.528.0", | ||
"backoff": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"@bifravst/code-style": "^3.0.0", | ||
"@bifravst/code-style": "^3.0.1", | ||
"@commitlint/cli": "^8.1.0", | ||
@@ -40,6 +40,6 @@ "@commitlint/config-angular": "^8.1.0", | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.4", | ||
"@types/node": "^12.7.5", | ||
"husky": "^3.0.5", | ||
"jest": "^24.9.0", | ||
"ts-jest": "^24.0.2" | ||
"ts-jest": "^24.1.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "husky": { | ||
"commit-msg": "commitlint -e", | ||
"pre-commit": "lint-staged && npm test" | ||
"pre-commit": "lint-staged && npx jest --onlyChanged" | ||
} | ||
@@ -52,0 +52,0 @@ }, |
Sorry, the diff of this file is too big to display
341897
9209
Updatedaws-sdk@^2.528.0