@mrnafisia/type-query
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -63,4 +63,3 @@ "use strict"; | ||
var setTestDBInfo = function (connectionUrl, name) { | ||
testDBInfo.connectionUrl = connectionUrl; | ||
testDBInfo.name = name; | ||
testDBInfo = { connectionUrl: connectionUrl, name: name }; | ||
keepDb = evalKeepDb(); | ||
@@ -67,0 +66,0 @@ (0, pool_1.addHook)({ |
{ | ||
"name": "@mrnafisia/type-query", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
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
1406233
21231