@aws-sdk/shared-ini-file-loader
Advanced tools
Comparing version 3.36.0 to 3.37.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) | ||
**Note:** Version bump only for package @aws-sdk/shared-ini-file-loader | ||
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) | ||
@@ -8,0 +16,0 @@ |
export declare const ENV_CREDENTIALS_PATH = "AWS_SHARED_CREDENTIALS_FILE"; | ||
export declare const ENV_CONFIG_PATH = "AWS_CONFIG_FILE"; | ||
export interface SharedConfigInit { | ||
/** | ||
* The path at which to locate the ini credentials file. Defaults to the | ||
* value of the `AWS_SHARED_CREDENTIALS_FILE` environment variable (if | ||
* defined) or `~/.aws/credentials` otherwise. | ||
*/ | ||
filepath?: string; | ||
/** | ||
* The path at which to locate the ini config file. Defaults to the value of | ||
* the `AWS_CONFIG_FILE` environment variable (if defined) or | ||
* `~/.aws/config` otherwise. | ||
*/ | ||
configFilepath?: string; | ||
@@ -28,7 +20,3 @@ } | ||
export declare const loadSharedConfigFiles: (init?: SharedConfigInit) => Promise<SharedConfigFiles>; | ||
/** | ||
* Get the HOME directory for the current runtime. | ||
* | ||
* @internal | ||
*/ | ||
export declare const getHomeDir: () => string; |
{ | ||
"name": "@aws-sdk/shared-ini-file-loader", | ||
"version": "3.36.0", | ||
"version": "3.37.0", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "^2.3.0" |
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
43098
240