@cedarjs/cli 6.0.0-canary.2826 → 6.0.0-canary.2829

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.
@@ -114,7 +114,7 @@ const handler = async ({
114
114
  },
115
115
  task: (_ctx, task) => {
116
116
  task.output = [
117
- "Please add the following to your 'redwoodFastifyGraphQLServer' plugin options to enable OTel for your graphql",
117
+ "Please add the following to your 'cedarFastifyGraphQLServer' plugin options to enable OTel for your graphql",
118
118
  "openTelemetryOptions: {",
119
119
  " resolvers: true,",
120
120
  " result: true,",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "6.0.0-canary.2826",
3
+ "version": "6.0.0-canary.2829",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,17 +33,17 @@
33
33
  "dependencies": {
34
34
  "@babel/parser": "7.29.7",
35
35
  "@babel/preset-typescript": "7.29.7",
36
- "@cedarjs/api-server": "6.0.0-canary.2826",
37
- "@cedarjs/cli-helpers": "6.0.0-canary.2826",
38
- "@cedarjs/fastify-web": "6.0.0-canary.2826",
39
- "@cedarjs/internal": "6.0.0-canary.2826",
40
- "@cedarjs/prerender": "6.0.0-canary.2826",
41
- "@cedarjs/project-config": "6.0.0-canary.2826",
42
- "@cedarjs/structure": "6.0.0-canary.2826",
43
- "@cedarjs/telemetry": "6.0.0-canary.2826",
44
- "@cedarjs/utils": "6.0.0-canary.2826",
45
- "@cedarjs/vite": "6.0.0-canary.2826",
46
- "@cedarjs/web-server": "6.0.0-canary.2826",
36
+ "@cedarjs/api-server": "6.0.0-canary.2829",
37
+ "@cedarjs/cli-helpers": "6.0.0-canary.2829",
38
+ "@cedarjs/fastify-web": "6.0.0-canary.2829",
39
+ "@cedarjs/internal": "6.0.0-canary.2829",
40
+ "@cedarjs/prerender": "6.0.0-canary.2829",
41
+ "@cedarjs/project-config": "6.0.0-canary.2829",
42
+ "@cedarjs/structure": "6.0.0-canary.2829",
43
+ "@cedarjs/telemetry": "6.0.0-canary.2829",
44
+ "@cedarjs/utils": "6.0.0-canary.2829",
45
+ "@cedarjs/vite": "6.0.0-canary.2829",
46
+ "@cedarjs/web-server": "6.0.0-canary.2829",
47
47
  "@listr2/prompt-adapter-enquirer": "4.3.0",
48
48
  "@opentelemetry/api": "1.9.1",
49
49
  "@opentelemetry/core": "1.30.1",