@aws-sdk/xhr-http-handler
Advanced tools
Comparing version 3.533.0 to 3.535.0
{ | ||
"name": "@aws-sdk/xhr-http-handler", | ||
"version": "3.533.0", | ||
"version": "3.535.0", | ||
"description": "Provides a way to make requests using XMLHttpRequest", | ||
@@ -22,11 +22,11 @@ "scripts": { | ||
"dependencies": { | ||
"@aws-sdk/types": "3.533.0", | ||
"@smithy/protocol-http": "^3.2.2", | ||
"@smithy/querystring-builder": "^2.1.4", | ||
"@smithy/types": "^2.11.0", | ||
"@aws-sdk/types": "3.535.0", | ||
"@smithy/protocol-http": "^3.3.0", | ||
"@smithy/querystring-builder": "^2.2.0", | ||
"@smithy/types": "^2.12.0", | ||
"events": "3.3.0", | ||
"tslib": "^2.5.0" | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@smithy/abort-controller": "^2.1.4", | ||
"@smithy/abort-controller": "^2.2.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -33,0 +33,0 @@ "concurrently": "7.0.0", |
+ Added@aws-sdk/types@3.535.0(transitive)
- Removed@aws-sdk/types@3.533.0(transitive)
Updated@aws-sdk/types@3.535.0
Updated@smithy/protocol-http@^3.3.0
Updated@smithy/types@^2.12.0
Updatedtslib@^2.6.2