react-router 0.0.0-experimental-3df673e → 0.0.0-experimental-a65d6f5
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/development/{chunk-5FNKA3AJ.mjs → chunk-47MIYFLC.mjs} +2 -2
- package/dist/development/{chunk-27W3PGKT.mjs → chunk-CWSJ6RYI.mjs} +2 -2
- package/dist/development/{chunk-OAO2BCWA.js → chunk-QOFB7XZ5.js} +1 -1
- package/dist/development/{chunk-HMTR6AB3.js → chunk-ZLVXSGFL.js} +134 -134
- package/dist/development/dom-export.d.mts +1 -1
- package/dist/development/dom-export.d.ts +1 -1
- package/dist/development/dom-export.js +3 -3
- package/dist/development/dom-export.mjs +3 -3
- package/dist/development/{index-react-server-client-CCykjjOv.d.ts → index-react-server-client-Iw2PMej2.d.ts} +2 -2
- package/dist/{production/index-react-server-client-vPxdwQO-.d.mts → development/index-react-server-client-lf74v6ET.d.mts} +2 -2
- package/dist/development/index-react-server-client.d.mts +3 -3
- package/dist/development/index-react-server-client.d.ts +3 -3
- package/dist/development/index-react-server-client.js +4 -4
- package/dist/development/index-react-server-client.mjs +2 -2
- package/dist/development/index-react-server.js +1 -1
- package/dist/development/index-react-server.mjs +1 -1
- package/dist/development/index.d.mts +6 -6
- package/dist/development/index.d.ts +6 -6
- package/dist/development/index.js +98 -98
- package/dist/development/index.mjs +3 -3
- package/dist/development/{instrumentation-BsMyG4uF.d.ts → instrumentation-BWRz1MRU.d.ts} +1 -1
- package/dist/development/lib/types/internal.d.mts +2 -2
- package/dist/development/lib/types/internal.d.ts +2 -2
- package/dist/development/lib/types/internal.js +1 -1
- package/dist/development/lib/types/internal.mjs +1 -1
- package/dist/development/{routeModules-DSpLybMz.d.mts → routeModules--SgCTStn.d.mts} +1 -1
- package/dist/development/{routeModules-BsBQDHG4.d.ts → routeModules-rxNxBmdR.d.ts} +1 -1
- package/dist/development/{router-B02dMGKy.d.mts → router-DQIRhYoj.d.mts} +1 -1
- package/dist/production/{chunk-BJWGLTLV.js → chunk-4SPSFXAZ.js} +134 -134
- package/dist/production/{chunk-XWLYGPB7.mjs → chunk-MMAHTIVZ.mjs} +2 -2
- package/dist/production/{chunk-IFXZKZUN.mjs → chunk-UAAA7FTX.mjs} +2 -2
- package/dist/production/{chunk-NZTFTCSL.js → chunk-ZOHTOBOT.js} +1 -1
- package/dist/production/dom-export.d.mts +1 -1
- package/dist/production/dom-export.d.ts +1 -1
- package/dist/production/dom-export.js +3 -3
- package/dist/production/dom-export.mjs +3 -3
- package/dist/production/{index-react-server-client-CCykjjOv.d.ts → index-react-server-client-Iw2PMej2.d.ts} +2 -2
- package/dist/{development/index-react-server-client-vPxdwQO-.d.mts → production/index-react-server-client-lf74v6ET.d.mts} +2 -2
- package/dist/production/index-react-server-client.d.mts +3 -3
- package/dist/production/index-react-server-client.d.ts +3 -3
- package/dist/production/index-react-server-client.js +4 -4
- package/dist/production/index-react-server-client.mjs +2 -2
- package/dist/production/index-react-server.js +1 -1
- package/dist/production/index-react-server.mjs +1 -1
- package/dist/production/index.d.mts +6 -6
- package/dist/production/index.d.ts +6 -6
- package/dist/production/index.js +98 -98
- package/dist/production/index.mjs +3 -3
- package/dist/production/{instrumentation-BsMyG4uF.d.ts → instrumentation-BWRz1MRU.d.ts} +1 -1
- package/dist/production/lib/types/internal.d.mts +2 -2
- package/dist/production/lib/types/internal.d.ts +2 -2
- package/dist/production/lib/types/internal.js +1 -1
- package/dist/production/lib/types/internal.mjs +1 -1
- package/dist/production/{routeModules-DSpLybMz.d.mts → routeModules--SgCTStn.d.mts} +1 -1
- package/dist/production/{routeModules-BsBQDHG4.d.ts → routeModules-rxNxBmdR.d.ts} +1 -1
- package/dist/production/{router-B02dMGKy.d.mts → router-DQIRhYoj.d.mts} +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-a65d6f5
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -9404,7 +9404,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
|
|
|
9404
9404
|
try {
|
|
9405
9405
|
if (isBrowser) {
|
|
9406
9406
|
window.__reactRouterVersion = // @ts-expect-error
|
|
9407
|
-
"0.0.0-experimental-
|
|
9407
|
+
"0.0.0-experimental-a65d6f5";
|
|
9408
9408
|
}
|
|
9409
9409
|
} catch (e) {
|
|
9410
9410
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-a65d6f5
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
withComponentProps,
|
|
62
62
|
withErrorBoundaryProps,
|
|
63
63
|
withHydrateFallbackProps
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-47MIYFLC.mjs";
|
|
65
65
|
|
|
66
66
|
// lib/dom/ssr/server.tsx
|
|
67
67
|
import * as React from "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-a65d6f5
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|