Updates
This commit is contained in:
parent
e9bb9fb07f
commit
d4cb764a18
2
dist/package-shared/types/index.d.ts
vendored
2
dist/package-shared/types/index.d.ts
vendored
@ -1351,5 +1351,5 @@ export type DsqlCrudParam<T extends {
|
||||
sanitize?: (data?: T) => T;
|
||||
debug?: boolean;
|
||||
};
|
||||
export type ErrorCallback = (title: string, error: Error) => void;
|
||||
export type ErrorCallback = (title: string, error: Error, data?: any) => void;
|
||||
export {};
|
||||
|
@ -1524,4 +1524,4 @@ export type DsqlCrudParam<
|
||||
debug?: boolean;
|
||||
};
|
||||
|
||||
export type ErrorCallback = (title: string, error: Error) => void;
|
||||
export type ErrorCallback = (title: string, error: Error, data?: any) => void;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "4.1.6",
|
||||
"version": "4.1.7",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user