react-router 7.6.1-pre.1 → 7.6.1
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/CHANGELOG.md +9 -16
- package/dist/development/chunk-DQRVZFIR.mjs +11565 -0
- package/dist/development/dom-export.d.mts +2 -1
- package/dist/development/dom-export.js +1 -1
- package/dist/development/dom-export.mjs +23 -23
- package/dist/development/index.d.mts +260 -3751
- package/dist/development/index.d.ts +4 -1767
- package/dist/development/index.js +2 -2
- package/dist/development/index.mjs +121 -11439
- package/dist/development/lib/types/internal.d.mts +210 -0
- package/dist/development/lib/types/internal.d.ts +209 -0
- package/dist/{production/internal-export.js → development/lib/types/internal.js} +4 -4
- package/dist/{production/internal-export.mjs → development/lib/types/internal.mjs} +1 -1
- package/dist/development/lib-B8x_tOvL.d.mts +1736 -0
- package/dist/development/register-BkDIKxVz.d.ts +1816 -0
- package/dist/development/register-DeIo2iHO.d.mts +24 -0
- package/dist/development/route-data-WyrduLgj.d.mts +1793 -0
- package/dist/production/chunk-UG2XJOVM.mjs +11565 -0
- package/dist/production/dom-export.d.mts +2 -1
- package/dist/production/dom-export.js +1 -1
- package/dist/production/dom-export.mjs +23 -23
- package/dist/production/index.d.mts +260 -3751
- package/dist/production/index.d.ts +4 -1767
- package/dist/production/index.js +2 -2
- package/dist/production/index.mjs +121 -11439
- package/dist/production/lib/types/internal.d.mts +210 -0
- package/dist/production/lib/types/internal.d.ts +209 -0
- package/dist/{development/internal-export.js → production/lib/types/internal.js} +4 -4
- package/dist/{development/internal-export.mjs → production/lib/types/internal.mjs} +1 -1
- package/dist/production/lib-B8x_tOvL.d.mts +1736 -0
- package/dist/production/register-BkDIKxVz.d.ts +1816 -0
- package/dist/production/register-DeIo2iHO.d.mts +24 -0
- package/dist/production/route-data-WyrduLgj.d.mts +1793 -0
- package/package.json +4 -4
- package/dist/development/internal-export.d.mts +0 -504
- package/dist/development/internal-export.d.ts +0 -504
- package/dist/production/internal-export.d.mts +0 -504
- package/dist/production/internal-export.d.ts +0 -504
package/dist/production/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v7.6.1
|
|
2
|
+
* react-router v7.6.1
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8835,7 +8835,7 @@ function mergeRefs(...refs) {
|
|
|
8835
8835
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
8836
8836
|
try {
|
|
8837
8837
|
if (isBrowser) {
|
|
8838
|
-
window.__reactRouterVersion = "7.6.1
|
|
8838
|
+
window.__reactRouterVersion = "7.6.1";
|
|
8839
8839
|
}
|
|
8840
8840
|
} catch (e) {
|
|
8841
8841
|
}
|