@aws-sdk/node-config-provider
Advanced tools
Comparing version 3.38.0 to 3.39.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29) | ||
### Bug Fixes | ||
* **node-config-provider:** allow undefined for booleanSelector obj keys ([#2945](https://github.com/aws/aws-sdk-js-v3/issues/2945)) ([1bd56b6](https://github.com/aws/aws-sdk-js-v3/commit/1bd56b66b76de5728987fcf9657654523c290c5f)) | ||
### Features | ||
* **node-config-provider:** add utility booleanSelector ([#2941](https://github.com/aws/aws-sdk-js-v3/issues/2941)) ([538d717](https://github.com/aws/aws-sdk-js-v3/commit/538d717f9fc77d63b86e7de026453e4eb274934d)) | ||
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22) | ||
@@ -8,0 +24,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./booleanSelector"), exports); | ||
tslib_1.__exportStar(require("./configLoader"), exports); |
@@ -0,1 +1,2 @@ | ||
export * from "./booleanSelector"; | ||
export * from "./configLoader"; |
@@ -0,1 +1,2 @@ | ||
export * from "./booleanSelector"; | ||
export * from "./configLoader"; |
@@ -0,1 +1,2 @@ | ||
export * from "./booleanSelector"; | ||
export * from "./configLoader"; |
{ | ||
"name": "@aws-sdk/node-config-provider", | ||
"version": "3.38.0", | ||
"version": "3.39.0", | ||
"description": "Load config default values from ini config files and environmental variable", | ||
@@ -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
37499
28
288