rari 0.8.2 → 0.8.3
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/client.d.mts +3 -3
- package/package.json +6 -6
package/dist/client.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as MetadataResult, E as NotFoundEntry, F as extractMetadata, I as extractServerProps, L as extractServerPropsWithCache, M as StaticParamsResult, N as clearPropsCache, O as RouteSegment, P as clearPropsCacheForComponent, R as extractStaticParams, S as LayoutEntry, _ as AppRouteMatch, a as DefaultError, b as GenerateMetadata, c as HttpRuntimeClient, d as RuntimeClient, f as createErrorBoundary, g as AppRouteManifest, h as AppRouteEntry, i as ServerSpamBlockerConfig, j as ServerSidePropsResult, k as RouteSegmentType, l as LoadingSpinner, m as createLoadingBoundary, n as ServerConfig, o as DefaultLoading, p as createHttpRuntimeClient, r as ServerRateLimitConfig, s as ErrorBoundary, t as ServerCSPConfig, u as NotFound, v as ErrorEntry, w as LoadingEntry, x as GenerateStaticParams, y as ErrorProps, z as hasServerSideDataFetching } from "./server-config-DPOhoy43.mjs";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { Component, ErrorInfo, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/router/ClientRouter.d.ts
|
|
7
7
|
interface ClientRouterProps {
|
|
@@ -11,7 +11,7 @@ interface ClientRouterProps {
|
|
|
11
11
|
declare function ClientRouter({
|
|
12
12
|
children,
|
|
13
13
|
initialRoute
|
|
14
|
-
}: ClientRouterProps):
|
|
14
|
+
}: ClientRouterProps): react_jsx_runtime1.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
//#region src/router/LayoutErrorBoundary.d.ts
|
|
17
17
|
interface LayoutErrorBoundaryProps {
|
|
@@ -77,7 +77,7 @@ declare function NavigationErrorOverlay({
|
|
|
77
77
|
onDismiss,
|
|
78
78
|
retryCount,
|
|
79
79
|
maxRetries
|
|
80
|
-
}: NavigationErrorOverlayProps):
|
|
80
|
+
}: NavigationErrorOverlayProps): react_jsx_runtime1.JSX.Element;
|
|
81
81
|
//#endregion
|
|
82
82
|
//#region src/router/route-info-types.d.ts
|
|
83
83
|
interface RouteInfoRequest {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rari",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.3",
|
|
5
5
|
"description": "Runtime Accelerated Rendering Infrastructure (rari)",
|
|
6
6
|
"author": "Ryan Skinner",
|
|
7
7
|
"license": "MIT",
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"esbuild": "^0.27.2"
|
|
85
85
|
},
|
|
86
86
|
"optionalDependencies": {
|
|
87
|
-
"rari-darwin-arm64": "0.8.
|
|
88
|
-
"rari-darwin-x64": "0.8.
|
|
89
|
-
"rari-linux-arm64": "0.8.
|
|
90
|
-
"rari-linux-x64": "0.8.
|
|
91
|
-
"rari-win32-x64": "0.8.
|
|
87
|
+
"rari-darwin-arm64": "0.8.3",
|
|
88
|
+
"rari-darwin-x64": "0.8.3",
|
|
89
|
+
"rari-linux-arm64": "0.8.3",
|
|
90
|
+
"rari-linux-x64": "0.8.3",
|
|
91
|
+
"rari-win32-x64": "0.8.3"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@types/node": "^25.1.0",
|