Comparing version 6.1.0 to 6.2.0
#!/usr/bin/env bun | ||
// package.json | ||
var version = "6.1.0"; | ||
var version = "6.2.0"; | ||
@@ -6,0 +6,0 @@ // src/bin/index.ts |
@@ -1,2 +0,2 @@ | ||
import { Q as QueryHandlerOptions, P as PromiseTuple } from './utils-Y8ub49mm.js'; | ||
import { Q as QueryHandlerOptions, P as PromiseTuple } from './utils-BjfAHZhS.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-QFXGKIYM.js"; | ||
} from "./chunk-AT4DBHED.js"; | ||
@@ -9,0 +9,0 @@ // src/utils/handlers.ts |
@@ -1,4 +0,4 @@ | ||
export { A as AddHook, a as AfterAddHook, p as AfterAlterHook, j as AfterCountHook, m as AfterCreateHook, r as AfterDropHook, c as AfterGetHook, t as AfterHookHandler, h as AfterRemoveHook, e as AfterSetHook, n as AlterHook, B as BeforeAddHook, o as BeforeAlterHook, i as BeforeCountHook, l as BeforeCreateHook, q as BeforeDropHook, b as BeforeGetHook, s as BeforeHookHandler, g as BeforeRemoveHook, d as BeforeSetHook, C as CountHook, k as CreateHook, D as DropHook, u as DuringHookHandler, G as GetHook, H as HookContext, P as PromiseTuple, Q as QueryHandlerOptions, f as RemoveHook, R as Results, S as SetHook } from '../utils-Y8ub49mm.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-BjfAHZhS.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-C_FCUYJ9.js'; | ||
export { a as StorableObjectValue } from '../index-eWDk2HVU.js'; | ||
import 'node:async_hooks'; |
@@ -1,4 +0,4 @@ | ||
import { Q as QueryHandlerOptions, R as Results } from '../utils-Y8ub49mm.js'; | ||
import { Query, StoredObject } from '@ronin/compiler'; | ||
import { S as StorableObject } from '../index-C_FCUYJ9.js'; | ||
import { Q as QueryHandlerOptions, F as FormattedResults } from '../utils-BjfAHZhS.js'; | ||
import { ResultRecord, Query, StoredObject } from '@ronin/compiler'; | ||
import { S as StorableObject } from '../index-eWDk2HVU.js'; | ||
import 'node:async_hooks'; | ||
@@ -14,3 +14,3 @@ | ||
*/ | ||
declare const runQueriesWithStorageAndHooks: <T>(queries: Array<Query>, options?: QueryHandlerOptions) => Promise<Results<T>>; | ||
declare const runQueriesWithStorageAndHooks: <T extends ResultRecord>(queries: Array<Query>, options?: QueryHandlerOptions) => Promise<FormattedResults<T>>; | ||
@@ -29,19 +29,2 @@ /** | ||
interface InvalidQueryErrorDetails { | ||
message: string; | ||
query: string | null; | ||
path: string | null; | ||
details: string; | ||
code: string; | ||
fields: Array<string>; | ||
} | ||
declare class InvalidQueryError extends Error { | ||
message: InvalidQueryErrorDetails['message']; | ||
query: InvalidQueryErrorDetails['query']; | ||
path: InvalidQueryErrorDetails['path']; | ||
details: InvalidQueryErrorDetails['details']; | ||
code: InvalidQueryErrorDetails['code']; | ||
fields: InvalidQueryErrorDetails['fields']; | ||
constructor(details: InvalidQueryErrorDetails); | ||
} | ||
interface InvalidResponseErrorDetails { | ||
@@ -57,2 +40,2 @@ message: string; | ||
export { InvalidQueryError, InvalidResponseError, processStorableObjects, runQueriesWithStorageAndHooks as runQueries }; | ||
export { InvalidResponseError, processStorableObjects, runQueriesWithStorageAndHooks as runQueries }; |
import { | ||
InvalidQueryError, | ||
InvalidResponseError, | ||
processStorableObjects, | ||
runQueriesWithStorageAndHooks | ||
} from "../chunk-QFXGKIYM.js"; | ||
} from "../chunk-AT4DBHED.js"; | ||
export { | ||
InvalidQueryError, | ||
InvalidResponseError, | ||
@@ -10,0 +8,0 @@ processStorableObjects, |
{ | ||
"name": "ronin", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"type": "module", | ||
@@ -76,8 +76,8 @@ "description": "Access your RONIN database via TypeScript.", | ||
"@ronin/cli": "0.2.32", | ||
"@ronin/compiler": "0.15.0", | ||
"@ronin/syntax": "0.2.15" | ||
"@ronin/compiler": "0.16.1", | ||
"@ronin/syntax": "0.2.16" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@types/bun": "1.2.1", | ||
"@types/bun": "1.2.2", | ||
"tsup": "8.3.6", | ||
@@ -84,0 +84,0 @@ "typescript": "5.7.3" |
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
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
50239
797
+ Added@ronin/compiler@0.16.1(transitive)
+ Added@ronin/syntax@0.2.16(transitive)
- Removed@ronin/compiler@0.15.0(transitive)
- Removed@ronin/syntax@0.2.15(transitive)
Updated@ronin/compiler@0.16.1
Updated@ronin/syntax@0.2.16