@cedarjs/internal 1.0.0-canary.13167 → 1.0.0-canary.13169

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.
@@ -269,7 +269,7 @@ async function getPluginConfig(side) {
269
269
  // Look at type or source https://shrtm.nu/2BA0 for possible config, not well documented
270
270
  resolvers: true
271
271
  },
272
- contextType: `@cedarjs/graphql-server/dist/types#RedwoodGraphQLContext`
272
+ contextType: `@cedarjs/graphql-server/dist/types#CedarGraphQLContext`
273
273
  };
274
274
  return pluginConfig;
275
275
  }
@@ -233,7 +233,7 @@ async function getPluginConfig(side) {
233
233
  // Look at type or source https://shrtm.nu/2BA0 for possible config, not well documented
234
234
  resolvers: true
235
235
  },
236
- contextType: `@cedarjs/graphql-server/dist/types#RedwoodGraphQLContext`
236
+ contextType: `@cedarjs/graphql-server/dist/types#CedarGraphQLContext`
237
237
  };
238
238
  return pluginConfig;
239
239
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "1.0.0-canary.13167+ffe1a7a33",
3
+ "version": "1.0.0-canary.13169+0676c101e",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -140,10 +140,10 @@
140
140
  "@babel/plugin-transform-typescript": "^7.26.8",
141
141
  "@babel/runtime-corejs3": "7.28.4",
142
142
  "@babel/traverse": "7.28.5",
143
- "@cedarjs/babel-config": "1.0.0-canary.13167",
144
- "@cedarjs/graphql-server": "1.0.0-canary.13167",
145
- "@cedarjs/project-config": "1.0.0-canary.13167",
146
- "@cedarjs/router": "1.0.0-canary.13167",
143
+ "@cedarjs/babel-config": "1.0.0-canary.13169",
144
+ "@cedarjs/graphql-server": "1.0.0-canary.13169",
145
+ "@cedarjs/project-config": "1.0.0-canary.13169",
146
+ "@cedarjs/router": "1.0.0-canary.13169",
147
147
  "@graphql-codegen/add": "4.0.1",
148
148
  "@graphql-codegen/cli": "3.3.1",
149
149
  "@graphql-codegen/client-preset": "4.8.3",
@@ -175,7 +175,7 @@
175
175
  },
176
176
  "devDependencies": {
177
177
  "@arethetypeswrong/cli": "0.18.2",
178
- "@cedarjs/framework-tools": "1.0.0-canary.13167",
178
+ "@cedarjs/framework-tools": "1.0.0-canary.13169",
179
179
  "concurrently": "9.2.1",
180
180
  "graphql-tag": "2.12.6",
181
181
  "publint": "0.3.16",
@@ -185,5 +185,5 @@
185
185
  "publishConfig": {
186
186
  "access": "public"
187
187
  },
188
- "gitHead": "ffe1a7a337cc2bd3e19990b258c0181a3ddadc55"
188
+ "gitHead": "0676c101e77cececb95c48cc220b25ee098c5778"
189
189
  }