Updates
This commit is contained in:
Vendored
+1
-1
@@ -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
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user