Comparing version 5.26.0 to 5.26.1
{ | ||
"name": "undici", | ||
"version": "5.26.0", | ||
"version": "5.26.1", | ||
"description": "An HTTP/1.1 client, written from scratch for Node.js", | ||
@@ -73,3 +73,3 @@ "homepage": "https://undici.nodejs.org", | ||
"scripts": { | ||
"build:node": "npx esbuild@0.14.38 index-fetch.js --bundle --platform=node --outfile=undici-fetch.js", | ||
"build:node": "node scripts/esbuild-build.mjs", | ||
"prebuild:wasm": "node build/wasm.js --prebuild", | ||
@@ -113,2 +113,3 @@ "build:wasm": "node build/wasm.js --docker", | ||
"docsify-cli": "^4.4.3", | ||
"esbuild": "^0.19.4", | ||
"form-data": "^4.0.0", | ||
@@ -115,0 +116,0 @@ "formdata-node": "^4.3.1", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1144346
37