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

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.
@@ -22,7 +22,9 @@ const REDWOOD_WEB_PATH_NAME = "components";
22
22
  const files = async ({ name, typescript, ...argv }) => {
23
23
  let cellName = removeGeneratorName(name, "cell");
24
24
  let idName = "id";
25
- let idType, mockIdValues = [42, 43, 44], model = null;
25
+ let idType;
26
+ let mockIdValues = [42, 43, 44];
27
+ let model = null;
26
28
  let templateNameSuffix = "";
27
29
  let typeName = cellName;
28
30
  const shouldGenerateList = (isWordPluralizable(cellName) ? isPlural(cellName) : argv.list) || argv.list;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.13180+6e478750a",
3
+ "version": "1.0.0-canary.13184+16031e524",
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.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",
36
+ "@cedarjs/api-server": "1.0.0-canary.13184",
37
+ "@cedarjs/cli-helpers": "1.0.0-canary.13184",
38
+ "@cedarjs/fastify-web": "1.0.0-canary.13184",
39
+ "@cedarjs/internal": "1.0.0-canary.13184",
40
+ "@cedarjs/prerender": "1.0.0-canary.13184",
41
+ "@cedarjs/project-config": "1.0.0-canary.13184",
42
+ "@cedarjs/structure": "1.0.0-canary.13184",
43
+ "@cedarjs/telemetry": "1.0.0-canary.13184",
44
+ "@cedarjs/web-server": "1.0.0-canary.13184",
45
45
  "@listr2/prompt-adapter-enquirer": "2.0.16",
46
46
  "@opentelemetry/api": "1.8.0",
47
47
  "@opentelemetry/core": "1.22.0",
@@ -81,7 +81,7 @@
81
81
  "semver": "7.7.3",
82
82
  "smol-toml": "1.6.0",
83
83
  "string-env-interpolation": "1.0.1",
84
- "systeminformation": "5.30.1",
84
+ "systeminformation": "5.30.2",
85
85
  "termi-link": "1.1.0",
86
86
  "title-case": "3.0.3",
87
87
  "unionfs": "4.6.0",
@@ -103,5 +103,5 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "gitHead": "6e478750a1a2b63376238529a700daee8097e08a"
106
+ "gitHead": "16031e524c44f4f064ccb8b7dcb9ceaa6888506c"
107
107
  }