Updates
This commit is contained in:
parent
7b9ec5404e
commit
cb37bbc7c8
2
index.js
2
index.js
@ -102,5 +102,5 @@ const datasquirel = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = datasquirel;
|
|
||||||
exports.dsqlUtils = require("./package-shared/utils");
|
exports.dsqlUtils = require("./package-shared/utils");
|
||||||
|
module.exports = datasquirel;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user