Include dist in typescript defs: Pass #2

This commit is contained in:
2026-08-05 09:36:50 +01:00
parent 7ded5e949d
commit e51f524443
5 changed files with 29 additions and 13 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@moduletrace/bun-mariadb",
"version": "1.0.7",
"version": "1.0.8",
"description": "Schema-driven MariaDB manager for Bun",
"author": "Benjamin Toby",
"license": "MIT",
@@ -12,6 +12,11 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./types": {
"types": "./dist/types/index.d.ts",
"import": "./dist/types/index.js",
"default": "./dist/types/index.js"
}
},
"bin": {