@smithy/config-resolver
Advanced tools
@@ -13,3 +13,3 @@ 'use strict'; | ||
| configFileSelector: (profile) => utilConfigProvider.booleanSelector(profile, CONFIG_USE_DUALSTACK_ENDPOINT, utilConfigProvider.SelectorType.CONFIG), | ||
| default: false, | ||
| default: undefined, | ||
| }; | ||
@@ -23,3 +23,3 @@ | ||
| configFileSelector: (profile) => utilConfigProvider.booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, utilConfigProvider.SelectorType.CONFIG), | ||
| default: false, | ||
| default: undefined, | ||
| }; | ||
@@ -26,0 +26,0 @@ |
@@ -8,3 +8,3 @@ import { booleanSelector, SelectorType } from "@smithy/util-config-provider"; | ||
| configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_DUALSTACK_ENDPOINT, SelectorType.CONFIG), | ||
| default: false, | ||
| default: undefined, | ||
| }; |
@@ -8,3 +8,3 @@ import { booleanSelector, SelectorType } from "@smithy/util-config-provider"; | ||
| configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, SelectorType.CONFIG), | ||
| default: false, | ||
| default: undefined, | ||
| }; |
@@ -17,2 +17,2 @@ import type { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| */ | ||
| export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>; | ||
| export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>; |
@@ -17,2 +17,2 @@ import type { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| */ | ||
| export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>; | ||
| export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>; |
@@ -17,2 +17,2 @@ import { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| */ | ||
| export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>; | ||
| export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>; |
@@ -17,2 +17,2 @@ import { LoadedConfigSelectors } from "@smithy/node-config-provider"; | ||
| */ | ||
| export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>; | ||
| export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>; |
+1
-1
| { | ||
| "name": "@smithy/config-resolver", | ||
| "version": "4.4.11", | ||
| "version": "4.4.12", | ||
| "scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
52746
0.12%1
Infinity%