Updates
This commit is contained in:
parent
e829ebd2ed
commit
fbe4f7e5e6
@ -4,8 +4,8 @@ import dbHandler from "../utils/dbHandler";
|
|||||||
import handleGrants from "./handleGrants";
|
import handleGrants from "./handleGrants";
|
||||||
import encrypt from "../../functions/dsql/encrypt";
|
import encrypt from "../../functions/dsql/encrypt";
|
||||||
import decrypt from "../../functions/dsql/decrypt";
|
import decrypt from "../../functions/dsql/decrypt";
|
||||||
import { DSQL_DATASQUIREL_MARIADB_USERS } from "@/package-shared/types/dsql";
|
import { DSQL_DATASQUIREL_MARIADB_USERS } from "../../types/dsql";
|
||||||
import { MariaDBUser } from "@/package-shared/types";
|
import { MariaDBUser } from "../../types";
|
||||||
|
|
||||||
type Param = {
|
type Param = {
|
||||||
userId?: number | string;
|
userId?: number | string;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "4.2.2",
|
"version": "4.2.3",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user