@aws-sdk/xhr-http-handler 3.200.0 → 3.204.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/package.json +5 -6
  2. package/CHANGELOG.md +0 -139
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/xhr-http-handler",
3
- "version": "3.200.0",
3
+ "version": "3.204.0",
4
4
  "description": "Provides a way to make requests using XMLHttpRequest",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -18,15 +18,14 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "types": "./dist-types/index.d.ts",
20
20
  "dependencies": {
21
- "@aws-sdk/protocol-http": "3.200.0",
22
- "@aws-sdk/querystring-builder": "3.200.0",
23
- "@aws-sdk/types": "3.200.0",
24
- "@aws-sdk/util-base64-browser": "3.188.0",
21
+ "@aws-sdk/protocol-http": "3.201.0",
22
+ "@aws-sdk/querystring-builder": "3.201.0",
23
+ "@aws-sdk/types": "3.201.0",
25
24
  "events": "3.3.0",
26
25
  "tslib": "^2.3.1"
27
26
  },
28
27
  "devDependencies": {
29
- "@aws-sdk/abort-controller": "3.200.0",
28
+ "@aws-sdk/abort-controller": "3.201.0",
30
29
  "@tsconfig/recommended": "1.0.1",
31
30
  "concurrently": "7.0.0",
32
31
  "downlevel-dts": "0.10.1",
package/CHANGELOG.md DELETED
@@ -1,139 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.200.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.199.0...v3.200.0) (2022-10-31)
7
-
8
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
9
-
10
-
11
-
12
-
13
-
14
- # [3.199.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.198.0...v3.199.0) (2022-10-28)
15
-
16
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
17
-
18
-
19
-
20
-
21
-
22
- # [3.198.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.197.0...v3.198.0) (2022-10-27)
23
-
24
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
25
-
26
-
27
-
28
-
29
-
30
- # [3.197.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.196.0...v3.197.0) (2022-10-26)
31
-
32
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
33
-
34
-
35
-
36
-
37
-
38
- # [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20)
39
-
40
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
41
-
42
-
43
-
44
-
45
-
46
- # [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17)
47
-
48
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
49
-
50
-
51
-
52
-
53
-
54
- # [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
55
-
56
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
57
-
58
-
59
-
60
-
61
-
62
- # [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
63
-
64
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
65
-
66
-
67
-
68
-
69
-
70
- # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
71
-
72
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
73
-
74
-
75
-
76
-
77
-
78
- # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
79
-
80
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
81
-
82
-
83
-
84
-
85
-
86
- # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
87
-
88
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
89
-
90
-
91
-
92
-
93
-
94
- # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
95
-
96
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
97
-
98
-
99
-
100
-
101
-
102
- # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
103
-
104
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
105
-
106
-
107
-
108
-
109
-
110
- # [3.162.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.161.0...v3.162.0) (2022-08-31)
111
-
112
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
113
-
114
-
115
-
116
-
117
-
118
- # [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
119
-
120
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
121
-
122
-
123
-
124
-
125
-
126
- # [3.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
127
-
128
- **Note:** Version bump only for package @aws-sdk/xhr-http-handler
129
-
130
-
131
-
132
-
133
-
134
- # [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
135
-
136
-
137
- ### Features
138
-
139
- * **xhr-http-handler:** add XMLHttpRequest http handler to use with lib-storage Upload ([#3798](https://github.com/aws/aws-sdk-js-v3/issues/3798)) ([7462b07](https://github.com/aws/aws-sdk-js-v3/commit/7462b0731e54a29290b9b4c359a7f5581a3c78f9))