diff --git a/client/index.ts b/client/index.ts index 34f5c79..c7771cd 100644 --- a/client/index.ts +++ b/client/index.ts @@ -16,9 +16,9 @@ import deserializeQuery from "../package-shared/utils/deserialize-query"; import debugLog from "../package-shared/utils/logging/debug-log"; const media = { - imageInputToBase64: imageInputToBase64, - imageInputFileToBase64: imageInputFileToBase64, - inputFileToBase64: inputFileToBase64, + imageInputToBase64, + imageInputFileToBase64, + inputFileToBase64, }; /** diff --git a/dist/client/index.js b/dist/client/index.js index 032db04..82be759 100644 --- a/dist/client/index.js +++ b/dist/client/index.js @@ -15,9 +15,9 @@ import postLogin from "./auth/post-login"; import deserializeQuery from "../package-shared/utils/deserialize-query"; import debugLog from "../package-shared/utils/logging/debug-log"; const media = { - imageInputToBase64: imageInputToBase64, - imageInputFileToBase64: imageInputFileToBase64, - inputFileToBase64: inputFileToBase64, + imageInputToBase64, + imageInputFileToBase64, + inputFileToBase64, }; /** * User Auth Object diff --git a/dist/package-shared/types/index.d.ts b/dist/package-shared/types/index.d.ts index 67877e4..4d06b9b 100644 --- a/dist/package-shared/types/index.d.ts +++ b/dist/package-shared/types/index.d.ts @@ -1,10 +1,10 @@ import type { RequestOptions } from "https"; -import { DSQL_DATASQUIREL_API_KEYS, DSQL_DATASQUIREL_API_KEYS_SCOPED_RESOURCES, DSQL_DATASQUIREL_BACKUPS, DSQL_DATASQUIREL_DELEGATED_RESOURCES, DSQL_DATASQUIREL_DELEGATED_USERS, DSQL_DATASQUIREL_INVITATIONS, DSQL_DATASQUIREL_MARIADB_USERS, DSQL_DATASQUIREL_PROCESS_QUEUE, DSQL_DATASQUIREL_USER_DATABASE_TABLES, DSQL_DATASQUIREL_USER_DATABASES, DSQL_DATASQUIREL_USER_MEDIA, DSQL_DATASQUIREL_USER_PRIVATE_FOLDERS, DSQL_DATASQUIREL_USERS } from "./dsql"; -import { Editor } from "tinymce"; -import sharp from "sharp"; -import DataTypes from "../data/data-types"; -import { IncomingMessage, ServerResponse } from "http"; -import { CookieNames } from "../dict/cookie-names"; +import type { DSQL_DATASQUIREL_API_KEYS, DSQL_DATASQUIREL_API_KEYS_SCOPED_RESOURCES, DSQL_DATASQUIREL_BACKUPS, DSQL_DATASQUIREL_DELEGATED_RESOURCES, DSQL_DATASQUIREL_DELEGATED_USERS, DSQL_DATASQUIREL_INVITATIONS, DSQL_DATASQUIREL_MARIADB_USERS, DSQL_DATASQUIREL_PROCESS_QUEUE, DSQL_DATASQUIREL_USER_DATABASE_TABLES, DSQL_DATASQUIREL_USER_DATABASES, DSQL_DATASQUIREL_USER_MEDIA, DSQL_DATASQUIREL_USER_PRIVATE_FOLDERS, DSQL_DATASQUIREL_USERS } from "./dsql"; +import type { Editor } from "tinymce"; +import type sharp from "sharp"; +import type DataTypes from "../data/data-types"; +import type { IncomingMessage, ServerResponse } from "http"; +import type { CookieNames } from "../dict/cookie-names"; export type DSQL_DatabaseFullName = string; export type DSQL_DATASQUIREL_USER_BACKUPS_JOIN = DSQL_DATASQUIREL_BACKUPS & { [k in (typeof UserSelectFields)[number]["alias"]]?: string; diff --git a/package-shared/types/index.ts b/package-shared/types/index.ts index 3fc753d..ea1ee09 100644 --- a/package-shared/types/index.ts +++ b/package-shared/types/index.ts @@ -1,6 +1,6 @@ import type { RequestOptions } from "https"; -import { +import type { DSQL_DATASQUIREL_API_KEYS, DSQL_DATASQUIREL_API_KEYS_SCOPED_RESOURCES, DSQL_DATASQUIREL_BACKUPS, @@ -16,11 +16,12 @@ import { DSQL_DATASQUIREL_USERS, } from "./dsql"; -import { Editor } from "tinymce"; -import sharp from "sharp"; -import DataTypes from "../data/data-types"; -import { IncomingMessage, ServerResponse } from "http"; -import { CookieNames } from "../dict/cookie-names"; +import type { Editor } from "tinymce"; +import type sharp from "sharp"; +import type DataTypes from "../data/data-types"; +import type { IncomingMessage, ServerResponse } from "http"; +import type { CookieNames } from "../dict/cookie-names"; + export type DSQL_DatabaseFullName = string; export type DSQL_DATASQUIREL_USER_BACKUPS_JOIN = DSQL_DATASQUIREL_BACKUPS & { diff --git a/package.json b/package.json index 1b18e16..cf62cb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "4.7.6", + "version": "4.7.7", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": {