@react-router/fs-routes 7.9.4 → 7.9.5

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.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `@react-router/dev@7.9.5`
9
+
3
10
  ## 7.9.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { RouteConfigEntry } from '@react-router/dev/routes';
3
3
  /**
4
4
  * Creates route config from the file system using a convention that matches
5
5
  * [Remix v2's route file
6
- * naming](https://remix.run/docs/en/v2/file-conventions/routes-files), for use
6
+ * naming](https://v2.remix.run/docs/file-conventions/routes), for use
7
7
  * within `routes.ts`.
8
8
  */
9
9
  declare function flatRoutes(options?: {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/fs-routes v7.9.4
2
+ * @react-router/fs-routes v7.9.5
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-router/fs-routes",
3
- "version": "7.9.4",
3
+ "version": "7.9.5",
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.9.4"
43
+ "@react-router/dev": "7.9.5"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "typescript": "^5.1.0",
47
- "@react-router/dev": "^7.9.4"
47
+ "@react-router/dev": "^7.9.5"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "typescript": {