We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f398a4e commit 095eb78Copy full SHA for 095eb78
1 file changed
llms-full.txt
@@ -1401,7 +1401,7 @@ publish:
1401
````json
1402
{
1403
"name": "sql-render",
1404
- "version": "0.3.1",
+ "version": "0.3.3",
1405
"description": "Type-safe {{variable}} templating for .sql files with built-in injection protection",
1406
"author": "bug3",
1407
"repository": {
@@ -1417,8 +1417,14 @@ publish:
1417
"types": "./dist/index.d.ts",
1418
"exports": {
1419
".": {
1420
- "import": "./dist/index.mjs",
1421
- "require": "./dist/index.cjs"
+ "import": {
+ "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
+ }
1428
}
1429
},
1430
"files": [
0 commit comments