Skip to content

Commit 095eb78

Browse files
chore: regenerate llms-full.txt
1 parent f398a4e commit 095eb78

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

llms-full.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ publish:
14011401
````json
14021402
{
14031403
"name": "sql-render",
1404-
"version": "0.3.1",
1404+
"version": "0.3.3",
14051405
"description": "Type-safe {{variable}} templating for .sql files with built-in injection protection",
14061406
"author": "bug3",
14071407
"repository": {
@@ -1417,8 +1417,14 @@ publish:
14171417
"types": "./dist/index.d.ts",
14181418
"exports": {
14191419
".": {
1420-
"import": "./dist/index.mjs",
1421-
"require": "./dist/index.cjs"
1420+
"import": {
1421+
"types": "./dist/index.d.mts",
1422+
"default": "./dist/index.mjs"
1423+
},
1424+
"require": {
1425+
"types": "./dist/index.d.ts",
1426+
"default": "./dist/index.cjs"
1427+
}
14221428
}
14231429
},
14241430
"files": [

0 commit comments

Comments
 (0)