diff --git a/package.json b/package.json index 32b0dc9..5d2845c 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "name": "@web-std/io", "private": true, "workspaces": [ "packages/blob", diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 2fac65f..b5d8191 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -77,8 +77,6 @@ "@types/chai-as-promised": "^7.1.5", "@types/chai-string": "^1.4.2", "@types/mocha": "^9.1.0", - "abort-controller": "^3.0.0", - "@web-std/file": "^3.0.3", "abortcontroller-polyfill": "^1.7.1", "busboy": "^0.3.1", "c8": "^7.3.0", diff --git a/yarn.lock b/yarn.lock index ea39866..f853b11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -491,20 +491,6 @@ resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== -"@web-std/fetch@^4.2.1": - version "4.2.1" - resolved "https://registry.npmjs.org/@web-std/fetch/-/fetch-4.2.1.tgz#692c5545787081217fce3c024708fa8979c21f9c" - integrity sha512-M6sgHDgKegcjuVsq8J6jb/4XvhPGui8uwp3EIoADGXUnBl9vKzKLk9H9iFzrPJ6fSV6zZzFWXPyziBJp9hxzBA== - dependencies: - "@web-std/blob" "^3.0.3" - "@web-std/file" "^3.0.2" - "@web-std/form-data" "^3.0.2" - "@web-std/stream" "^1.0.1" - "@web3-storage/multipart-parser" "^1.0.0" - abort-controller "^3.0.0" - data-uri-to-buffer "^3.0.1" - mrmime "^1.0.0" - "@web3-storage/multipart-parser@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@web3-storage/multipart-parser/-/multipart-parser-1.0.0.tgz#6b69dc2a32a5b207ba43e556c25cc136a56659c4"