@lunora/react 1.0.0-alpha.5 → 1.0.0-alpha.50
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/LICENSE.md +6 -0
- package/README.md +2 -0
- package/dist/index.d.mts +1032 -263
- package/dist/index.d.ts +1032 -263
- package/dist/index.mjs +1 -16
- package/dist/packem_shared/AuthLoading-C5eyDVbk.mjs +2 -0
- package/dist/packem_shared/CheckoutButton-DS_DKgNf.mjs +2 -0
- package/dist/packem_shared/LunoraProvider-D6ZS72le.mjs +2 -0
- package/dist/packem_shared/cache-DJEsSdUx.mjs +1 -0
- package/dist/packem_shared/hydratePreloaded-BvPwhOFD.mjs +2 -0
- package/dist/packem_shared/lunoraQueryOptions-DWEJoNnh.mjs +1 -0
- package/dist/packem_shared/query-key-DV_Vu-6c.mjs +1 -0
- package/dist/packem_shared/query-options.d-CdgGQ9s4.d.mts +38 -0
- package/dist/packem_shared/query-options.d-CdgGQ9s4.d.ts +38 -0
- package/dist/packem_shared/stable-key-BSG0zK_E.mjs +1 -0
- package/dist/packem_shared/stream-state-ksURgmCA.mjs +1 -0
- package/dist/packem_shared/use-paginated-core-_ZSkVafW.mjs +2 -0
- package/dist/packem_shared/useAgent-0Ozf4MwG.mjs +2 -0
- package/dist/packem_shared/useAgentChat-CJpe5Mg9.mjs +2 -0
- package/dist/packem_shared/useAgentState-CyY_I9m2.mjs +2 -0
- package/dist/packem_shared/useAgentToolEvents-oXtLad4O.mjs +2 -0
- package/dist/packem_shared/useAuth-BKsFAcDG.mjs +2 -0
- package/dist/packem_shared/useAuthSessions-DCiiklg1.mjs +2 -0
- package/dist/packem_shared/useAuthState-DrW2_avK.mjs +2 -0
- package/dist/packem_shared/useClientQuery-DFKZurlC.mjs +2 -0
- package/dist/packem_shared/useConnectionStatus-CiMP3Mmy.mjs +2 -0
- package/dist/packem_shared/useFlag-Bj6cjeim.mjs +2 -0
- package/dist/packem_shared/useHttpStream-6Mx4bTfB.mjs +2 -0
- package/dist/packem_shared/useInfiniteQuery-CgT2zfA-.mjs +2 -0
- package/dist/packem_shared/useMutation-C_8Nu0F4.mjs +2 -0
- package/dist/packem_shared/useMutator-D3CGrk5-.mjs +2 -0
- package/dist/packem_shared/usePaginatedQuery-CSs8g5Z7.mjs +2 -0
- package/dist/packem_shared/usePresence-Bfa9ESum.mjs +2 -0
- package/dist/packem_shared/useQuery-CDk67eFh.mjs +2 -0
- package/dist/packem_shared/useRateLimit-DqikMrX9.mjs +2 -0
- package/dist/packem_shared/useStream-B1USJrJG.mjs +2 -0
- package/dist/packem_shared/useSubscription-CoFTfvYX.mjs +2 -0
- package/dist/packem_shared/useVoiceAgent-CO0EiOoc.mjs +2 -0
- package/dist/packem_shared/wire-key-BjAV3_Rq.mjs +1 -0
- package/dist/server.d.mts +29 -29
- package/dist/server.d.ts +29 -29
- package/dist/server.mjs +1 -31
- package/dist/upload.d.mts +2 -0
- package/dist/upload.d.ts +2 -0
- package/dist/upload.mjs +2 -0
- package/package.json +10 -4
- package/dist/packem_shared/AuthLoading-DtKgZT2Z.mjs +0 -33
- package/dist/packem_shared/CheckoutButton-CVSry8U1.mjs +0 -185
- package/dist/packem_shared/LunoraProvider-D38Xp16l.mjs +0 -80
- package/dist/packem_shared/cache-CAp1fVNL.mjs +0 -75
- package/dist/packem_shared/hydratePreloaded-B6OHn0eL.mjs +0 -46
- package/dist/packem_shared/lunoraQueryOptions-Cij4KWBK.mjs +0 -16
- package/dist/packem_shared/query-key-B5eRQCbR.mjs +0 -13
- package/dist/packem_shared/query-options.d-D4okOpO8.d.mts +0 -38
- package/dist/packem_shared/query-options.d-D4okOpO8.d.ts +0 -38
- package/dist/packem_shared/stable-key-CaKZv9lp.mjs +0 -30
- package/dist/packem_shared/use-paginated-core-DxGvzQVR.mjs +0 -161
- package/dist/packem_shared/useAuth-CNUKtOOp.mjs +0 -129
- package/dist/packem_shared/useAuthState-BiGhtSCs.mjs +0 -36
- package/dist/packem_shared/useConnectionStatus-DRSY9ldm.mjs +0 -30
- package/dist/packem_shared/useInfiniteQuery-HjOCDd3R.mjs +0 -97
- package/dist/packem_shared/useMutation-CrvMXRsk.mjs +0 -67
- package/dist/packem_shared/usePaginatedQuery-BGYvICZU.mjs +0 -46
- package/dist/packem_shared/usePresence-D7jLuxj0.mjs +0 -108
- package/dist/packem_shared/useQuery-EB74gtBJ.mjs +0 -42
- package/dist/packem_shared/useRateLimit-DTEffQEi.mjs +0 -64
- package/dist/packem_shared/useStream-MdYnWDL_.mjs +0 -125
- package/dist/packem_shared/useSubscription-DSJuryrU.mjs +0 -139
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
import { useReducer, useRef, useEffect } from 'react';
|
|
3
|
-
import { useLunora } from './LunoraProvider-D38Xp16l.mjs';
|
|
4
|
-
import { s as stableStringify } from './stable-key-CaKZv9lp.mjs';
|
|
5
|
-
|
|
6
|
-
const reducer = function(state, action) {
|
|
7
|
-
switch (action.type) {
|
|
8
|
-
case "chunk": {
|
|
9
|
-
return {
|
|
10
|
-
chunks: [...state.chunks, action.chunk],
|
|
11
|
-
error: void 0,
|
|
12
|
-
status: "streaming"
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
case "complete": {
|
|
16
|
-
return {
|
|
17
|
-
...state,
|
|
18
|
-
status: "complete"
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
case "error": {
|
|
22
|
-
return {
|
|
23
|
-
...state,
|
|
24
|
-
error: action.error,
|
|
25
|
-
status: "error"
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
case "reset": {
|
|
29
|
-
return {
|
|
30
|
-
chunks: [],
|
|
31
|
-
error: void 0,
|
|
32
|
-
status: "idle"
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
case "start": {
|
|
36
|
-
return {
|
|
37
|
-
...state,
|
|
38
|
-
status: "streaming"
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
default: {
|
|
42
|
-
return state;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
const useStream = (function_, args, options = {}) => {
|
|
47
|
-
const client = useLunora();
|
|
48
|
-
const [state, dispatch] = useReducer(reducer, {
|
|
49
|
-
chunks: [],
|
|
50
|
-
error: void 0,
|
|
51
|
-
status: "idle"
|
|
52
|
-
});
|
|
53
|
-
const skipped = args === "skip";
|
|
54
|
-
const serialized = skipped ? "skip" : stableStringify(args);
|
|
55
|
-
const cancelRef = useRef(void 0);
|
|
56
|
-
useEffect(() => {
|
|
57
|
-
if (skipped) {
|
|
58
|
-
return () => {
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
dispatch({
|
|
62
|
-
type: "reset"
|
|
63
|
-
});
|
|
64
|
-
dispatch({
|
|
65
|
-
type: "start"
|
|
66
|
-
});
|
|
67
|
-
let stillMounted = true;
|
|
68
|
-
let cancelled = false;
|
|
69
|
-
const iterable = client.stream(function_, args, {
|
|
70
|
-
maxBuffer: options.maxBuffer,
|
|
71
|
-
shardKey: options.shardKey
|
|
72
|
-
});
|
|
73
|
-
const cancel = () => {
|
|
74
|
-
if (cancelled) {
|
|
75
|
-
return;
|
|
76
|
-
}
|
|
77
|
-
cancelled = true;
|
|
78
|
-
iterable.cancel();
|
|
79
|
-
};
|
|
80
|
-
cancelRef.current = cancel;
|
|
81
|
-
(async () => {
|
|
82
|
-
try {
|
|
83
|
-
for await (const chunk of iterable) {
|
|
84
|
-
if (!stillMounted) {
|
|
85
|
-
return;
|
|
86
|
-
}
|
|
87
|
-
dispatch({
|
|
88
|
-
chunk,
|
|
89
|
-
type: "chunk"
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
if (stillMounted) {
|
|
93
|
-
dispatch({
|
|
94
|
-
type: "complete"
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
} catch (error) {
|
|
98
|
-
if (!stillMounted) {
|
|
99
|
-
return;
|
|
100
|
-
}
|
|
101
|
-
const normalized = error instanceof Error ? error : new Error(String(error));
|
|
102
|
-
dispatch({
|
|
103
|
-
error: normalized,
|
|
104
|
-
type: "error"
|
|
105
|
-
});
|
|
106
|
-
}
|
|
107
|
-
})().catch(() => {
|
|
108
|
-
});
|
|
109
|
-
return () => {
|
|
110
|
-
stillMounted = false;
|
|
111
|
-
cancel();
|
|
112
|
-
cancelRef.current = void 0;
|
|
113
|
-
};
|
|
114
|
-
}, [client, function_.__lunoraRef, serialized, skipped, options.shardKey, options.maxBuffer]);
|
|
115
|
-
return {
|
|
116
|
-
cancel: () => {
|
|
117
|
-
cancelRef.current?.();
|
|
118
|
-
},
|
|
119
|
-
chunks: state.chunks,
|
|
120
|
-
error: state.error,
|
|
121
|
-
status: state.status
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
|
|
125
|
-
export { useStream };
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
import { c } from 'react/compiler-runtime';
|
|
3
|
-
import { createQuerySubscription } from '@lunora/client/query';
|
|
4
|
-
import { useState, useRef, useEffect } from 'react';
|
|
5
|
-
import { useLunora } from './LunoraProvider-D38Xp16l.mjs';
|
|
6
|
-
import { s as stableStringify } from './stable-key-CaKZv9lp.mjs';
|
|
7
|
-
|
|
8
|
-
const useSubscription = (function_, args, t0) => {
|
|
9
|
-
const $ = c(22);
|
|
10
|
-
let t1;
|
|
11
|
-
if ($[0] !== t0) {
|
|
12
|
-
t1 = t0 === void 0 ? {} : t0;
|
|
13
|
-
$[0] = t0;
|
|
14
|
-
$[1] = t1;
|
|
15
|
-
} else {
|
|
16
|
-
t1 = $[1];
|
|
17
|
-
}
|
|
18
|
-
const options = t1;
|
|
19
|
-
const client = useLunora();
|
|
20
|
-
let t2;
|
|
21
|
-
if ($[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
|
|
22
|
-
t2 = {
|
|
23
|
-
data: void 0,
|
|
24
|
-
error: void 0
|
|
25
|
-
};
|
|
26
|
-
$[2] = t2;
|
|
27
|
-
} else {
|
|
28
|
-
t2 = $[2];
|
|
29
|
-
}
|
|
30
|
-
const [state, setState] = useState(t2);
|
|
31
|
-
const skipped = args === "skip";
|
|
32
|
-
let t3;
|
|
33
|
-
if ($[3] !== args || $[4] !== skipped) {
|
|
34
|
-
t3 = skipped ? "skip" : stableStringify(args);
|
|
35
|
-
$[3] = args;
|
|
36
|
-
$[4] = skipped;
|
|
37
|
-
$[5] = t3;
|
|
38
|
-
} else {
|
|
39
|
-
t3 = $[5];
|
|
40
|
-
}
|
|
41
|
-
const serialized = t3;
|
|
42
|
-
let t4;
|
|
43
|
-
if ($[6] !== args || $[7] !== function_) {
|
|
44
|
-
t4 = {
|
|
45
|
-
args,
|
|
46
|
-
fn: function_
|
|
47
|
-
};
|
|
48
|
-
$[6] = args;
|
|
49
|
-
$[7] = function_;
|
|
50
|
-
$[8] = t4;
|
|
51
|
-
} else {
|
|
52
|
-
t4 = $[8];
|
|
53
|
-
}
|
|
54
|
-
const subscribeRef = useRef(t4);
|
|
55
|
-
let t5;
|
|
56
|
-
if ($[9] !== args || $[10] !== function_) {
|
|
57
|
-
t5 = () => {
|
|
58
|
-
subscribeRef.current = {
|
|
59
|
-
args,
|
|
60
|
-
fn: function_
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
$[9] = args;
|
|
64
|
-
$[10] = function_;
|
|
65
|
-
$[11] = t5;
|
|
66
|
-
} else {
|
|
67
|
-
t5 = $[11];
|
|
68
|
-
}
|
|
69
|
-
useEffect(t5);
|
|
70
|
-
let t6;
|
|
71
|
-
if ($[12] !== client || $[13] !== options.shardKey || $[14] !== skipped) {
|
|
72
|
-
t6 = () => {
|
|
73
|
-
if (skipped) {
|
|
74
|
-
setState({
|
|
75
|
-
data: void 0,
|
|
76
|
-
error: void 0
|
|
77
|
-
});
|
|
78
|
-
return _temp;
|
|
79
|
-
}
|
|
80
|
-
let cancelled = false;
|
|
81
|
-
const {
|
|
82
|
-
args: currentArgs,
|
|
83
|
-
fn: currentFunction
|
|
84
|
-
} = subscribeRef.current;
|
|
85
|
-
const unsubscribe = createQuerySubscription(client, currentFunction, currentArgs, {
|
|
86
|
-
onData: (value) => {
|
|
87
|
-
if (cancelled) {
|
|
88
|
-
return;
|
|
89
|
-
}
|
|
90
|
-
setState({
|
|
91
|
-
data: value,
|
|
92
|
-
error: void 0
|
|
93
|
-
});
|
|
94
|
-
},
|
|
95
|
-
onError: (error) => {
|
|
96
|
-
const normalized = new Error(error.message);
|
|
97
|
-
queueMicrotask(() => {
|
|
98
|
-
if (!cancelled) {
|
|
99
|
-
setState({
|
|
100
|
-
data: void 0,
|
|
101
|
-
error: normalized
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
}
|
|
106
|
-
}, {
|
|
107
|
-
shardKey: options.shardKey
|
|
108
|
-
});
|
|
109
|
-
return () => {
|
|
110
|
-
cancelled = true;
|
|
111
|
-
unsubscribe();
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
$[12] = client;
|
|
115
|
-
$[13] = options.shardKey;
|
|
116
|
-
$[14] = skipped;
|
|
117
|
-
$[15] = t6;
|
|
118
|
-
} else {
|
|
119
|
-
t6 = $[15];
|
|
120
|
-
}
|
|
121
|
-
let t7;
|
|
122
|
-
if ($[16] !== client || $[17] !== function_.__lunoraRef || $[18] !== options.shardKey || $[19] !== serialized || $[20] !== skipped) {
|
|
123
|
-
t7 = [client, function_.__lunoraRef, serialized, options.shardKey, skipped];
|
|
124
|
-
$[16] = client;
|
|
125
|
-
$[17] = function_.__lunoraRef;
|
|
126
|
-
$[18] = options.shardKey;
|
|
127
|
-
$[19] = serialized;
|
|
128
|
-
$[20] = skipped;
|
|
129
|
-
$[21] = t7;
|
|
130
|
-
} else {
|
|
131
|
-
t7 = $[21];
|
|
132
|
-
}
|
|
133
|
-
useEffect(t6, t7);
|
|
134
|
-
return state;
|
|
135
|
-
};
|
|
136
|
-
function _temp() {
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
export { useSubscription as default };
|