@ultimat3/query
Advanced tools
+6
-6
| { | ||
| "name": "@ultimat3/query", | ||
| "version": "18.0.0", | ||
| "version": "19.0.0", | ||
| "description": "The query primitive: a policy-checked read, optionally live, with cursor pagination and an incremental matcher", | ||
@@ -38,8 +38,8 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@ultimat3/cache": "18.0.0", | ||
| "@ultimat3/core": "18.0.0", | ||
| "@ultimat3/http": "18.0.0", | ||
| "@ultimat3/policy": "18.0.0", | ||
| "@ultimat3/schema": "18.0.0" | ||
| "@ultimat3/cache": "19.0.0", | ||
| "@ultimat3/core": "19.0.0", | ||
| "@ultimat3/http": "19.0.0", | ||
| "@ultimat3/policy": "19.0.0", | ||
| "@ultimat3/schema": "19.0.0" | ||
| } | ||
| } |
+7
-0
@@ -9,2 +9,9 @@ /** | ||
| // Anchored on purpose, and NOT by the `sideEffects` array: Bun reads any array as `false` and drops | ||
| // the module regardless (oven-sh/bun#40650). `registerPrimitiveRegistrar('query', …)` here is read | ||
| // by @ultimat3/core's registrar table on behalf of `x` and the manifest, and nothing that registers | ||
| // a query imports this module for a binding. `SIDE_EFFECTS_ANCHORS` carries the argument and | ||
| // `bun run side-effects` enforces it. | ||
| import './registry'; | ||
| /** | ||
@@ -11,0 +18,0 @@ * Flight control for the typed client, and OPT-IN by construction: `client.ts` names `ClientFlight` |
243016
0.19%3323
0.18%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated