@aws-sdk/util-config-provider
Advanced tools
Comparing version 3.183.0 to 3.186.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06) | ||
**Note:** Version bump only for package @aws-sdk/util-config-provider | ||
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03) | ||
@@ -8,0 +16,0 @@ |
@@ -6,3 +6,3 @@ export var SelectorType; | ||
})(SelectorType || (SelectorType = {})); | ||
export const booleanSelector = (obj, key, type) => { | ||
export var booleanSelector = function (obj, key, type) { | ||
if (!(key in obj)) | ||
@@ -14,3 +14,3 @@ return undefined; | ||
return false; | ||
throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`); | ||
throw new Error("Cannot load ".concat(type, " \"").concat(key, "\". Expected \"true\" or \"false\", got ").concat(obj[key], ".")); | ||
}; |
{ | ||
"name": "@aws-sdk/util-config-provider", | ||
"version": "3.183.0", | ||
"version": "3.186.0", | ||
"description": "Utilities package for configuration providers", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
17925