From 5ed9547e0c35ddacb10d80afa764f902b4739b33 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Thu, 12 Dec 2024 07:04:24 +0100 Subject: [PATCH] Updates --- index.d.ts | 1 + index.js | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 95ec56d..c5d070d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1 +1,2 @@ export const dsqlUtils: typeof import("./package-shared/utils"); +export { datasquirel }; diff --git a/index.js b/index.js index b8f3375..f6d57c7 100644 --- a/index.js +++ b/index.js @@ -103,4 +103,5 @@ const datasquirel = { }; exports.dsqlUtils = require("./package-shared/utils"); +exports.datasquirel = datasquirel; module.exports = datasquirel; diff --git a/package.json b/package.json index 094c0a2..e6730f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "3.0.3", + "version": "3.0.4", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": {