diff --git a/CLAUDE.md b/CLAUDE.md index 432af85c..4c48ffd2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -82,3 +82,4 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co - Database migrations still use Prisma CLI under the hood - Plugin system allows interception at ORM, Kysely, and entity mutation levels - Computed fields are evaluated at database level for performance +- The "ide/vscode" package by-design has a different version from the rest of the packages as VSCode doesn't allow pre-release versions in its marketplace. diff --git a/packages/dialects/sql.js/package.json b/packages/dialects/sql.js/package.json index 4130d721..4b9e1b27 100644 --- a/packages/dialects/sql.js/package.json +++ b/packages/dialects/sql.js/package.json @@ -25,6 +25,10 @@ "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } + }, + "./package.json": { + "import": "./package.json", + "require": "./package.json" } }, "devDependencies": {