@aws-sdk/xhr-http-handler 3.370.0 → 3.375.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ requiring a specific use case not covered by `fetch`.
8
8
 
9
9
  ## Warning :warning:
10
10
 
11
- The recommended `HttpHandler` for browser-like environments is `@aws-sdk/fetch-http-handler`,
11
+ The recommended `HttpHandler` for browser-like environments is `@smithy/fetch-http-handler`,
12
12
  which is the default.
13
13
  This alternative has only been tested against `S3` in browsers.
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/xhr-http-handler",
3
- "version": "3.370.0",
3
+ "version": "3.375.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'",