From d9f0f744818a64b38fa2e385a9f3402faefbeee3 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Sun, 28 Dec 2025 10:33:52 +0100 Subject: [PATCH] Updates --- dist/package-shared/types/index.d.ts | 3 ++- package-shared/api-paths/utils/checks.ts | 6 +++++- package-shared/types/index.ts | 3 ++- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dist/package-shared/types/index.d.ts b/dist/package-shared/types/index.d.ts index a569f54..a4fece4 100644 --- a/dist/package-shared/types/index.d.ts +++ b/dist/package-shared/types/index.d.ts @@ -1478,6 +1478,7 @@ export type APIResponseObject = APIPathsQuery & { +}> = APIPathsQuery & { data?: T; }; export type APIPathsQuery = APIPathsQuery & { +> = APIPathsQuery & { data?: T; }; diff --git a/package.json b/package.json index fbf61ad..b447570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "5.6.6", + "version": "5.6.7", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": {