@mrnafisia/type-query
Advanced tools
Comparing version 1.0.52 to 1.0.53
@@ -45,3 +45,3 @@ "use strict"; | ||
var testTransaction = function (tablesWithData, callback, pool, isolationLevel, rollback) { | ||
if (isolationLevel === void 0) { isolationLevel = 'serializable'; } | ||
if (isolationLevel === void 0) { isolationLevel = 'read-committed'; } | ||
if (rollback === void 0) { rollback = true; } | ||
@@ -48,0 +48,0 @@ return __awaiter(void 0, void 0, void 0, function () { |
{ | ||
"name": "@mrnafisia/type-query", | ||
"version": "1.0.52", | ||
"version": "1.0.53", | ||
"description": "mini-orm with full type support for postgres.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
593670