@cedarjs/graphql-server 3.0.0-canary.13202 → 3.0.0-canary.13204
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.
- package/dist/cjs/types.d.ts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +7 -7
package/dist/cjs/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 `
|
|
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 `
|
|
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.
|
|
3
|
+
"version": "3.0.0-canary.13204+75121e65c",
|
|
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.
|
|
42
|
-
"@cedarjs/context": "3.0.0-canary.
|
|
41
|
+
"@cedarjs/api": "3.0.0-canary.13204",
|
|
42
|
+
"@cedarjs/context": "3.0.0-canary.13204",
|
|
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.
|
|
66
|
-
"@cedarjs/project-config": "3.0.0-canary.
|
|
67
|
-
"@cedarjs/realtime": "3.0.0-canary.
|
|
65
|
+
"@cedarjs/framework-tools": "3.0.0-canary.13204",
|
|
66
|
+
"@cedarjs/project-config": "3.0.0-canary.13204",
|
|
67
|
+
"@cedarjs/realtime": "3.0.0-canary.13204",
|
|
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": "
|
|
84
|
+
"gitHead": "75121e65c92dff3339a38a621b369151c6b93128"
|
|
85
85
|
}
|