This commit is contained in:
Benjamin Toby 2025-01-16 10:05:11 +01:00
parent 982149f759
commit a44526aeed
4 changed files with 3 additions and 1536 deletions

View File

@ -1,4 +1,4 @@
import { RequestOptions } from "https";
import type { RequestOptions } from "https";
import { Editor } from "tinymce";
export type DSQL_DatabaseFullName = string;
export interface DSQL_DatabaseSchemaType {

1533
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
import type { IncomingMessage, ServerResponse } from "http";
import { RequestOptions } from "https";
import type { RequestOptions } from "https";
import { Editor } from "tinymce";
export type DSQL_DatabaseFullName = string;

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "3.7.0",
"version": "3.7.1",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {