@cedarjs/web-server 2.5.0 → 2.5.1-rc.29

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Redwood's server for the Web side
1
+ # Cedar's server for the Web side
2
2
 
3
- This package contains code for Redwood's web server.
3
+ This package contains code for Cedar's web server.
4
4
 
5
5
  This package isn't optimized for production use at scale on it's own.
6
6
  It's recommended to use a CDN or a web server like Nginx as performant alternatives.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web-server",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-rc.29",
4
4
  "description": "CedarJS's server for the Web side",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,20 +25,20 @@
25
25
  "prepublishOnly": "NODE_ENV=production yarn build"
26
26
  },
27
27
  "dependencies": {
28
- "@cedarjs/fastify-web": "2.5.0",
29
- "@cedarjs/project-config": "2.5.0",
28
+ "@cedarjs/fastify-web": "2.5.1-rc.29",
29
+ "@cedarjs/project-config": "2.5.1-rc.29",
30
30
  "ansis": "4.2.0",
31
31
  "dotenv-defaults": "5.0.2",
32
- "fastify": "5.7.2",
32
+ "fastify": "5.7.4",
33
33
  "yargs": "17.7.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@cedarjs/framework-tools": "0.0.0",
36
+ "@cedarjs/framework-tools": "2.5.1-rc.29",
37
37
  "tsx": "4.21.0",
38
38
  "typescript": "5.9.3"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "42e3c32b60325fcab386d1816401a8451f910121"
43
+ "gitHead": "6df495874d3c8388e6340a1ce7cd5fe53a46a1db"
44
44
  }