Skip to content

Commit 7ff63f4

Browse files
committed
feat(undici-http-handler): bump version to 3.0.0
1 parent 3edac05 commit 7ff63f4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages-internal/undici-http-handler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/undici-http-handler",
3-
"version": "2.1.4",
3+
"version": "3.0.0",
44
"description": "AWS SDK for JavaScript reqeust handler backed by modern, high performance Node.js undici client",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",
@@ -18,7 +18,7 @@
1818
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts"
1919
},
2020
"dependencies": {
21-
"@smithy/undici-http-handler": "^2.2.4",
21+
"@smithy/undici-http-handler": "^3.0.0",
2222
"tslib": "^2.6.2"
2323
},
2424
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10904,7 +10904,7 @@ __metadata:
1090410904
version: 0.0.0-use.local
1090510905
resolution: "@aws-sdk/undici-http-handler@workspace:packages-internal/undici-http-handler"
1090610906
dependencies:
10907-
"@smithy/undici-http-handler": "npm:^2.2.4"
10907+
"@smithy/undici-http-handler": "npm:^3.0.0"
1090810908
"@tsconfig/recommended": "npm:1.0.1"
1090910909
concurrently: "npm:7.0.0"
1091010910
downlevel-dts: "npm:0.10.1"
@@ -15592,17 +15592,17 @@ __metadata:
1559215592
languageName: node
1559315593
linkType: hard
1559415594

15595-
"@smithy/undici-http-handler@npm:^2.2.4":
15596-
version: 2.2.4
15597-
resolution: "@smithy/undici-http-handler@npm:2.2.4"
15595+
"@smithy/undici-http-handler@npm:^3.0.0":
15596+
version: 3.0.0
15597+
resolution: "@smithy/undici-http-handler@npm:3.0.0"
1559815598
dependencies:
15599-
"@smithy/core": "npm:^3.29.0"
15599+
"@smithy/core": "npm:^3.29.1"
1560015600
"@smithy/types": "npm:^4.15.1"
1560115601
tslib: "npm:^2.6.2"
1560215602
undici: "npm:^7.0.0"
1560315603
peerDependencies:
1560415604
undici: ">=7.0.0"
15605-
checksum: 10c0/0b53d8cd7b8f10ab68ec2d44e190c6f7da2f87c2e4f5591676dd271e4259cf661c42e01842ad3dcff1fb4d44a5ee60fc41dd802b804b93e28e8eaa73b46e5c2d
15605+
checksum: 10c0/8e7831398bd38ef62a764cbaed57f173a3e7859869aae56b240d4dbd904818f6f81dcbbd1c7b6e30d8610101cd19b1ec3997db4c29c28fbe2e9b62d80b987c5c
1560615606
languageName: node
1560715607
linkType: hard
1560815608

0 commit comments

Comments
 (0)