@cedarjs/router 2.5.0 → 2.5.1-next.27

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.
Files changed (2) hide show
  1. package/README.md +7 -13
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,20 +1,14 @@
1
- # Redwood Router
1
+ # Cedar Router
2
2
 
3
- This is the built-in router for Redwood apps. It takes inspiration from Ruby on Rails, React Router, and Reach Router, but is very opinionated in its own way.
3
+ This is the built-in router for Cedar apps. It takes inspiration from Ruby on Rails, React Router, and Reach Router, but is very opinionated in its own way.
4
4
 
5
- Redwood Router (RR) is designed to list all routes in a single file, with limited nesting. We prefer this design, as it makes it very easy to track which routes map to which pages.
6
-
7
- ## Package Leads
8
-
9
- - [@mojombo](https://github.com/mojombo)
10
- - [@tobbe](https://github.com/tobbe)
11
- - [@jtoar](https://github.com/jtoar)
5
+ Cedar Router is designed to list all routes in a single file, with limited nesting. We prefer this design, as it makes it very easy to track which routes map to which pages.
12
6
 
13
7
  ## Docs (and Features)
14
8
 
15
9
  For the complete documentation, see:
16
10
 
17
- - [RR Doc](https://deploy-preview-848--redwoodjs.netlify.app/docs/redwood-router)
11
+ - [Cedar Router Doc](https://cedarjs.com/docs/router)
18
12
 
19
13
  Features include:
20
14
 
@@ -27,10 +21,10 @@ Features include:
27
21
 
28
22
  ## Contributing
29
23
 
30
- Want to make RR even better? Contributions are welcome!
24
+ Want to make the router even better? Contributions are welcome!
31
25
 
32
26
  A great way to get started is looking through these open issues:
33
27
 
34
- - [Current RR GitHub Issues](https://github.com/redwoodjs/redwood/issues?q=is%3Aopen+is%3Aissue+label%3Atopic%2Frouter)
28
+ - [Current Cedar Router GitHub Issues](https://github.com/cedarjs/cedar/issues?q=is%3Aopen+is%3Aissue+label%3Atopic%2Frouter)
35
29
 
36
- If you have questions, you can reach out to the package leads or ask for help in the "Contributors" channels on either [Redwood Discord](https://discord.gg/redwoodjs) or [Redwood Forums](https://community.redwoodjs.com/).
30
+ If you have questions, you can ask for help on [Discord](https://cedarjs.com/discord)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/router",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-next.27+4a00a5632",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -94,9 +94,9 @@
94
94
  "test:watch": "vitest watch"
95
95
  },
96
96
  "dependencies": {
97
- "@babel/runtime-corejs3": "7.28.6",
98
- "@cedarjs/auth": "2.5.0",
99
- "@cedarjs/server-store": "2.5.0",
97
+ "@babel/runtime-corejs3": "7.29.0",
98
+ "@cedarjs/auth": "2.5.1-next.27+4a00a5632",
99
+ "@cedarjs/server-store": "2.5.1-next.27+4a00a5632",
100
100
  "core-js": "3.48.0",
101
101
  "react": "18.3.1",
102
102
  "react-dom": "18.3.1"
@@ -105,7 +105,7 @@
105
105
  "@arethetypeswrong/cli": "0.18.2",
106
106
  "@babel/cli": "7.28.6",
107
107
  "@babel/core": "^7.26.10",
108
- "@cedarjs/framework-tools": "0.0.0",
108
+ "@cedarjs/framework-tools": "2.5.1-next.27",
109
109
  "@testing-library/jest-dom": "6.9.1",
110
110
  "@types/react": "^18.2.55",
111
111
  "@types/react-dom": "^18.2.19",
@@ -123,5 +123,5 @@
123
123
  "publishConfig": {
124
124
  "access": "public"
125
125
  },
126
- "gitHead": "42e3c32b60325fcab386d1816401a8451f910121"
126
+ "gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
127
127
  }