fix:(exports)

This commit is contained in:
2025-07-29 00:19:19 +00:00
parent 2dc82bd730
commit 3e24f1c5a8

View File

@@ -4,7 +4,7 @@
"private": false,
"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",
".": "./dist_ts/index.js",
"./core_node": "./dist_ts/core_node/index.js",
"./core_fetch": "./dist_ts/core_fetch/index.js"
},