This commit is contained in:
Benjamin Toby 2024-11-08 13:43:37 +01:00
parent 8fd6c28461
commit 2ee812fef5
2 changed files with 3 additions and 1 deletions

2
index.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
import * as types from "./package-shared/types/index";
export default types;

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "2.4.2", "version": "2.4.3",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {