From cb37bbc7c81fceee23ef2b9ea4c512c7d5d6080e Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Thu, 12 Dec 2024 07:03:35 +0100 Subject: [PATCH] Updates --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 3a524da..b8f3375 100644 --- a/index.js +++ b/index.js @@ -102,5 +102,5 @@ const datasquirel = { }, }; -module.exports = datasquirel; exports.dsqlUtils = require("./package-shared/utils"); +module.exports = datasquirel; diff --git a/package.json b/package.json index 14a29ac..094c0a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "3.0.2", + "version": "3.0.3", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": {