@synatic/noql
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -194,5 +194,7 @@ import type {Document, Sort} from 'mongodb'; | ||
/** function that takes in the parameters from the queries and returns the pipeline operation */ | ||
parse: (...parameters: any) => { | ||
[key: string]: any; | ||
}; | ||
parse: (...parameters: any) => | ||
| { | ||
[key: string]: any; | ||
} | ||
| string; | ||
/** specifies if this function requires an as when it's in a query, default: true */ | ||
@@ -199,0 +201,0 @@ requiresAs?: boolean; |
{ | ||
"name": "@synatic/noql", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Convert SQL statements to mongo queries or aggregates", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
260800
6301