@aws-sdk/credential-provider-web-identity 3.37.0 → 3.46.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +14 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * **packages:** end support for Node.js 10.x ([#3141](https://github.com/aws/aws-sdk-js-v3/issues/3141)) ([1a62865](https://github.com/aws/aws-sdk-js-v3/commit/1a6286513f7cdb556708845c512861c5f92eb883))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **credential-provider-web-identity:** exclude node.js code from browser bundle ([#3005](https://github.com/aws/aws-sdk-js-v3/issues/3005)) ([7ba033a](https://github.com/aws/aws-sdk-js-v3/commit/7ba033a37058c6697edb004180dc046a2298e9aa))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/credential-provider-web-identity
31
+
32
+
33
+
34
+
35
+
36
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
37
+
38
+ **Note:** Version bump only for package @aws-sdk/credential-provider-web-identity
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
45
 
8
46
  **Note:** Version bump only for package @aws-sdk/credential-provider-web-identity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.37.0",
3
+ "version": "3.46.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -9,9 +9,17 @@
9
9
  "build:cjs": "tsc -p tsconfig.cjs.json",
10
10
  "build:es": "tsc -p tsconfig.es.json",
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
- "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "test": "jest"
14
14
  },
15
+ "browser": {
16
+ "./dist-es/fromTokenFile": false,
17
+ "./dist-cjs/fromTokenFile": false
18
+ },
19
+ "react-native": {
20
+ "./dist-es/fromTokenFile": false,
21
+ "./dist-cjs/fromTokenFile": false
22
+ },
15
23
  "keywords": [
16
24
  "aws",
17
25
  "credentials"
@@ -22,19 +30,16 @@
22
30
  },
23
31
  "license": "Apache-2.0",
24
32
  "dependencies": {
25
- "@aws-sdk/property-provider": "3.37.0",
26
- "@aws-sdk/types": "3.37.0",
33
+ "@aws-sdk/property-provider": "3.46.0",
34
+ "@aws-sdk/types": "3.46.0",
27
35
  "tslib": "^2.3.0"
28
36
  },
29
37
  "devDependencies": {
30
- "@types/jest": "^26.0.4",
31
- "@types/node": "^10.0.0",
32
- "jest": "^26.1.0",
33
- "typescript": "~4.3.5"
38
+ "@types/node": "^10.0.0"
34
39
  },
35
40
  "types": "./dist-types/index.d.ts",
36
41
  "engines": {
37
- "node": ">= 10.0.0"
42
+ "node": ">= 12.0.0"
38
43
  },
39
44
  "typesVersions": {
40
45
  "<4.0": {