lambdaorm-base
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "lambdaorm-base", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "ORM", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@proton.me>", |
@@ -8,1 +8,7 @@ export interface QueryPlan { | ||
} | ||
export interface QueryOptions { | ||
stage?: string; | ||
view?: string; | ||
chunkSize?: number; | ||
tryAllCan?: boolean; | ||
} |
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
197844
3273