@react-router/dev 0.0.0-experimental-a334647a8 → 0.0.0-experimental-e1f760554
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/{build-X3WBF6BT.js → build-7TXNW2O3.js} +6 -6
- package/dist/{chunk-6V6JXLEB.js → chunk-FJ4CMFCI.js} +1 -1
- package/dist/{chunk-P4FGVWCO.js → chunk-OQBNE3LV.js} +2 -2
- package/dist/{chunk-RLHCL3MN.js → chunk-PR3MIATB.js} +2 -2
- package/dist/{chunk-EOMY5OBU.js → chunk-RXPOXUKM.js} +5 -5
- package/dist/{chunk-OKN5PVYS.js → chunk-SSBSSZ6H.js} +1 -1
- package/dist/{chunk-MGU5SRRY.js → chunk-YZMCCARW.js} +2 -2
- package/dist/cli/index.js +9 -9
- package/dist/config/module-sync-enabled/false.cjs +2 -0
- package/dist/config/module-sync-enabled/true.js +2 -0
- package/dist/config.js +1 -1
- package/dist/{dev-SGGX67CX.js → dev-COP3AUB5.js} +4 -4
- package/dist/routes.js +3 -3
- package/dist/vite/cloudflare.js +4 -4
- package/dist/vite.js +6 -6
- package/package.json +8 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -13,16 +13,16 @@ import {
|
|
|
13
13
|
extractPluginContext,
|
|
14
14
|
getServerBuildDirectory,
|
|
15
15
|
resolveViteConfig
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-RXPOXUKM.js";
|
|
17
|
+
import "./chunk-OQBNE3LV.js";
|
|
18
|
+
import "./chunk-YZMCCARW.js";
|
|
19
19
|
import {
|
|
20
20
|
getVite,
|
|
21
21
|
preloadVite
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-PR3MIATB.js";
|
|
23
23
|
import {
|
|
24
24
|
invariant
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-SSBSSZ6H.js";
|
|
26
26
|
|
|
27
27
|
// vite/build.ts
|
|
28
28
|
import path from "node:path";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import {
|
|
12
12
|
invariant
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-SSBSSZ6H.js";
|
|
14
14
|
|
|
15
15
|
// config/routes.ts
|
|
16
16
|
import * as Path from "pathe";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import {
|
|
12
12
|
invariant
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-SSBSSZ6H.js";
|
|
14
14
|
|
|
15
15
|
// vite/vite.ts
|
|
16
16
|
import { createRequire as createRequire2 } from "node:module";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -12,19 +12,19 @@ import {
|
|
|
12
12
|
configRoutesToRouteManifest,
|
|
13
13
|
setAppDirectory,
|
|
14
14
|
validateRouteConfig
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OQBNE3LV.js";
|
|
16
16
|
import {
|
|
17
17
|
fromNodeRequest,
|
|
18
18
|
toNodeRequest
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-YZMCCARW.js";
|
|
20
20
|
import {
|
|
21
21
|
getVite,
|
|
22
22
|
isReactRouterRepo,
|
|
23
23
|
preloadVite
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-PR3MIATB.js";
|
|
25
25
|
import {
|
|
26
26
|
invariant
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-SSBSSZ6H.js";
|
|
28
28
|
|
|
29
29
|
// config/config.ts
|
|
30
30
|
import fs from "node:fs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import {
|
|
12
12
|
invariant
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-SSBSSZ6H.js";
|
|
14
14
|
|
|
15
15
|
// vite/node-adapter.ts
|
|
16
16
|
import { once } from "node:events";
|
package/dist/cli/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* @react-router/dev v0.0.0-experimental-
|
|
3
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) Remix Software Inc.
|
|
6
6
|
*
|
|
@@ -13,20 +13,20 @@ import {
|
|
|
13
13
|
loadPluginContext,
|
|
14
14
|
run,
|
|
15
15
|
watch
|
|
16
|
-
} from "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
16
|
+
} from "../chunk-RXPOXUKM.js";
|
|
17
|
+
import "../chunk-OQBNE3LV.js";
|
|
18
|
+
import "../chunk-YZMCCARW.js";
|
|
19
19
|
import {
|
|
20
20
|
start,
|
|
21
21
|
stop
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-FJ4CMFCI.js";
|
|
23
23
|
import {
|
|
24
24
|
getVite,
|
|
25
25
|
preloadVite
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-PR3MIATB.js";
|
|
27
27
|
import {
|
|
28
28
|
__require
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-SSBSSZ6H.js";
|
|
30
30
|
|
|
31
31
|
// cli/run.ts
|
|
32
32
|
import url from "node:url";
|
|
@@ -134,7 +134,7 @@ async function build(root, options = {}) {
|
|
|
134
134
|
if (!root) {
|
|
135
135
|
root = process.env.REACT_ROUTER_ROOT || process.cwd();
|
|
136
136
|
}
|
|
137
|
-
let { build: build2 } = await import("../build-
|
|
137
|
+
let { build: build2 } = await import("../build-7TXNW2O3.js");
|
|
138
138
|
if (options.profile) {
|
|
139
139
|
await start();
|
|
140
140
|
}
|
|
@@ -145,7 +145,7 @@ async function build(root, options = {}) {
|
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
async function dev(root, options = {}) {
|
|
148
|
-
let { dev: dev2 } = await import("../dev-
|
|
148
|
+
let { dev: dev2 } = await import("../dev-COP3AUB5.js");
|
|
149
149
|
if (options.profile) {
|
|
150
150
|
await start();
|
|
151
151
|
}
|
package/dist/config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -12,12 +12,12 @@ import {
|
|
|
12
12
|
getSession,
|
|
13
13
|
start,
|
|
14
14
|
stop
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-FJ4CMFCI.js";
|
|
16
16
|
import {
|
|
17
17
|
getVite,
|
|
18
18
|
preloadVite
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-PR3MIATB.js";
|
|
20
|
+
import "./chunk-SSBSSZ6H.js";
|
|
21
21
|
|
|
22
22
|
// vite/dev.ts
|
|
23
23
|
import colors from "picocolors";
|
package/dist/routes.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
prefix,
|
|
16
16
|
relative,
|
|
17
17
|
route
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-OQBNE3LV.js";
|
|
19
|
+
import "./chunk-SSBSSZ6H.js";
|
|
20
20
|
export {
|
|
21
21
|
getAppDirectory,
|
|
22
22
|
index,
|
package/dist/vite/cloudflare.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
import {
|
|
12
12
|
fromNodeRequest,
|
|
13
13
|
toNodeRequest
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-YZMCCARW.js";
|
|
15
15
|
import {
|
|
16
16
|
getVite,
|
|
17
17
|
preloadVite
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-PR3MIATB.js";
|
|
19
|
+
import "../chunk-SSBSSZ6H.js";
|
|
20
20
|
|
|
21
21
|
// vite/cloudflare-dev-proxy.ts
|
|
22
22
|
import { createRequestHandler } from "react-router";
|
package/dist/vite.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/dev v0.0.0-experimental-
|
|
2
|
+
* @react-router/dev v0.0.0-experimental-e1f760554
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import {
|
|
12
12
|
reactRouterVitePlugin
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-RXPOXUKM.js";
|
|
14
|
+
import "./chunk-OQBNE3LV.js";
|
|
15
|
+
import "./chunk-YZMCCARW.js";
|
|
16
|
+
import "./chunk-PR3MIATB.js";
|
|
17
|
+
import "./chunk-SSBSSZ6H.js";
|
|
18
18
|
export {
|
|
19
19
|
reactRouterVitePlugin as reactRouter
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/dev",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-e1f760554",
|
|
4
4
|
"description": "Dev tools and CLI for React Router",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://reactrouter.com",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"imports": {
|
|
36
36
|
"#module-sync-enabled": {
|
|
37
|
-
"module-sync": "./config/module-sync-enabled/true.js",
|
|
38
|
-
"default": "./config/module-sync-enabled/false.cjs"
|
|
37
|
+
"module-sync": "./dist/config/module-sync-enabled/true.js",
|
|
38
|
+
"default": "./dist/config/module-sync-enabled/false.cjs"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"bin": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"set-cookie-parser": "^2.6.0",
|
|
89
89
|
"valibot": "^0.41.0",
|
|
90
90
|
"vite-node": "3.0.0-beta.2",
|
|
91
|
-
"@react-router/node": "0.0.0-experimental-
|
|
91
|
+
"@react-router/node": "0.0.0-experimental-e1f760554"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@types/babel__core": "^7.20.5",
|
|
@@ -117,15 +117,15 @@
|
|
|
117
117
|
"vite": "^6.0.0",
|
|
118
118
|
"wireit": "0.14.9",
|
|
119
119
|
"wrangler": "^3.28.2",
|
|
120
|
-
"react-router": "
|
|
121
|
-
"
|
|
120
|
+
"@react-router/serve": "0.0.0-experimental-e1f760554",
|
|
121
|
+
"react-router": "^0.0.0-experimental-e1f760554"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
124
|
"typescript": "^5.1.0",
|
|
125
125
|
"vite": "^5.1.0 || ^6.0.0",
|
|
126
126
|
"wrangler": "^3.28.2",
|
|
127
|
-
"@react-router/serve": "^0.0.0-experimental-
|
|
128
|
-
"react-router": "^0.0.0-experimental-
|
|
127
|
+
"@react-router/serve": "^0.0.0-experimental-e1f760554",
|
|
128
|
+
"react-router": "^0.0.0-experimental-e1f760554"
|
|
129
129
|
},
|
|
130
130
|
"peerDependenciesMeta": {
|
|
131
131
|
"@react-router/serve": {
|