@rpcbase/client 0.431.0 → 0.433.0
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.js +2 -2
- package/dist/rts/index.d.ts +1 -0
- package/dist/rts/index.d.ts.map +1 -1
- package/dist/rts/index.js +57 -16
- package/dist/rts/index.js.map +1 -1
- package/dist/rts/useRtsConnection.d.ts +3 -0
- package/dist/rts/useRtsConnection.d.ts.map +1 -0
- package/dist/spatial-nav/index.js +4 -4
- package/dist/spatial-nav/index.js.map +1 -1
- package/dist/{useQuery-Ct30FAzC.js → useQuery-BLuO01zo.js} +14 -14
- package/dist/{useQuery-Ct30FAzC.js.map → useQuery-BLuO01zo.js.map} +1 -1
- package/package.json +1 -1
|
@@ -2726,23 +2726,23 @@ export {
|
|
|
2726
2726
|
computeRtsQueryKey as f,
|
|
2727
2727
|
useRtsSsrRuntime as g,
|
|
2728
2728
|
hydrateRtsFromWindow as h,
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2729
|
+
reconnect as i,
|
|
2730
|
+
disconnect as j,
|
|
2731
|
+
addLocalTxn as k,
|
|
2732
|
+
configureRtsPouchStore as l,
|
|
2733
|
+
connect as m,
|
|
2734
|
+
deleteDocs as n,
|
|
2735
|
+
destroyAllCollections as o,
|
|
2736
2736
|
peekHydratedRtsCount as p,
|
|
2737
|
-
|
|
2737
|
+
destroyCollection as q,
|
|
2738
2738
|
registerCount as r,
|
|
2739
2739
|
serializeRtsQueryValue as s,
|
|
2740
|
-
|
|
2740
|
+
getCollection as t,
|
|
2741
2741
|
useQuery as u,
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2742
|
+
getConnectionError as v,
|
|
2743
|
+
getConnectionStatus as w,
|
|
2744
|
+
onConnectionStatusChange as x,
|
|
2745
|
+
onMessage as y,
|
|
2746
2746
|
registerQuery as z
|
|
2747
2747
|
};
|
|
2748
|
-
//# sourceMappingURL=useQuery-
|
|
2748
|
+
//# sourceMappingURL=useQuery-BLuO01zo.js.map
|