@cedarjs/web-server 2.4.1 → 2.4.2-next.143
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/dist/bin.js +1 -1
- package/dist/cliConfig.d.ts.map +1 -1
- package/dist/cliConfig.js +1 -1
- package/package.json +6 -6
package/dist/bin.js
CHANGED
|
@@ -119,7 +119,7 @@ function builder(yargs2) {
|
|
|
119
119
|
type: "string"
|
|
120
120
|
},
|
|
121
121
|
apiProxyTarget: {
|
|
122
|
-
description: "Forward requests from the apiUrl (in
|
|
122
|
+
description: "Forward requests from the apiUrl (in cedar.toml or (redwood.toml)) to this target. apiUrl must be a relative URL",
|
|
123
123
|
type: "string",
|
|
124
124
|
alias: "api-proxy-target"
|
|
125
125
|
},
|
package/dist/cliConfig.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cliConfig.d.ts","sourceRoot":"","sources":["../src/cliConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,eAAO,MAAM,WAAW,4CAA4C,CAAA;AAEpE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"cliConfig.d.ts","sourceRoot":"","sources":["../src/cliConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,eAAO,MAAM,WAAW,4CAA4C,CAAA;AAEpE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,QA0BjD;AAED,wBAAsB,OAAO,CAAC,OAAO,EAAE,aAAa,iBAGnD"}
|
package/dist/cliConfig.js
CHANGED
|
@@ -46,7 +46,7 @@ function builder(yargs) {
|
|
|
46
46
|
type: "string"
|
|
47
47
|
},
|
|
48
48
|
apiProxyTarget: {
|
|
49
|
-
description: "Forward requests from the apiUrl (in
|
|
49
|
+
description: "Forward requests from the apiUrl (in cedar.toml or (redwood.toml)) to this target. apiUrl must be a relative URL",
|
|
50
50
|
type: "string",
|
|
51
51
|
alias: "api-proxy-target"
|
|
52
52
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web-server",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2-next.143+b69a4494c",
|
|
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.4.
|
|
29
|
-
"@cedarjs/project-config": "2.4.
|
|
28
|
+
"@cedarjs/fastify-web": "2.4.2-next.143+b69a4494c",
|
|
29
|
+
"@cedarjs/project-config": "2.4.2-next.143+b69a4494c",
|
|
30
30
|
"ansis": "4.2.0",
|
|
31
31
|
"dotenv-defaults": "5.0.2",
|
|
32
|
-
"fastify": "5.
|
|
32
|
+
"fastify": "5.7.2",
|
|
33
33
|
"yargs": "17.7.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@cedarjs/framework-tools": "
|
|
36
|
+
"@cedarjs/framework-tools": "2.4.2-next.143",
|
|
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": "b69a4494c40b0a4807f6b492ae65d0596f374e8a"
|
|
44
44
|
}
|