@lunora/hyperdrive 1.0.0-alpha.69 → 1.0.0-alpha.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -86,7 +86,7 @@ interface PullSourceOptions extends ProjectOptions {
|
|
|
86
86
|
* the id column is missing/nullish so a misconfigured query fails loudly rather than
|
|
87
87
|
* materializing rows under an `"undefined"` id.
|
|
88
88
|
*
|
|
89
|
-
* Delegates to `@lunora/
|
|
89
|
+
* Delegates to `@lunora/shard-engine`'s `liftSourceId` — the single id-lift the declarative
|
|
90
90
|
* `.source()` poll loop also uses — so the manual bridge and the codegen path can
|
|
91
91
|
* never diverge in their missing-id handling.
|
|
92
92
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ interface PullSourceOptions extends ProjectOptions {
|
|
|
86
86
|
* the id column is missing/nullish so a misconfigured query fails loudly rather than
|
|
87
87
|
* materializing rows under an `"undefined"` id.
|
|
88
88
|
*
|
|
89
|
-
* Delegates to `@lunora/
|
|
89
|
+
* Delegates to `@lunora/shard-engine`'s `liftSourceId` — the single id-lift the declarative
|
|
90
90
|
* `.source()` poll loop also uses — so the manual bridge and the codegen path can
|
|
91
91
|
* never diverge in their missing-id handling.
|
|
92
92
|
*/
|
package/package.json
CHANGED