Comparing version 6.2.5 to 6.2.6
#!/usr/bin/env bun | ||
// package.json | ||
var version = "6.2.5"; | ||
var version = "6.2.6"; | ||
@@ -6,0 +6,0 @@ // src/bin/index.ts |
@@ -1,2 +0,2 @@ | ||
import { Q as QueryHandlerOptions, P as PromiseTuple } from './utils-BjfAHZhS.js'; | ||
import { Q as QueryHandlerOptions, P as PromiseTuple } from './utils-CSfRKGOa.js'; | ||
import { GetQuery, SetQuery, AddQuery, RemoveQuery, CountQuery, CreateQuery, AlterQuery, ModelField, ModelIndex, ModelTrigger, ModelPreset, DropQuery } from '@ronin/compiler'; | ||
@@ -3,0 +3,0 @@ import { DeepCallable } from '@ronin/syntax/queries'; |
@@ -6,3 +6,3 @@ import { | ||
runQueriesWithStorageAndHooks | ||
} from "./chunk-AT4DBHED.js"; | ||
} from "./chunk-FZTWBKID.js"; | ||
@@ -9,0 +9,0 @@ // src/utils/handlers.ts |
@@ -1,4 +0,4 @@ | ||
export { A as AddHook, a as AfterAddHook, o as AfterAlterHook, i as AfterCountHook, l as AfterCreateHook, q as AfterDropHook, c as AfterGetHook, s as AfterHookHandler, g as AfterRemoveHook, e as AfterSetHook, m as AlterHook, B as BeforeAddHook, n as BeforeAlterHook, h as BeforeCountHook, k as BeforeCreateHook, p as BeforeDropHook, b as BeforeGetHook, r as BeforeHookHandler, f as BeforeRemoveHook, d as BeforeSetHook, C as CountHook, j as CreateHook, D as DropHook, t as DuringHookHandler, F as FormattedResults, G as GetHook, H as HookContext, P as PromiseTuple, Q as QueryHandlerOptions, R as RemoveHook, S as SetHook } from '../utils-BjfAHZhS.js'; | ||
export { A as AddHook, a as AfterAddHook, o as AfterAlterHook, i as AfterCountHook, l as AfterCreateHook, q as AfterDropHook, c as AfterGetHook, s as AfterHookHandler, g as AfterRemoveHook, e as AfterSetHook, m as AlterHook, B as BeforeAddHook, n as BeforeAlterHook, h as BeforeCountHook, k as BeforeCreateHook, p as BeforeDropHook, b as BeforeGetHook, r as BeforeHookHandler, f as BeforeRemoveHook, d as BeforeSetHook, C as CountHook, j as CreateHook, D as DropHook, t as DuringHookHandler, F as FormattedResults, G as GetHook, H as HookContext, P as PromiseTuple, Q as QueryHandlerOptions, R as RemoveHook, S as SetHook } from '../utils-CSfRKGOa.js'; | ||
export { AddInstructions, AddQuery, AddInstructions as AddQueryInstructions, CountInstructions, CountQuery, CountInstructions as CountQueryInstructions, GetInstructions, GetQuery, GetInstructions as GetQueryInstructions, Query, QueryInstruction, QueryType, RemoveInstructions, RemoveQuery, RemoveInstructions as RemoveQueryInstructions, SetInstructions, SetQuery, SetInstructions as SetQueryInstructions, StoredObject, WithInstruction } from '@ronin/compiler'; | ||
export { a as StorableObjectValue } from '../index-eWDk2HVU.js'; | ||
export { a as StorableObjectValue } from '../index-CSwtGefs.js'; | ||
import 'node:async_hooks'; |
@@ -1,4 +0,4 @@ | ||
import { Q as QueryHandlerOptions, F as FormattedResults } from '../utils-BjfAHZhS.js'; | ||
import { Q as QueryHandlerOptions, F as FormattedResults } from '../utils-CSfRKGOa.js'; | ||
import { ResultRecord, Query, StoredObject } from '@ronin/compiler'; | ||
import { S as StorableObject } from '../index-eWDk2HVU.js'; | ||
import { S as StorableObject } from '../index-CSwtGefs.js'; | ||
import 'node:async_hooks'; | ||
@@ -5,0 +5,0 @@ |
@@ -5,3 +5,3 @@ import { | ||
runQueriesWithStorageAndHooks | ||
} from "../chunk-AT4DBHED.js"; | ||
} from "../chunk-FZTWBKID.js"; | ||
export { | ||
@@ -8,0 +8,0 @@ InvalidResponseError, |
{ | ||
"name": "ronin", | ||
"version": "6.2.5", | ||
"version": "6.2.6", | ||
"type": "module", | ||
@@ -75,4 +75,4 @@ "description": "Access your RONIN database via TypeScript.", | ||
"dependencies": { | ||
"@ronin/cli": "0.2.36", | ||
"@ronin/compiler": "0.16.4", | ||
"@ronin/cli": "0.2.37", | ||
"@ronin/compiler": "0.17.0", | ||
"@ronin/syntax": "0.2.17" | ||
@@ -79,0 +79,0 @@ }, |
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
50559
804
3
+ Added@ronin/cli@0.2.37(transitive)
+ Added@ronin/compiler@0.17.0(transitive)
- Removed@ronin/cli@0.2.36(transitive)
- Removed@ronin/compiler@0.16.4(transitive)
Updated@ronin/cli@0.2.37
Updated@ronin/compiler@0.17.0