@ronin/syntax
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,3 +6,3 @@ import { | ||
setProperty | ||
} from "./chunk-TUTW6RGD.js"; | ||
} from "./chunk-RHRH2IGS.js"; | ||
export { | ||
@@ -9,0 +9,0 @@ getBatchProxy, |
@@ -1,2 +0,2 @@ | ||
import { P as PublicModel, G as GetInstructions, W as WithInstruction, M as ModelIndex, a as ModelField, b as ModelTrigger, S as SyntaxItem } from './queries-B5GYrcJV.js'; | ||
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, G as GetInstructions, W as WithInstruction, S as SyntaxItem } from './queries-B5GYrcJV.js'; | ||
@@ -23,6 +23,2 @@ interface RoninFields { | ||
/** | ||
* Predefined query instructions that can be reused across multiple different queries. | ||
*/ | ||
presets?: Record<string, GetInstructions | WithInstruction>; | ||
/** | ||
* Database indexes to optimize query performance. | ||
@@ -39,2 +35,6 @@ */ | ||
}>>>; | ||
/** | ||
* Predefined query instructions that can be reused across multiple different queries. | ||
*/ | ||
presets?: Record<string, GetInstructions | WithInstruction>; | ||
} | ||
@@ -41,0 +41,0 @@ type FieldsToTypes<F> = F extends Record<string, Primitives> ? { |
@@ -10,3 +10,3 @@ import { | ||
string | ||
} from "./chunk-TUTW6RGD.js"; | ||
} from "./chunk-RHRH2IGS.js"; | ||
export { | ||
@@ -13,0 +13,0 @@ blob, |
{ | ||
"name": "@ronin/syntax", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Allows for defining RONIN queries and schemas in code.", |
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
0
48695
1064