Comparing version 1.1.41 to 1.1.42
@@ -54,3 +54,3 @@ { | ||
}, | ||
"version": "1.1.41" | ||
"version": "1.1.42" | ||
} |
@@ -220,3 +220,3 @@ // Type definitions for febs | ||
*/ | ||
transaction(isolationLevel: string, taskCB: (db: database) => boolean): Promise<boolean>; | ||
transaction(isolationLevel: string, taskCB: (db: any) => Promise<boolean>): Promise<boolean>; | ||
@@ -223,0 +223,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248942