From 3e24f1c5a86b0438e25e1f2006e37661f674c5b0 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 29 Jul 2025 00:19:19 +0000 Subject: [PATCH] fix:(exports) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 601a452..34dbeec 100644 --- a/package.json +++ b/package.json @@ -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" },