Skip to content

Commit b443018

Browse files
authored
chore: add package.json export to sql.js project (#235)
1 parent cc8af45 commit b443018

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
8282
- Database migrations still use Prisma CLI under the hood
8383
- Plugin system allows interception at ORM, Kysely, and entity mutation levels
8484
- Computed fields are evaluated at database level for performance
85+
- 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.

packages/dialects/sql.js/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"types": "./dist/index.d.cts",
2626
"default": "./dist/index.cjs"
2727
}
28+
},
29+
"./package.json": {
30+
"import": "./package.json",
31+
"require": "./package.json"
2832
}
2933
},
3034
"devDependencies": {

0 commit comments

Comments
 (0)