@cedarjs/cli 1.0.0-canary.13177 → 1.0.0-canary.13180

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/index.js +1 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -97,7 +97,7 @@ async function main() {
97
97
  }
98
98
  }
99
99
  async function runYargs() {
100
- const yarg = yargs(hideBin(process.argv)).scriptName("rw").middleware(
100
+ const yarg = yargs(hideBin(process.argv)).scriptName("cedar").middleware(
101
101
  [
102
102
  // We've already handled `cwd` above, but it may still be in `argv`.
103
103
  // We don't need it anymore so let's get rid of it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.13177+502c9ce29",
3
+ "version": "1.0.0-canary.13180+6e478750a",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@babel/preset-typescript": "7.28.5",
35
35
  "@babel/runtime-corejs3": "7.28.4",
36
- "@cedarjs/api-server": "1.0.0-canary.13177",
37
- "@cedarjs/cli-helpers": "1.0.0-canary.13177",
38
- "@cedarjs/fastify-web": "1.0.0-canary.13177",
39
- "@cedarjs/internal": "1.0.0-canary.13177",
40
- "@cedarjs/prerender": "1.0.0-canary.13177",
41
- "@cedarjs/project-config": "1.0.0-canary.13177",
42
- "@cedarjs/structure": "1.0.0-canary.13177",
43
- "@cedarjs/telemetry": "1.0.0-canary.13177",
44
- "@cedarjs/web-server": "1.0.0-canary.13177",
36
+ "@cedarjs/api-server": "1.0.0-canary.13180",
37
+ "@cedarjs/cli-helpers": "1.0.0-canary.13180",
38
+ "@cedarjs/fastify-web": "1.0.0-canary.13180",
39
+ "@cedarjs/internal": "1.0.0-canary.13180",
40
+ "@cedarjs/prerender": "1.0.0-canary.13180",
41
+ "@cedarjs/project-config": "1.0.0-canary.13180",
42
+ "@cedarjs/structure": "1.0.0-canary.13180",
43
+ "@cedarjs/telemetry": "1.0.0-canary.13180",
44
+ "@cedarjs/web-server": "1.0.0-canary.13180",
45
45
  "@listr2/prompt-adapter-enquirer": "2.0.16",
46
46
  "@opentelemetry/api": "1.8.0",
47
47
  "@opentelemetry/core": "1.22.0",
@@ -103,5 +103,5 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "gitHead": "502c9ce295cdb4ea19da8710ff84ee123efdf725"
106
+ "gitHead": "6e478750a1a2b63376238529a700daee8097e08a"
107
107
  }