From 7ded5e949d39b0426f7835f0e781fa4537b3e781 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 5 Aug 2026 09:32:53 +0100 Subject: [PATCH] Include dist in typescript defs --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9679bac..71f2f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/bun-mariadb", - "version": "1.0.6", + "version": "1.0.7", "description": "Schema-driven MariaDB manager for Bun", "author": "Benjamin Toby", "license": "MIT", diff --git a/tsconfig.json b/tsconfig.json index 34ebb79..bb6d5c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,5 +25,5 @@ "outDir": "dist" }, "include": ["src"], - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules"] }