From a2d8fba8d73da240901130913703fea3711f508e Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Sat, 5 Jul 2025 16:15:26 +0100 Subject: [PATCH] Updates --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24f7f33..ff567aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "4.7.9", + "version": "4.8.0", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": { diff --git a/tsconfig.json b/tsconfig.json index 0a82e78..839ec7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,6 @@ } ] }, - "include": ["engine", "package-shared", "client", "test/v1"], + "include": ["engine", "package-shared", "client"], "exclude": ["node_modules", "dump", "dist"] }