@workflow/web 5.0.0-beta.50 → 5.0.0-beta.51
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/build/client/assets/{arrow-up-right-CSovqivK.js → arrow-up-right-D35zSWdr.js} +1 -1
- package/build/client/assets/{entry.client-LwI3HNYl.js → entry.client-DmlDFlyx.js} +1 -161
- package/build/client/assets/{highlighted-body-B3W2YXNL-BO5_Ufo-.js → highlighted-body-B3W2YXNL-CaN05-wF.js} +2 -2
- package/build/client/assets/{home-BbyW_T74.js → home-CERPMYFB.js} +4 -4
- package/build/client/assets/{index-PFjW8YjQ.js → index-thGVuYbY.js} +22 -22
- package/build/client/assets/{loader-circle-BX6ycuOI.js → loader-circle-BS067e3l.js} +1 -1
- package/build/client/assets/{manifest-34c486ef.js → manifest-e59a5df7.js} +1 -1
- package/build/client/assets/{mermaid-3ZIDBTTL-BKwl_LgA.js → mermaid-3ZIDBTTL-DX-qOY9c.js} +9212 -6238
- package/build/client/assets/{root-qx_45_fH.js → root-D0H-cabN.js} +4 -4
- package/build/client/assets/{run-detail-BoGFG1Fe.js → run-detail-C7nNgL_7.js} +11 -6
- package/build/client/assets/{workflow-graph-viewer-C-1D0sAn.js → workflow-graph-viewer-nSzDqm6s.js} +2 -2
- package/build/client/assets/{zstd-browser-decoder-By3hr1F0.js → zstd-browser-decoder-DtSP7rJ_.js} +2 -2
- package/build/server/assets/{app-CBtZR8rR.js → app-8hyjFpMO.js} +14284 -19151
- package/build/server/assets/{highlighted-body-B3W2YXNL-BjGiR49i.js → highlighted-body-B3W2YXNL-DY_BqM6l.js} +2 -1
- package/build/server/assets/{index-glWWjG5N.js → index-Az8HzIf_.js} +3 -2
- package/build/server/assets/{index-BYoi2wsy.js → index-CvyMHP_b.js} +1 -1
- package/build/server/assets/{mermaid-3ZIDBTTL-DRi-PBW7.js → mermaid-3ZIDBTTL-Bca_z0-z.js} +2 -1
- package/build/server/assets/{token-RGgCwymE.js → token-BcUtceXk.js} +1 -1
- package/build/server/assets/{token-util-wecZ3LiF.js → token-util-BgQCuyAc.js} +1 -1
- package/build/server/assets/{websocket-server-DwbEw-Dm.js → websocket-server-D2905vlr.js} +1 -1
- package/build/server/assets/{wrapper-B4hIt4qi.js → wrapper-BxY6HvLW.js} +4 -3
- package/build/server/assets/{ws-transport-Dj_kuAkL.js → ws-transport-nlG6b7qI.js} +3 -2
- package/build/server/assets/{zstd-browser-decoder-Coywki2m.js → zstd-browser-decoder-Ce8lEOjC.js} +2 -1
- package/build/server/index.js +2 -1
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as requireReact, b as requireReactDom, m as matchRoutes, s as shouldHydrateRouteLoader, E as ErrorResponseImpl, N as NO_BODY_STATUS_CODES, R as ReactExports, i as isRouteErrorResponse, r as reactExports, c as invariant, u as useFogOFWarDiscovery, F as FrameworkContext, d as RemixErrorBoundary, e as RouterProvider, f as reactDomExports, g as decodeViaTurboStream, h as createClientRoutes, k as createRouter, l as getPatchRoutesOnNavigationFunction, n as getTurboStreamSingleFetchDataStrategy, o as createBrowserHistory, p as createClientRoutesWithHMRRevalidationOptOut, q as mapRouteProperties, t as hydrationRouteProperties, j as jsxRuntimeExports } from "./index-thGVuYbY.js";
|
|
2
2
|
var client = { exports: {} };
|
|
3
3
|
var reactDomClient_production = {};
|
|
4
4
|
var scheduler = { exports: {} };
|
|
@@ -11361,166 +11361,6 @@ function requireClient() {
|
|
|
11361
11361
|
return client.exports;
|
|
11362
11362
|
}
|
|
11363
11363
|
var clientExports = requireClient();
|
|
11364
|
-
var dist = {};
|
|
11365
|
-
var hasRequiredDist;
|
|
11366
|
-
function requireDist() {
|
|
11367
|
-
if (hasRequiredDist) return dist;
|
|
11368
|
-
hasRequiredDist = 1;
|
|
11369
|
-
Object.defineProperty(dist, "__esModule", { value: true });
|
|
11370
|
-
dist.parse = parse;
|
|
11371
|
-
dist.serialize = serialize;
|
|
11372
|
-
const cookieNameRegExp = /^[\u0021-\u003A\u003C\u003E-\u007E]+$/;
|
|
11373
|
-
const cookieValueRegExp = /^[\u0021-\u003A\u003C-\u007E]*$/;
|
|
11374
|
-
const domainValueRegExp = /^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i;
|
|
11375
|
-
const pathValueRegExp = /^[\u0020-\u003A\u003D-\u007E]*$/;
|
|
11376
|
-
const __toString = Object.prototype.toString;
|
|
11377
|
-
const NullObject = /* @__PURE__ */ (() => {
|
|
11378
|
-
const C = function() {
|
|
11379
|
-
};
|
|
11380
|
-
C.prototype = /* @__PURE__ */ Object.create(null);
|
|
11381
|
-
return C;
|
|
11382
|
-
})();
|
|
11383
|
-
function parse(str, options) {
|
|
11384
|
-
const obj = new NullObject();
|
|
11385
|
-
const len = str.length;
|
|
11386
|
-
if (len < 2)
|
|
11387
|
-
return obj;
|
|
11388
|
-
const dec = (options == null ? void 0 : options.decode) || decode;
|
|
11389
|
-
let index = 0;
|
|
11390
|
-
do {
|
|
11391
|
-
const eqIdx = str.indexOf("=", index);
|
|
11392
|
-
if (eqIdx === -1)
|
|
11393
|
-
break;
|
|
11394
|
-
const colonIdx = str.indexOf(";", index);
|
|
11395
|
-
const endIdx = colonIdx === -1 ? len : colonIdx;
|
|
11396
|
-
if (eqIdx > endIdx) {
|
|
11397
|
-
index = str.lastIndexOf(";", eqIdx - 1) + 1;
|
|
11398
|
-
continue;
|
|
11399
|
-
}
|
|
11400
|
-
const keyStartIdx = startIndex(str, index, eqIdx);
|
|
11401
|
-
const keyEndIdx = endIndex(str, eqIdx, keyStartIdx);
|
|
11402
|
-
const key = str.slice(keyStartIdx, keyEndIdx);
|
|
11403
|
-
if (obj[key] === void 0) {
|
|
11404
|
-
let valStartIdx = startIndex(str, eqIdx + 1, endIdx);
|
|
11405
|
-
let valEndIdx = endIndex(str, endIdx, valStartIdx);
|
|
11406
|
-
const value = dec(str.slice(valStartIdx, valEndIdx));
|
|
11407
|
-
obj[key] = value;
|
|
11408
|
-
}
|
|
11409
|
-
index = endIdx + 1;
|
|
11410
|
-
} while (index < len);
|
|
11411
|
-
return obj;
|
|
11412
|
-
}
|
|
11413
|
-
function startIndex(str, index, max) {
|
|
11414
|
-
do {
|
|
11415
|
-
const code = str.charCodeAt(index);
|
|
11416
|
-
if (code !== 32 && code !== 9)
|
|
11417
|
-
return index;
|
|
11418
|
-
} while (++index < max);
|
|
11419
|
-
return max;
|
|
11420
|
-
}
|
|
11421
|
-
function endIndex(str, index, min) {
|
|
11422
|
-
while (index > min) {
|
|
11423
|
-
const code = str.charCodeAt(--index);
|
|
11424
|
-
if (code !== 32 && code !== 9)
|
|
11425
|
-
return index + 1;
|
|
11426
|
-
}
|
|
11427
|
-
return min;
|
|
11428
|
-
}
|
|
11429
|
-
function serialize(name, val, options) {
|
|
11430
|
-
const enc = (options == null ? void 0 : options.encode) || encodeURIComponent;
|
|
11431
|
-
if (!cookieNameRegExp.test(name)) {
|
|
11432
|
-
throw new TypeError(`argument name is invalid: ${name}`);
|
|
11433
|
-
}
|
|
11434
|
-
const value = enc(val);
|
|
11435
|
-
if (!cookieValueRegExp.test(value)) {
|
|
11436
|
-
throw new TypeError(`argument val is invalid: ${val}`);
|
|
11437
|
-
}
|
|
11438
|
-
let str = name + "=" + value;
|
|
11439
|
-
if (!options)
|
|
11440
|
-
return str;
|
|
11441
|
-
if (options.maxAge !== void 0) {
|
|
11442
|
-
if (!Number.isInteger(options.maxAge)) {
|
|
11443
|
-
throw new TypeError(`option maxAge is invalid: ${options.maxAge}`);
|
|
11444
|
-
}
|
|
11445
|
-
str += "; Max-Age=" + options.maxAge;
|
|
11446
|
-
}
|
|
11447
|
-
if (options.domain) {
|
|
11448
|
-
if (!domainValueRegExp.test(options.domain)) {
|
|
11449
|
-
throw new TypeError(`option domain is invalid: ${options.domain}`);
|
|
11450
|
-
}
|
|
11451
|
-
str += "; Domain=" + options.domain;
|
|
11452
|
-
}
|
|
11453
|
-
if (options.path) {
|
|
11454
|
-
if (!pathValueRegExp.test(options.path)) {
|
|
11455
|
-
throw new TypeError(`option path is invalid: ${options.path}`);
|
|
11456
|
-
}
|
|
11457
|
-
str += "; Path=" + options.path;
|
|
11458
|
-
}
|
|
11459
|
-
if (options.expires) {
|
|
11460
|
-
if (!isDate(options.expires) || !Number.isFinite(options.expires.valueOf())) {
|
|
11461
|
-
throw new TypeError(`option expires is invalid: ${options.expires}`);
|
|
11462
|
-
}
|
|
11463
|
-
str += "; Expires=" + options.expires.toUTCString();
|
|
11464
|
-
}
|
|
11465
|
-
if (options.httpOnly) {
|
|
11466
|
-
str += "; HttpOnly";
|
|
11467
|
-
}
|
|
11468
|
-
if (options.secure) {
|
|
11469
|
-
str += "; Secure";
|
|
11470
|
-
}
|
|
11471
|
-
if (options.partitioned) {
|
|
11472
|
-
str += "; Partitioned";
|
|
11473
|
-
}
|
|
11474
|
-
if (options.priority) {
|
|
11475
|
-
const priority = typeof options.priority === "string" ? options.priority.toLowerCase() : void 0;
|
|
11476
|
-
switch (priority) {
|
|
11477
|
-
case "low":
|
|
11478
|
-
str += "; Priority=Low";
|
|
11479
|
-
break;
|
|
11480
|
-
case "medium":
|
|
11481
|
-
str += "; Priority=Medium";
|
|
11482
|
-
break;
|
|
11483
|
-
case "high":
|
|
11484
|
-
str += "; Priority=High";
|
|
11485
|
-
break;
|
|
11486
|
-
default:
|
|
11487
|
-
throw new TypeError(`option priority is invalid: ${options.priority}`);
|
|
11488
|
-
}
|
|
11489
|
-
}
|
|
11490
|
-
if (options.sameSite) {
|
|
11491
|
-
const sameSite = typeof options.sameSite === "string" ? options.sameSite.toLowerCase() : options.sameSite;
|
|
11492
|
-
switch (sameSite) {
|
|
11493
|
-
case true:
|
|
11494
|
-
case "strict":
|
|
11495
|
-
str += "; SameSite=Strict";
|
|
11496
|
-
break;
|
|
11497
|
-
case "lax":
|
|
11498
|
-
str += "; SameSite=Lax";
|
|
11499
|
-
break;
|
|
11500
|
-
case "none":
|
|
11501
|
-
str += "; SameSite=None";
|
|
11502
|
-
break;
|
|
11503
|
-
default:
|
|
11504
|
-
throw new TypeError(`option sameSite is invalid: ${options.sameSite}`);
|
|
11505
|
-
}
|
|
11506
|
-
}
|
|
11507
|
-
return str;
|
|
11508
|
-
}
|
|
11509
|
-
function decode(str) {
|
|
11510
|
-
if (str.indexOf("%") === -1)
|
|
11511
|
-
return str;
|
|
11512
|
-
try {
|
|
11513
|
-
return decodeURIComponent(str);
|
|
11514
|
-
} catch (e) {
|
|
11515
|
-
return str;
|
|
11516
|
-
}
|
|
11517
|
-
}
|
|
11518
|
-
function isDate(val) {
|
|
11519
|
-
return __toString.call(val) === "[object Date]";
|
|
11520
|
-
}
|
|
11521
|
-
return dist;
|
|
11522
|
-
}
|
|
11523
|
-
requireDist();
|
|
11524
11364
|
/* @__PURE__ */ new Set([
|
|
11525
11365
|
...NO_BODY_STATUS_CODES,
|
|
11526
11366
|
304
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R, K as Ks, Q as Qe } from "./mermaid-3ZIDBTTL-
|
|
2
|
-
import { r as reactExports, j as jsxRuntimeExports } from "./index-
|
|
1
|
+
import { R, K as Ks, Q as Qe } from "./mermaid-3ZIDBTTL-DX-qOY9c.js";
|
|
2
|
+
import { r as reactExports, j as jsxRuntimeExports } from "./index-thGVuYbY.js";
|
|
3
3
|
var L = ({ code: s, language: t, raw: e, className: n, ...d$1 }) => {
|
|
4
4
|
let { shikiTheme: l } = reactExports.useContext(R), o = Ks(), [m, i] = reactExports.useState(e);
|
|
5
5
|
return reactExports.useEffect(() => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as reactExports, j as jsxRuntimeExports,
|
|
2
|
-
import { R as ResolveHookModal, S as Send, r as requireShim, u as unwrapOrThrow, W as WorkflowWebAPIError, f as fetchHookToken, a as Skeleton, b as RelativeTime, A as Alert, C as CircleAlert, c as AlertTitle, g as getErrorTitle, d as AlertDescription, e as getErrorMessage, h as CopyableText, D as DropdownMenu, i as DropdownMenuTrigger, E as Ellipsis, j as DropdownMenuContent, k as DropdownMenuItem, l as resumeHook, m as createCollection, n as hideOthers, o as ReactRemoveScroll, p as useDirection, q as ChevronUp, X, s as useControllableState$1, P as Primitive$1, t as composeEventHandlers$1, v as Presence, w as useSize, x as createContextScope$1, y as bulkCancelRuns, z as reenqueueRun, B as parseWorkflowName, F as StatusBadge, Z as Zap, G as CircleX, H as RunActionsDropdownItems, I as unwrapServerActionResult, J as WorkflowGraphViewer, T as Tabs, K as TabsList, L as TabsTrigger, M as TabsContent, N as ErrorBoundary } from "./workflow-graph-viewer-
|
|
3
|
-
import { c as createLucideIcon, h as useToast, e as cn, i as fetchRuns, j as fetchHooks, k as getPaginationDisplay, T as Tooltip, a as TooltipTrigger, C as Check, l as Copy, b as TooltipContent, D as DEFAULT_PAGE_SIZE, B as Button, m as ChevronRight, n as fetchEvents, o as useCallbackRef, p as useComposedRefs, P as Primitive, A as Anchor, q as composeEventHandlers, s as useLayoutEffect2, v as Portal$2, w as useId, x as createPopperScope, y as DismissableLayer, z as createContextScope, E as createSlot, F as Content$1, G as useControllableState, H as Root2$1, V as VISUALLY_HIDDEN_STYLES, I as Arrow, J as ChevronDown, L as useComposedRefs$1, u as useServerConfig, M as BULK_CANCEL_MAX_RUN_IDS, t as toast, N as fetchRun, O as cva, U as Presence$1, W as createContext2, X as fetchWorkflowsManifest } from "./mermaid-3ZIDBTTL-
|
|
4
|
-
import { L as LoaderCircle } from "./loader-circle-
|
|
1
|
+
import { r as reactExports, j as jsxRuntimeExports, z as Link, R as ReactExports, f as reactDomExports, B as useSearchParams, A as useNavigate, C as useLocation, w as withComponentProps } from "./index-thGVuYbY.js";
|
|
2
|
+
import { R as ResolveHookModal, S as Send, r as requireShim, u as unwrapOrThrow, W as WorkflowWebAPIError, f as fetchHookToken, a as Skeleton, b as RelativeTime, A as Alert, C as CircleAlert, c as AlertTitle, g as getErrorTitle, d as AlertDescription, e as getErrorMessage, h as CopyableText, D as DropdownMenu, i as DropdownMenuTrigger, E as Ellipsis, j as DropdownMenuContent, k as DropdownMenuItem, l as resumeHook, m as createCollection, n as hideOthers, o as ReactRemoveScroll, p as useDirection, q as ChevronUp, X, s as useControllableState$1, P as Primitive$1, t as composeEventHandlers$1, v as Presence, w as useSize, x as createContextScope$1, y as bulkCancelRuns, z as reenqueueRun, B as parseWorkflowName, F as StatusBadge, Z as Zap, G as CircleX, H as RunActionsDropdownItems, I as unwrapServerActionResult, J as WorkflowGraphViewer, T as Tabs, K as TabsList, L as TabsTrigger, M as TabsContent, N as ErrorBoundary } from "./workflow-graph-viewer-nSzDqm6s.js";
|
|
3
|
+
import { c as createLucideIcon, h as useToast, e as cn, i as fetchRuns, j as fetchHooks, k as getPaginationDisplay, T as Tooltip, a as TooltipTrigger, C as Check, l as Copy, b as TooltipContent, D as DEFAULT_PAGE_SIZE, B as Button, m as ChevronRight, n as fetchEvents, o as useCallbackRef, p as useComposedRefs, P as Primitive, A as Anchor, q as composeEventHandlers, s as useLayoutEffect2, v as Portal$2, w as useId, x as createPopperScope, y as DismissableLayer, z as createContextScope, E as createSlot, F as Content$1, G as useControllableState, H as Root2$1, V as VISUALLY_HIDDEN_STYLES, I as Arrow, J as ChevronDown, L as useComposedRefs$1, u as useServerConfig, M as BULK_CANCEL_MAX_RUN_IDS, t as toast, N as fetchRun, O as cva, U as Presence$1, W as createContext2, X as fetchWorkflowsManifest } from "./mermaid-3ZIDBTTL-DX-qOY9c.js";
|
|
4
|
+
import { L as LoaderCircle } from "./loader-circle-BS067e3l.js";
|
|
5
5
|
/**
|
|
6
6
|
* @license lucide-react v0.575.0 - ISC
|
|
7
7
|
*
|
|
@@ -9388,8 +9388,8 @@ function useViewTransitionState(to, { relative } = {}) {
|
|
|
9388
9388
|
var reactDomExports = requireReactDom();
|
|
9389
9389
|
const ReactDOM = /* @__PURE__ */ getDefaultExportFromCjs(reactDomExports);
|
|
9390
9390
|
export {
|
|
9391
|
-
|
|
9392
|
-
|
|
9391
|
+
useNavigate as A,
|
|
9392
|
+
useSearchParams as B,
|
|
9393
9393
|
useLocation as C,
|
|
9394
9394
|
ReactDOM as D,
|
|
9395
9395
|
ErrorResponseImpl as E,
|
|
@@ -9403,30 +9403,30 @@ export {
|
|
|
9403
9403
|
Outlet as O,
|
|
9404
9404
|
ReactExports as R,
|
|
9405
9405
|
ScrollRestoration as S,
|
|
9406
|
-
|
|
9407
|
-
|
|
9408
|
-
|
|
9409
|
-
|
|
9410
|
-
|
|
9411
|
-
|
|
9412
|
-
|
|
9413
|
-
|
|
9406
|
+
requireReact as a,
|
|
9407
|
+
requireReactDom as b,
|
|
9408
|
+
invariant as c,
|
|
9409
|
+
RemixErrorBoundary as d,
|
|
9410
|
+
RouterProvider as e,
|
|
9411
|
+
reactDomExports as f,
|
|
9412
|
+
decodeViaTurboStream as g,
|
|
9413
|
+
createClientRoutes as h,
|
|
9414
9414
|
isRouteErrorResponse as i,
|
|
9415
9415
|
jsxRuntimeExports as j,
|
|
9416
|
-
|
|
9417
|
-
|
|
9416
|
+
createRouter as k,
|
|
9417
|
+
getPatchRoutesOnNavigationFunction as l,
|
|
9418
9418
|
matchRoutes as m,
|
|
9419
|
-
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9419
|
+
getTurboStreamSingleFetchDataStrategy as n,
|
|
9420
|
+
createBrowserHistory as o,
|
|
9421
|
+
createClientRoutesWithHMRRevalidationOptOut as p,
|
|
9422
|
+
mapRouteProperties as q,
|
|
9423
9423
|
reactExports as r,
|
|
9424
9424
|
shouldHydrateRouteLoader as s,
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9425
|
+
hydrationRouteProperties as t,
|
|
9426
|
+
useFogOFWarDiscovery as u,
|
|
9427
|
+
withErrorBoundaryProps as v,
|
|
9428
9428
|
withComponentProps as w,
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9429
|
+
Scripts as x,
|
|
9430
|
+
useRouteError as y,
|
|
9431
|
+
Link as z
|
|
9432
9432
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.__reactRouterManifest={"entry":{"module":"/assets/entry.client-
|
|
1
|
+
window.__reactRouterManifest={"entry":{"module":"/assets/entry.client-DmlDFlyx.js","imports":["/assets/index-thGVuYbY.js"],"css":[]},"routes":{"root":{"id":"root","path":"","hasAction":true,"hasLoader":true,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":true,"module":"/assets/root-D0H-cabN.js","imports":["/assets/index-thGVuYbY.js","/assets/mermaid-3ZIDBTTL-DX-qOY9c.js","/assets/loader-circle-BS067e3l.js","/assets/arrow-up-right-D35zSWdr.js"],"css":["/assets/root-Bl5xphvU.css","/assets/mermaid-3ZIDBTTL-D8CjRQta.css"]},"routes/home":{"id":"routes/home","parentId":"root","index":true,"hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":false,"module":"/assets/home-CERPMYFB.js","imports":["/assets/index-thGVuYbY.js","/assets/workflow-graph-viewer-nSzDqm6s.js","/assets/mermaid-3ZIDBTTL-DX-qOY9c.js","/assets/loader-circle-BS067e3l.js"],"css":["/assets/workflow-graph-viewer-DnlNuQQH.css","/assets/mermaid-3ZIDBTTL-D8CjRQta.css"]},"routes/run-detail":{"id":"routes/run-detail","parentId":"root","path":"run/:runId","hasAction":false,"hasLoader":false,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":true,"hasErrorBoundary":false,"module":"/assets/run-detail-C7nNgL_7.js","imports":["/assets/index-thGVuYbY.js","/assets/workflow-graph-viewer-nSzDqm6s.js","/assets/mermaid-3ZIDBTTL-DX-qOY9c.js","/assets/arrow-up-right-D35zSWdr.js"],"css":["/assets/run-detail-CWoGxu_0.css","/assets/workflow-graph-viewer-DnlNuQQH.css","/assets/mermaid-3ZIDBTTL-D8CjRQta.css"]},"routes/api.rpc":{"id":"routes/api.rpc","parentId":"root","path":"api/rpc","hasAction":true,"hasLoader":true,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":false,"hasErrorBoundary":false,"module":"/assets/api.rpc-l0sNRNKZ.js","imports":[],"css":[]},"routes/api.stream.$streamId":{"id":"routes/api.stream.$streamId","parentId":"root","path":"api/stream/:streamId","hasAction":false,"hasLoader":true,"hasClientAction":false,"hasClientLoader":false,"hasClientMiddleware":false,"hasDefaultExport":false,"hasErrorBoundary":false,"module":"/assets/api.stream._streamId-l0sNRNKZ.js","imports":[],"css":[]}},"url":"/assets/manifest-e59a5df7.js","version":"e59a5df7"};
|