@imatic/pgqb
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -21,2 +21,4 @@ "use strict"; | ||
'order_by', | ||
'limit', | ||
'offset', | ||
'for_update', | ||
@@ -23,0 +25,0 @@ 'returning', |
{ | ||
"name": "@imatic/pgqb", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Functional PostgreSQL query builder", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -87,2 +87,4 @@ import * as r from 'ramda'; | ||
'order_by', | ||
'limit', | ||
'offset', | ||
'for_update', | ||
@@ -89,0 +91,0 @@ 'returning', |
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
94016
1805