@ronin/syntax
Advanced tools
Comparing version 0.2.20 to 0.2.21-ben-ron-1099-experimental-132
@@ -1,1 +0,1 @@ | ||
export { D as DeepCallable, d as PromiseTuple, R as ResultRecord, c as SyntaxItem, e as getBatchProxy, i as getBatchProxySQL, f as getProperty, g as getSyntaxProxy, h as getSyntaxProxySQL, s as setProperty } from './index-uBN48F2S.js'; | ||
export { D as DeepCallable, d as PromiseTuple, R as ResultRecord, c as SyntaxItem, e as getBatchProxy, i as getBatchProxySQL, f as getProperty, g as getSyntaxProxy, h as getSyntaxProxySQL, s as setProperty } from './index-Da2tcfee.js'; |
@@ -8,3 +8,3 @@ import { | ||
setProperty | ||
} from "./chunk-IARRHJ6P.js"; | ||
} from "./chunk-BKIEBWNH.js"; | ||
export { | ||
@@ -11,0 +11,0 @@ getBatchProxy, |
@@ -1,2 +0,2 @@ | ||
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, G as GetInstructions, W as WithInstruction, S as StoredObject, c as SyntaxItem, Q as QUERY_SYMBOLS } from './index-uBN48F2S.js'; | ||
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, G as GetInstructions, W as WithInstruction, S as StoredObject, c as SyntaxItem, Q as QUERY_SYMBOLS } from './index-Da2tcfee.js'; | ||
@@ -25,11 +25,7 @@ interface RoninFields { | ||
*/ | ||
indexes?: Record<string, ModelIndex<Array<ModelField & { | ||
slug: keyof Fields; | ||
}>>>; | ||
indexes?: Record<string, Omit<ModelIndex<Record<keyof Fields, ModelField>>, 'slug'>>; | ||
/** | ||
* Queries that run automatically in response to other queries. | ||
*/ | ||
triggers?: Record<string, ModelTrigger<Array<ModelField & { | ||
slug: keyof Fields; | ||
}>>>; | ||
triggers?: Record<string, Omit<ModelTrigger<Record<keyof Fields, ModelField>>, 'slug'>>; | ||
/** | ||
@@ -36,0 +32,0 @@ * Predefined query instructions that can be reused across multiple different queries. |
@@ -5,3 +5,3 @@ import { | ||
getSyntaxProxy | ||
} from "./chunk-IARRHJ6P.js"; | ||
} from "./chunk-BKIEBWNH.js"; | ||
@@ -8,0 +8,0 @@ // src/schema/model.ts |
{ | ||
"name": "@ronin/syntax", | ||
"version": "0.2.20", | ||
"version": "0.2.21-ben-ron-1099-experimental-132", | ||
"type": "module", | ||
@@ -45,3 +45,3 @@ "description": "Allows for defining RONIN queries and schemas in code.", | ||
"@biomejs/biome": "1.9.4", | ||
"@ronin/compiler": "0.16.3", | ||
"@ronin/compiler": "0.17.1", | ||
"@types/bun": "1.2.1", | ||
@@ -48,0 +48,0 @@ "tsup": "8.3.6", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
68586
1616
1