This commit is contained in:
2025-07-28 16:51:30 +00:00
parent 7dcc5f3fe2
commit b8d707b363
6 changed files with 239 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
"description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.",
"exports": {
".": "./dist_ts_web/index.js",
"./legacy": "./dist_ts/legacy/index.js"
"./legacy": "./dist_ts/legacy/index.js",
"./fetch": "./dist_ts/core_fetch/index.js"
},
"type": "module",
"scripts": {