fix(patch): updated @mintel/payload-ai exports to allow directory components
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Successful in 1m28s
Build & Deploy / 🏗️ Build (push) Successful in 2m57s
Build & Deploy / 🚀 Deploy (push) Successful in 31s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 4m27s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-04-09 23:50:50 +02:00
parent ad9f6e1a64
commit 1a5dfc96c1
2 changed files with 44 additions and 27 deletions

View File

@@ -11,3 +11,18 @@ index 1f1b2327d8d5d3c57b29fdfaf70bec3a537782c7..be8df4bae39e470f557985bb154be154
messages,
tools: activeTools,
// @ts-expect-error - AI SDK type mismatch with maxSteps
diff --git a/package.json b/package.json
index df232b30d7edbca2ebad6d6c08592c7be5385b15..b2944cc4c6058ea52b0f613acf3d6e7ac12ff684 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,8 @@
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
- "./components/FieldGenerators/*": "./dist/components/FieldGenerators/*.js",
- "./components/*": "./dist/components/*.js",
+ "./components/FieldGenerators/*": "./dist/components/FieldGenerators/*",
+ "./components/*": "./dist/components/*",
"./actions/*": "./dist/actions/*.js",
"./globals/*": "./dist/globals/*.js",
"./endpoints/*": "./dist/endpoints/*.js",