This commit is contained in:
Benjamin Toby 2025-03-23 07:53:17 +01:00
parent e829ebd2ed
commit fbe4f7e5e6
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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": {