@cedarjs/web-server 4.0.0-canary.13752 → 4.0.0-canary.13754
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/cliConfig.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Argv } from 'yargs';
|
|
2
|
-
import type { ParsedOptions } from './types';
|
|
2
|
+
import type { ParsedOptions } from './types.js';
|
|
3
3
|
export declare const description = "Start a server for serving the web side";
|
|
4
4
|
export declare function builder(yargs: Argv<ParsedOptions>): void;
|
|
5
5
|
export declare function handler(options: ParsedOptions): Promise<void>;
|
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,
|
|
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,YAAY,CAAA;AAE/C,eAAO,MAAM,WAAW,4CAA4C,CAAA;AAEpE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,QA0BjD;AAED,wBAAsB,OAAO,CAAC,OAAO,EAAE,aAAa,iBAGnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cliConfigHandler.d.ts","sourceRoot":"","sources":["../src/cliConfigHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"cliConfigHandler.d.ts","sourceRoot":"","sources":["../src/cliConfigHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAG/C,wBAAsB,OAAO,CAAC,OAAO,EAAE,aAAa,iBAQnD"}
|
package/dist/cliConfigHandler.js
CHANGED
|
@@ -21,7 +21,7 @@ __export(cliConfigHandler_exports, {
|
|
|
21
21
|
handler: () => handler
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(cliConfigHandler_exports);
|
|
24
|
-
var import_webServer = require("./webServer");
|
|
24
|
+
var import_webServer = require("./webServer.js");
|
|
25
25
|
async function handler(options) {
|
|
26
26
|
try {
|
|
27
27
|
await (0, import_webServer.serveWeb)(options);
|
package/dist/webServer.d.ts
CHANGED
package/dist/webServer.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webServer.d.ts","sourceRoot":"","sources":["../src/webServer.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"webServer.d.ts","sourceRoot":"","sources":["../src/webServer.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAE/C,wBAAsB,QAAQ,CAAC,OAAO,GAAE,aAAkB,iBA8CzD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/web-server",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13754+cb1b67d15",
|
|
4
4
|
"description": "CedarJS's server for the Web side",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"prepublishOnly": "NODE_ENV=production yarn build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@cedarjs/fastify-web": "4.0.0-canary.
|
|
30
|
-
"@cedarjs/project-config": "4.0.0-canary.
|
|
29
|
+
"@cedarjs/fastify-web": "4.0.0-canary.13754",
|
|
30
|
+
"@cedarjs/project-config": "4.0.0-canary.13754",
|
|
31
31
|
"ansis": "4.2.0",
|
|
32
32
|
"dotenv-defaults": "5.0.2",
|
|
33
33
|
"fastify": "5.8.4",
|
|
34
34
|
"yargs": "17.7.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
37
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13754",
|
|
38
38
|
"tsx": "4.21.0",
|
|
39
39
|
"typescript": "5.9.3"
|
|
40
40
|
},
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "cb1b67d1502911b3b770e61e0a8ae9c9d8142cc0"
|
|
48
48
|
}
|