@react-router/fs-routes 0.0.0-experimental-64e35e758 → 0.0.0-experimental-7db49e8d4
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 +0 -7
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/fs-routes v0.0.0-experimental-
|
|
2
|
+
* @react-router/fs-routes v0.0.0-experimental-7db49e8d4
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -85,7 +85,7 @@ var import_minimatch = require("minimatch");
|
|
|
85
85
|
// normalizeSlashes.ts
|
|
86
86
|
var import_node_path = __toESM(require("path"));
|
|
87
87
|
function normalizeSlashes(file) {
|
|
88
|
-
return file.
|
|
88
|
+
return file.split(import_node_path.default.win32.sep).join("/");
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
// flatRoutes.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/fs-routes",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-7db49e8d4",
|
|
4
4
|
"description": "File system routing conventions for React Router, for use within routes.ts",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"tsup": "^8.3.0",
|
|
41
41
|
"typescript": "^5.1.6",
|
|
42
42
|
"wireit": "0.14.9",
|
|
43
|
-
"@react-router/dev": "0.0.0-experimental-
|
|
43
|
+
"@react-router/dev": "0.0.0-experimental-7db49e8d4"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"typescript": "^5.1.0",
|
|
47
|
-
"@react-router/dev": "^0.0.0-experimental-
|
|
47
|
+
"@react-router/dev": "^0.0.0-experimental-7db49e8d4"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"typescript": {
|