@cedarjs/web-server 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.
- package/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Cedar's server for the Web side
|
|
2
2
|
|
|
3
|
-
This package contains code for
|
|
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.
|
|
3
|
+
"version": "2.5.1-next.27+4a00a5632",
|
|
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.
|
|
29
|
-
"@cedarjs/project-config": "2.5.
|
|
28
|
+
"@cedarjs/fastify-web": "2.5.1-next.27+4a00a5632",
|
|
29
|
+
"@cedarjs/project-config": "2.5.1-next.27+4a00a5632",
|
|
30
30
|
"ansis": "4.2.0",
|
|
31
31
|
"dotenv-defaults": "5.0.2",
|
|
32
|
-
"fastify": "5.7.
|
|
32
|
+
"fastify": "5.7.4",
|
|
33
33
|
"yargs": "17.7.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@cedarjs/framework-tools": "
|
|
36
|
+
"@cedarjs/framework-tools": "2.5.1-next.27",
|
|
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": "
|
|
43
|
+
"gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
|
|
44
44
|
}
|