@bifravst/athena-helpers
Advanced tools
Comparing version 6.2.8 to 6.3.0
@@ -6,3 +6,4 @@ export declare enum AthenaTableScalarFieldType { | ||
int = "int", | ||
bigint = "bigint" | ||
bigint = "bigint", | ||
boolean = "boolean" | ||
} | ||
@@ -9,0 +10,0 @@ export declare enum AthenaTableStructFieldType { |
@@ -10,2 +10,3 @@ "use strict"; | ||
AthenaTableScalarFieldType["bigint"] = "bigint"; | ||
AthenaTableScalarFieldType["boolean"] = "boolean"; | ||
})(AthenaTableScalarFieldType = exports.AthenaTableScalarFieldType || (exports.AthenaTableScalarFieldType = {})); | ||
@@ -27,2 +28,3 @@ var AthenaTableStructFieldType; | ||
case AthenaTableScalarFieldType.string: | ||
case AthenaTableScalarFieldType.boolean: | ||
return type; | ||
@@ -29,0 +31,0 @@ case AthenaTableArrayFieldType.array: |
{ | ||
"name": "@bifravst/athena-helpers", | ||
"version": "6.2.8", | ||
"version": "6.3.0", | ||
"description": "Helper functions which simplify working with AWS Athena", | ||
@@ -28,7 +28,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"aws-sdk": "^2.665.0", | ||
"aws-sdk": "^2.668.0", | ||
"backoff": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"@bifravst/code-style": "^7.0.1", | ||
"@bifravst/code-style": "^7.1.10", | ||
"@commitlint/cli": "^8.3.5", | ||
@@ -39,6 +39,6 @@ "@commitlint/config-angular": "^8.3.4", | ||
"@types/jest": "^25.2.1", | ||
"@types/node": "^13.11.1", | ||
"@types/node": "^13.13.4", | ||
"husky": "^4.2.5", | ||
"jest": "^25.3.0", | ||
"ts-jest": "^25.3.1", | ||
"jest": "^25.5.4", | ||
"ts-jest": "^25.4.0", | ||
"typescript": "^3.8.3" | ||
@@ -62,3 +62,3 @@ }, | ||
"engines": { | ||
"node": ">=12.0.0", | ||
"node": ">=14.0.0", | ||
"npm": ">=6.0.0" | ||
@@ -65,0 +65,0 @@ }, |
Sorry, the diff of this file is too big to display
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
511077
13046
Updatedaws-sdk@^2.668.0