@smithy/fetch-http-handler
Advanced tools
Comparing version
{ | ||
"name": "@smithy/fetch-http-handler", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Provides a way to make requests", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"", | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
"extract:docs": "api-extractor run --local", | ||
@@ -31,5 +31,5 @@ "test": "yarn g:vitest run && yarn test:browser", | ||
"dependencies": { | ||
"@smithy/protocol-http": "^5.0.1", | ||
"@smithy/querystring-builder": "^4.0.1", | ||
"@smithy/types": "^4.1.0", | ||
"@smithy/protocol-http": "^5.1.0", | ||
"@smithy/querystring-builder": "^4.0.2", | ||
"@smithy/types": "^4.2.0", | ||
"@smithy/util-base64": "^4.0.0", | ||
@@ -39,3 +39,3 @@ "tslib": "^2.6.2" | ||
"devDependencies": { | ||
"@smithy/abort-controller": "^4.0.1", | ||
"@smithy/abort-controller": "^4.0.2", | ||
"concurrently": "7.0.0", | ||
@@ -56,6 +56,6 @@ "downlevel-dts": "0.10.1", | ||
], | ||
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/fetch-http-handler", | ||
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/fetch-http-handler", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/awslabs/smithy-typescript.git", | ||
"url": "https://github.com/smithy-lang/smithy-typescript.git", | ||
"directory": "packages/fetch-http-handler" | ||
@@ -62,0 +62,0 @@ }, |
35184
0.03%Updated
Updated