@aws-sdk/credential-provider-env 3.170.0 → 3.178.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/credential-provider-env
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/credential-provider-env
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/credential-provider-env
@@ -3,5 +3,4 @@ export declare const ENV_KEY = "AWS_ACCESS_KEY_ID";
3
3
  export declare const ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
4
4
  export declare const ENV_SESSION = "AWS_SESSION_TOKEN";
5
5
  export declare const ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION";
6
-
7
6
  export declare const fromEnv: () => CredentialProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.170.0",
3
+ "version": "3.178.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/property-provider": "3.170.0",
28
- "@aws-sdk/types": "3.170.0",
27
+ "@aws-sdk/property-provider": "3.178.0",
28
+ "@aws-sdk/types": "3.178.0",
29
29
  "tslib": "^2.3.1"
30
30
  },
31
31
  "devDependencies": {