@cedarjs/cli 4.0.0-canary.13787 → 4.0.0-canary.13790

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.
@@ -214,7 +214,7 @@ async function handler({ force, verbose }) {
214
214
  writeFile(
215
215
  configTomlPath,
216
216
  configContent.concat(
217
- "\n\n[experimental.gqlorm]\n enabled = true\n"
217
+ "\n[experimental.gqlorm]\n enabled = true\n"
218
218
  ),
219
219
  {
220
220
  overwriteExisting: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "4.0.0-canary.13787+425840c931",
3
+ "version": "4.0.0-canary.13790+5cc27be7a2",
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": "4.0.0-canary.13787",
37
- "@cedarjs/cli-helpers": "4.0.0-canary.13787",
38
- "@cedarjs/fastify-web": "4.0.0-canary.13787",
39
- "@cedarjs/internal": "4.0.0-canary.13787",
40
- "@cedarjs/prerender": "4.0.0-canary.13787",
41
- "@cedarjs/project-config": "4.0.0-canary.13787",
42
- "@cedarjs/structure": "4.0.0-canary.13787",
43
- "@cedarjs/telemetry": "4.0.0-canary.13787",
44
- "@cedarjs/utils": "4.0.0-canary.13787",
45
- "@cedarjs/web-server": "4.0.0-canary.13787",
36
+ "@cedarjs/api-server": "4.0.0-canary.13790",
37
+ "@cedarjs/cli-helpers": "4.0.0-canary.13790",
38
+ "@cedarjs/fastify-web": "4.0.0-canary.13790",
39
+ "@cedarjs/internal": "4.0.0-canary.13790",
40
+ "@cedarjs/prerender": "4.0.0-canary.13790",
41
+ "@cedarjs/project-config": "4.0.0-canary.13790",
42
+ "@cedarjs/structure": "4.0.0-canary.13790",
43
+ "@cedarjs/telemetry": "4.0.0-canary.13790",
44
+ "@cedarjs/utils": "4.0.0-canary.13790",
45
+ "@cedarjs/web-server": "4.0.0-canary.13790",
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": "425840c931b8f6b497cb56c03a939fa768cfeeca"
111
+ "gitHead": "5cc27be7a2776c23a80989a488b2337766ef4d13"
112
112
  }