@cedarjs/graphql-server 3.0.0-canary.13203 → 3.0.0-canary.13205

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.
@@ -211,7 +211,7 @@ export type GraphQLYogaOptions = {
211
211
  openTelemetryOptions?: RedwoodOpenTelemetryConfig;
212
212
  /**
213
213
  * @description Configure which scalars to include in the schema. This should match your
214
- * `graphql.includeScalars` configuration in `redwood.toml`.
214
+ * `graphql.includeScalars` configuration in `cedar.toml`.
215
215
  *
216
216
  * The default is to include. You must set to `false` to exclude.
217
217
  */
package/dist/types.d.ts CHANGED
@@ -211,7 +211,7 @@ export type GraphQLYogaOptions = {
211
211
  openTelemetryOptions?: RedwoodOpenTelemetryConfig;
212
212
  /**
213
213
  * @description Configure which scalars to include in the schema. This should match your
214
- * `graphql.includeScalars` configuration in `redwood.toml`.
214
+ * `graphql.includeScalars` configuration in `cedar.toml`.
215
215
  *
216
216
  * The default is to include. You must set to `false` to exclude.
217
217
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/graphql-server",
3
- "version": "3.0.0-canary.13203+9e5768e13",
3
+ "version": "3.0.0-canary.13205+8801487af",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@babel/runtime-corejs3": "7.28.4",
41
- "@cedarjs/api": "3.0.0-canary.13203",
42
- "@cedarjs/context": "3.0.0-canary.13203",
41
+ "@cedarjs/api": "3.0.0-canary.13205",
42
+ "@cedarjs/context": "3.0.0-canary.13205",
43
43
  "@envelop/core": "5.4.0",
44
44
  "@envelop/depth-limit": "4.0.0",
45
45
  "@envelop/disable-introspection": "6.0.0",
@@ -62,9 +62,9 @@
62
62
  "devDependencies": {
63
63
  "@babel/cli": "7.28.3",
64
64
  "@babel/core": "^7.26.10",
65
- "@cedarjs/framework-tools": "3.0.0-canary.13203",
66
- "@cedarjs/project-config": "3.0.0-canary.13203",
67
- "@cedarjs/realtime": "3.0.0-canary.13203",
65
+ "@cedarjs/framework-tools": "3.0.0-canary.13205",
66
+ "@cedarjs/project-config": "3.0.0-canary.13205",
67
+ "@cedarjs/realtime": "3.0.0-canary.13205",
68
68
  "@envelop/types": "5.2.1",
69
69
  "@types/aws-lambda": "8.10.159",
70
70
  "@types/jsonwebtoken": "9.0.10",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "9e5768e13b255eed37e94ec0bdf0ecccc0dbacc8"
84
+ "gitHead": "8801487af31b76dec2eec50ca3ad6b5b45277a7c"
85
85
  }