From e7cd61778610b5fc3434ff36dd1bc9b112124fc2 Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:10:51 +0000 Subject: [PATCH] Add wildcard exports to package.json for subpath imports --- packages/components/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/components/package.json b/packages/components/package.json index 9967e532..40735d67 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -13,9 +13,17 @@ "types": "./dist/remix-hook-form/index.d.ts", "import": "./dist/remix-hook-form/index.js" }, + "./remix-hook-form/*": { + "types": "./dist/remix-hook-form/*.d.ts", + "import": "./dist/remix-hook-form/*.js" + }, "./ui": { "types": "./dist/ui/index.d.ts", "import": "./dist/ui/index.js" + }, + "./ui/*": { + "types": "./dist/ui/*.d.ts", + "import": "./dist/ui/*.js" } }, "files": [