@ronin/syntax
Advanced tools
Comparing version 0.2.32 to 0.2.33
@@ -1,1 +0,1 @@ | ||
export { D as DeepCallable, e as PromiseTuple, R as ResultRecord, d as SyntaxItem, f as getBatchProxy, j as getBatchProxySQL, h as getProperty, g as getSyntaxProxy, i as getSyntaxProxySQL, s as setProperty } from './index-Dda5Eh9P.js'; | ||
export { D as DeepCallable, e as PromiseTuple, R as ResultRecord, d as SyntaxItem, f as getBatchProxy, j as getBatchProxySQL, h as getProperty, g as getSyntaxProxy, i as getSyntaxProxySQL, s as setProperty } from './index-r2vb8ISK.js'; |
@@ -1,2 +0,2 @@ | ||
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, c as ModelPreset, S as StoredObject, d as SyntaxItem, Q as QUERY_SYMBOLS } from './index-Dda5Eh9P.js'; | ||
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, c as ModelPreset, S as StoredObject, d as SyntaxItem, Q as QUERY_SYMBOLS } from './index-r2vb8ISK.js'; | ||
@@ -101,3 +101,3 @@ interface RoninFields { | ||
type: Type; | ||
}>, 'slug'>; | ||
}>, 'slug' | 'system'>; | ||
type ModelFieldExpressions<Type> = { | ||
@@ -104,0 +104,0 @@ check?: (fields: Record<string, Type>) => Type; |
{ | ||
"name": "@ronin/syntax", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"type": "module", | ||
@@ -45,3 +45,3 @@ "description": "Allows for defining RONIN queries and schemas in code.", | ||
"@biomejs/biome": "1.9.4", | ||
"@ronin/compiler": "0.17.11", | ||
"@ronin/compiler": "0.17.13", | ||
"@types/bun": "1.2.3", | ||
@@ -48,0 +48,0 @@ "expect-type": "1.1.0", |
66958
1557