Skip to content

Conversation

@github-actions
Copy link
Contributor

This is an automated pull request to merge daniel/api-dev-fix into dev.
It was created by the [Auto Pull Request] action.

@vercel
Copy link

vercel bot commented Dec 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
app Ready Ready Preview, Comment Dec 17, 2025 8:15am
portal Ready Ready Preview, Comment Dec 17, 2025 8:15am

@cursor
Copy link

cursor bot commented Dec 17, 2025

PR Summary

Refines packages/db/package.json exports to structured objects with import, types, and default for main and postinstall entries.

Written by Cursor Bugbot for commit a9ada04. This will update automatically on new commits. Configure here.

"./postinstall": "./dist/postinstall.js"
".": {
"import": "./dist/index.js",
"types": "./src/index.ts",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Types point to files excluded from published package

The types fields reference source files (./src/index.ts and ./src/postinstall.ts), but the files array only includes dist, README.md, and INTEGRATION_GUIDE.md. When this package is published to npm, the src folder won't be included, so the type paths will be broken. TypeScript consumers won't get proper type information. The types paths likely need to point to .d.ts files in dist/ instead.

Additional Locations (1)

Fix in Cursor Fix in Web

@graphite-app
Copy link

graphite-app bot commented Dec 17, 2025

Graphite Automations

"Auto-assign PRs to Author" took an action on this PR • (12/17/25)

1 reviewer was added to this PR based on Mariano Fuentes's automation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants