@cedarjs/cli 5.0.0-canary.13873 → 5.0.0-canary.13875

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.
Files changed (2) hide show
  1. package/dist/cfw.js +1 -1
  2. package/package.json +12 -12
package/dist/cfw.js CHANGED
@@ -6,7 +6,7 @@ import execa from "execa";
6
6
  import { terminalLink } from "termi-link";
7
7
  import { getConfigPath } from "@cedarjs/project-config";
8
8
  const config = new Configstore("@cedarjs/cli");
9
- const CFW_PATH = process.env.CFW_PATH || process.env.RWFW_PATH || process.env.RW_PATH || config.get("CFW_PATH") || config.get("RWFW_PATH");
9
+ const CFW_PATH = process.env.CFW_PATH || config.get("CFW_PATH");
10
10
  if (!CFW_PATH) {
11
11
  console.error("Error: You must specify the path to Cedar Framework");
12
12
  console.error("Usage: `CFW_PATH=~/gh/cedarjs/cedar yarn cfw <command>");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "5.0.0-canary.13873+04b3c6f298",
3
+ "version": "5.0.0-canary.13875+77595a2483",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,16 +33,16 @@
33
33
  "dependencies": {
34
34
  "@babel/parser": "7.29.2",
35
35
  "@babel/preset-typescript": "7.28.5",
36
- "@cedarjs/api-server": "5.0.0-canary.13873",
37
- "@cedarjs/cli-helpers": "5.0.0-canary.13873",
38
- "@cedarjs/fastify-web": "5.0.0-canary.13873",
39
- "@cedarjs/internal": "5.0.0-canary.13873",
40
- "@cedarjs/prerender": "5.0.0-canary.13873",
41
- "@cedarjs/project-config": "5.0.0-canary.13873",
42
- "@cedarjs/structure": "5.0.0-canary.13873",
43
- "@cedarjs/telemetry": "5.0.0-canary.13873",
44
- "@cedarjs/utils": "5.0.0-canary.13873",
45
- "@cedarjs/web-server": "5.0.0-canary.13873",
36
+ "@cedarjs/api-server": "5.0.0-canary.13875",
37
+ "@cedarjs/cli-helpers": "5.0.0-canary.13875",
38
+ "@cedarjs/fastify-web": "5.0.0-canary.13875",
39
+ "@cedarjs/internal": "5.0.0-canary.13875",
40
+ "@cedarjs/prerender": "5.0.0-canary.13875",
41
+ "@cedarjs/project-config": "5.0.0-canary.13875",
42
+ "@cedarjs/structure": "5.0.0-canary.13875",
43
+ "@cedarjs/telemetry": "5.0.0-canary.13875",
44
+ "@cedarjs/utils": "5.0.0-canary.13875",
45
+ "@cedarjs/web-server": "5.0.0-canary.13875",
46
46
  "@listr2/prompt-adapter-enquirer": "4.2.1",
47
47
  "@opentelemetry/api": "1.9.0",
48
48
  "@opentelemetry/core": "1.30.1",
@@ -108,5 +108,5 @@
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  },
111
- "gitHead": "04b3c6f29891830a407d68574f8407a242ba458a"
111
+ "gitHead": "77595a248397dd8c249818eb522a111f12866e7f"
112
112
  }