@lunora/client 1.0.0-alpha.36 → 1.0.0-alpha.38
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/auth/index.d.mts +2 -1
- package/dist/auth/index.d.ts +2 -1
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.mjs +1 -1
- package/dist/packem_shared/LunoraClient-DWyJ2BLK.mjs +1 -0
- package/dist/packem_shared/{SubscriptionRegistry-CdrOD7sZ.mjs → SubscriptionRegistry-B7fruO2m.mjs} +1 -1
- package/dist/packem_shared/createLocalStore-BKM1ykGw.mjs +1 -0
- package/dist/packem_shared/{createServerClient-Bc6O-zYd.mjs → createServerClient-BAa5OzeF.mjs} +1 -1
- package/dist/packem_shared/{createSnapshotPrecondition-DOKRAJ4b.mjs → createSnapshotPrecondition-D0Xo-CMm.mjs} +1 -1
- package/dist/packem_shared/{local-store-C53xDvEr.mjs → local-store-fRkOiysW.mjs} +1 -1
- package/dist/packem_shared/{lunora-client.d-CQ4K1Ls8.d.mts → lunora-client.d-BkfH0Zom.d.ts} +2 -942
- package/dist/packem_shared/{lunora-client.d-CQ4K1Ls8.d.ts → lunora-client.d-yDX6HUZv.d.mts} +2 -942
- package/dist/packem_shared/{preload.d-CrqgaKH9.d.mts → preload.d--OibiIK_.d.ts} +2 -1
- package/dist/packem_shared/{preload.d-DZf_x6mY.d.ts → preload.d-DbtqnQ4C.d.mts} +2 -1
- package/dist/packem_shared/types.d-CxmbJf0E.d.mts +942 -0
- package/dist/packem_shared/types.d-CxmbJf0E.d.ts +942 -0
- package/dist/packem_shared/wire-codec-ivyqGF-j.mjs +1 -0
- package/dist/packem_shared/wire-key-DRUYYr8G.mjs +1 -0
- package/dist/query/index.d.mts +3 -2
- package/dist/query/index.d.ts +3 -2
- package/dist/service.d.mts +49 -0
- package/dist/service.d.ts +49 -0
- package/dist/service.mjs +1 -0
- package/dist/ssr/index.d.mts +4 -3
- package/dist/ssr/index.d.ts +4 -3
- package/dist/ssr/index.mjs +1 -1
- package/package.json +6 -2
- package/dist/packem_shared/LunoraClient-NUIJBf6Z.mjs +0 -1
- package/dist/packem_shared/createLocalStore-B3Tw_Tw1.mjs +0 -1
- package/dist/packem_shared/wire-key-D_zOxXK4.mjs +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { L as LunoraClient } from "./lunora-client.d-BkfH0Zom.js";
|
|
2
|
+
import { F as FunctionReference, A as ArgsOf, R as ReturnOf, P as Preloaded } from "./types.d-CxmbJf0E.js";
|
|
2
3
|
/**
|
|
3
4
|
* Run a query once on the server (during SSR) and capture its result in a
|
|
4
5
|
* serializable {@link Preloaded} token. Embed the token in the rendered HTML and
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { L as LunoraClient } from "./lunora-client.d-yDX6HUZv.mjs";
|
|
2
|
+
import { F as FunctionReference, A as ArgsOf, R as ReturnOf, P as Preloaded } from "./types.d-CxmbJf0E.mjs";
|
|
2
3
|
/**
|
|
3
4
|
* Run a query once on the server (during SSR) and capture its result in a
|
|
4
5
|
* serializable {@link Preloaded} token. Embed the token in the rendered HTML and
|