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": {