@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.
@@ -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>;
@@ -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,QA0BjD;AAED,wBAAsB,OAAO,CAAC,OAAO,EAAE,aAAa,iBAGnD"}
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,3 +1,3 @@
1
- import type { ParsedOptions } from './types';
1
+ import type { ParsedOptions } from './types.js';
2
2
  export declare function handler(options: ParsedOptions): Promise<void>;
3
3
  //# sourceMappingURL=cliConfigHandler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cliConfigHandler.d.ts","sourceRoot":"","sources":["../src/cliConfigHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAG5C,wBAAsB,OAAO,CAAC,OAAO,EAAE,aAAa,iBAQnD"}
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"}
@@ -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);
@@ -1,3 +1,3 @@
1
- import type { ParsedOptions } from './types';
1
+ import type { ParsedOptions } from './types.js';
2
2
  export declare function serveWeb(options?: ParsedOptions): Promise<void>;
3
3
  //# sourceMappingURL=webServer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"webServer.d.ts","sourceRoot":"","sources":["../src/webServer.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAE5C,wBAAsB,QAAQ,CAAC,OAAO,GAAE,aAAkB,iBA8CzD"}
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.13752+dd2cec4c1",
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.13752",
30
- "@cedarjs/project-config": "4.0.0-canary.13752",
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.13752",
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": "dd2cec4c1620e4de4dd68b37192ed892b649ee80"
47
+ "gitHead": "cb1b67d1502911b3b770e61e0a8ae9c9d8142cc0"
48
48
  }