From fbe4f7e5e658f6ac89bdbd17c2c9e993d803d7b6 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Sun, 23 Mar 2025 07:53:17 +0100 Subject: [PATCH] Updates --- package-shared/shell/mariadb-users/refreshUsersAndGrants.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-shared/shell/mariadb-users/refreshUsersAndGrants.ts b/package-shared/shell/mariadb-users/refreshUsersAndGrants.ts index e0a5504..6f99105 100644 --- a/package-shared/shell/mariadb-users/refreshUsersAndGrants.ts +++ b/package-shared/shell/mariadb-users/refreshUsersAndGrants.ts @@ -4,8 +4,8 @@ import dbHandler from "../utils/dbHandler"; import handleGrants from "./handleGrants"; import encrypt from "../../functions/dsql/encrypt"; import decrypt from "../../functions/dsql/decrypt"; -import { DSQL_DATASQUIREL_MARIADB_USERS } from "@/package-shared/types/dsql"; -import { MariaDBUser } from "@/package-shared/types"; +import { DSQL_DATASQUIREL_MARIADB_USERS } from "../../types/dsql"; +import { MariaDBUser } from "../../types"; type Param = { userId?: number | string; diff --git a/package.json b/package.json index 0607001..a61f026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "4.2.2", + "version": "4.2.3", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": {