From ae82cf54fd7b8ed41f589fa05aa804fce64de242 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:03:38 -0700 Subject: [PATCH] chore: add package.json export to sql.js project --- CLAUDE.md | 1 + packages/dialects/sql.js/package.json | 4 ++++ 2 files changed, 5 insertions(+) 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": {