@cedarjs/cli 1.0.0-canary.13099 → 1.0.0-canary.13101

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.
@@ -6,7 +6,6 @@ import envinfo from "envinfo";
6
6
  import system from "systeminformation";
7
7
  import { v4 as uuidv4, validate as validateUUID } from "uuid";
8
8
  import { getPaths, getRawConfig } from "@cedarjs/project-config";
9
- import { DefaultHost } from "@cedarjs/structure/dist/hosts";
10
9
  import { RWProject } from "@cedarjs/structure/dist/model/RWProject";
11
10
  import {
12
11
  name as packageName,
@@ -57,7 +56,6 @@ async function getResources() {
57
56
  }
58
57
  const experiments = Object.keys(getRawConfig()["experimental"] || {});
59
58
  const project = new RWProject({
60
- host: new DefaultHost(),
61
59
  projectRoot: getPaths().base
62
60
  });
63
61
  const routes = project.getRouter().routes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.13099+69c6f07b6",
3
+ "version": "1.0.0-canary.13101+c4d1f386a",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,15 +32,15 @@
32
32
  "dependencies": {
33
33
  "@babel/preset-typescript": "7.28.5",
34
34
  "@babel/runtime-corejs3": "7.28.4",
35
- "@cedarjs/api-server": "1.0.0-canary.13099",
36
- "@cedarjs/cli-helpers": "1.0.0-canary.13099",
37
- "@cedarjs/fastify-web": "1.0.0-canary.13099",
38
- "@cedarjs/internal": "1.0.0-canary.13099",
39
- "@cedarjs/prerender": "1.0.0-canary.13099",
40
- "@cedarjs/project-config": "1.0.0-canary.13099",
41
- "@cedarjs/structure": "1.0.0-canary.13099",
42
- "@cedarjs/telemetry": "1.0.0-canary.13099",
43
- "@cedarjs/web-server": "1.0.0-canary.13099",
35
+ "@cedarjs/api-server": "1.0.0-canary.13101",
36
+ "@cedarjs/cli-helpers": "1.0.0-canary.13101",
37
+ "@cedarjs/fastify-web": "1.0.0-canary.13101",
38
+ "@cedarjs/internal": "1.0.0-canary.13101",
39
+ "@cedarjs/prerender": "1.0.0-canary.13101",
40
+ "@cedarjs/project-config": "1.0.0-canary.13101",
41
+ "@cedarjs/structure": "1.0.0-canary.13101",
42
+ "@cedarjs/telemetry": "1.0.0-canary.13101",
43
+ "@cedarjs/web-server": "1.0.0-canary.13101",
44
44
  "@listr2/prompt-adapter-enquirer": "2.0.16",
45
45
  "@opentelemetry/api": "1.8.0",
46
46
  "@opentelemetry/core": "1.22.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "69c6f07b6ec6437e5d7dbe8b525aa88e00e447e0"
105
+ "gitHead": "c4d1f386acd82f815b8aa41d69c404fbe80f1bdf"
106
106
  }