surrealised
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -5,6 +5,3 @@ import * as surrealdb_js_script_types from 'surrealdb.js/script/types'; | ||
interface OrderByField { | ||
field: string; | ||
direction?: "ASC" | "DESC"; | ||
} | ||
type OrderByField = Record<string, "ASC" | "DESC">; | ||
declare class SurrealQueryBuilder$1 { | ||
@@ -11,0 +8,0 @@ private table; |
{ | ||
"name": "surrealised", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Another SurrealDB Library for NodeJS", | ||
@@ -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
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
96176
1053