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

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 ADDED
@@ -0,0 +1,17 @@
1
+ # `@react-router/fs-routes`
2
+
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `@react-router/dev@7.0.1`
9
+
10
+ ## 7.0.0
11
+
12
+ Initial release.
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies:
17
+ - `@react-router/dev@7.0.0`
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/fs-routes v0.0.0-experimental-3f102fccb
2
+ * @react-router/fs-routes v0.0.0-experimental-89dc2043e
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-3f102fccb",
3
+ "version": "0.0.0-experimental-89dc2043e",
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-3f102fccb"
43
+ "@react-router/dev": "0.0.0-experimental-89dc2043e"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "typescript": "^5.1.0",
47
- "@react-router/dev": "^0.0.0-experimental-3f102fccb"
47
+ "@react-router/dev": "^0.0.0-experimental-89dc2043e"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "typescript": {