@cedarjs/cli 1.0.1-next.0 → 1.0.1-next.30

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.
@@ -139,7 +139,7 @@ const handler = createHandler({
139
139
  addFunctionToRollback(generateTypes, true);
140
140
  } else {
141
141
  task.skip(
142
- `Skipping type generation: no SDL defined for "${queryFieldName}". To generate types, run 'yarn rw g sdl ${queryFieldName}'.`
142
+ `Skipping type generation: no SDL defined for "${queryFieldName}". To generate types, run 'yarn cedar generate sdl ${queryFieldName}'.`
143
143
  );
144
144
  }
145
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.1-next.0+5d18bf5dc",
3
+ "version": "1.0.1-next.30+c50602506",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "@babel/preset-typescript": "7.27.1",
33
33
  "@babel/runtime-corejs3": "7.27.6",
34
- "@cedarjs/api-server": "1.0.1-next.0+5d18bf5dc",
35
- "@cedarjs/cli-helpers": "1.0.1-next.0+5d18bf5dc",
36
- "@cedarjs/fastify-web": "1.0.1-next.0+5d18bf5dc",
37
- "@cedarjs/internal": "1.0.1-next.0+5d18bf5dc",
38
- "@cedarjs/prerender": "1.0.1-next.0+5d18bf5dc",
39
- "@cedarjs/project-config": "1.0.1-next.0+5d18bf5dc",
40
- "@cedarjs/structure": "1.0.1-next.0+5d18bf5dc",
41
- "@cedarjs/telemetry": "1.0.1-next.0+5d18bf5dc",
42
- "@cedarjs/web-server": "1.0.1-next.0+5d18bf5dc",
34
+ "@cedarjs/api-server": "1.0.1-next.30+c50602506",
35
+ "@cedarjs/cli-helpers": "1.0.1-next.30+c50602506",
36
+ "@cedarjs/fastify-web": "1.0.1-next.30+c50602506",
37
+ "@cedarjs/internal": "1.0.1-next.30+c50602506",
38
+ "@cedarjs/prerender": "1.0.1-next.30+c50602506",
39
+ "@cedarjs/project-config": "1.0.1-next.30+c50602506",
40
+ "@cedarjs/structure": "1.0.1-next.30+c50602506",
41
+ "@cedarjs/telemetry": "1.0.1-next.30+c50602506",
42
+ "@cedarjs/web-server": "1.0.1-next.30+c50602506",
43
43
  "@listr2/prompt-adapter-enquirer": "2.0.16",
44
44
  "@opentelemetry/api": "1.8.0",
45
45
  "@opentelemetry/core": "1.22.0",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "5d18bf5dc354ad0d1446e8cc45fcad3d08cad5e7"
104
+ "gitHead": "c50602506f5c30e6a31561bed1dadd87569fbd45"
105
105
  }