Comparing version 8.0.0 to 8.0.1
@@ -18,2 +18,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "sql", { | ||
enumerable: true, | ||
get: function () { | ||
return _templateTags.sql; | ||
} | ||
}); | ||
@@ -24,2 +30,4 @@ var _pg = require("pg"); | ||
var _templateTags = require("./templateTags"); | ||
// eslint-disable-next-line id-match | ||
@@ -26,0 +34,0 @@ const INT8_OID = 20; |
@@ -93,3 +93,3 @@ { | ||
}, | ||
"version": "8.0.0" | ||
"version": "8.0.1" | ||
} |
@@ -36,1 +36,4 @@ // @flow | ||
} from './factories'; | ||
export { | ||
sql | ||
} from './templateTags'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
237238
147
2548
0