@react-router/fs-routes 0.0.0-experimental-121725374 → 0.0.0-experimental-3f102fccb

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/README.md CHANGED
@@ -1,6 +1,4 @@
1
- # @react-router/fs-routes
2
-
3
- File system routing conventions for [React Router](https://github.com/remix-run/react-router), for use within `routes.ts`.
1
+ File system routing conventions for React Router
4
2
 
5
3
  ```sh
6
4
  npm install @react-router/fs-routes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/fs-routes v0.0.0-experimental-121725374
2
+ * @react-router/fs-routes v0.0.0-experimental-3f102fccb
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": "0.0.0-experimental-121725374",
3
+ "version": "0.0.0-experimental-3f102fccb",
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-121725374"
43
+ "@react-router/dev": "0.0.0-experimental-3f102fccb"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "typescript": "^5.1.0",
47
- "@react-router/dev": "^0.0.0-experimental-121725374"
47
+ "@react-router/dev": "^0.0.0-experimental-3f102fccb"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "typescript": {