@react-router/fs-routes 7.6.3 → 7.7.0-pre.0

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # `@react-router/fs-routes`
2
2
 
3
+ ## 7.7.0-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `@react-router/dev@7.7.0-pre.0`
9
+
3
10
  ## 7.6.3
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/fs-routes v7.6.3
2
+ * @react-router/fs-routes v7.7.0-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -38,11 +38,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
38
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
39
39
 
40
40
  // index.ts
41
- var react_router_fs_routes_exports = {};
42
- __export(react_router_fs_routes_exports, {
41
+ var index_exports = {};
42
+ __export(index_exports, {
43
43
  flatRoutes: () => flatRoutes2
44
44
  });
45
- module.exports = __toCommonJS(react_router_fs_routes_exports);
45
+ module.exports = __toCommonJS(index_exports);
46
46
  var import_node_fs2 = __toESM(require("fs"));
47
47
  var import_node_path3 = __toESM(require("path"));
48
48
  var import_routes = require("@react-router/dev/routes");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-router/fs-routes",
3
- "version": "7.6.3",
3
+ "version": "7.7.0-pre.0",
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": "7.6.3"
43
+ "@react-router/dev": "7.7.0-pre.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "typescript": "^5.1.0",
47
- "@react-router/dev": "^7.6.3"
47
+ "@react-router/dev": "^7.7.0-pre.0"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "typescript": {