@lewebsimple/nuxt-graphql 0.6.12 → 0.6.14

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lewebsimple/nuxt-graphql",
3
3
  "configKey": "graphql",
4
- "version": "0.6.12",
4
+ "version": "0.6.14",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -203,7 +203,7 @@ function addUniversalTemplate({ filename, getContents, emitTs }) {
203
203
  return modulePath;
204
204
  }
205
205
 
206
- const version = "0.6.12";
206
+ const version = "0.6.14";
207
207
 
208
208
  async function getDocuments(documentsGlob) {
209
209
  try {
@@ -239,7 +239,6 @@ async function getOperationsTemplate({ loadSchema, loadDocuments, documentGlob }
239
239
  },
240
240
  defaultScalarType: "never",
241
241
  enumsAsTypes: true,
242
- maybeValue: "T | undefined",
243
242
  preResolveTypes: false,
244
243
  strictScalars: true,
245
244
  useTypeImports: true
@@ -257,7 +256,6 @@ async function getOperationsTemplate({ loadSchema, loadDocuments, documentGlob }
257
256
  enumsAsTypes: true,
258
257
  exportFragmentSpreadSubTypes: true,
259
258
  inlineFragmentTypes: "combine",
260
- maybeValue: "T | undefined",
261
259
  operationResultSuffix: "Result",
262
260
  operationVariablesSuffix: "Variables",
263
261
  preResolveTypes: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lewebsimple/nuxt-graphql",
3
- "version": "0.6.12",
3
+ "version": "0.6.14",
4
4
  "description": "Opinionated Nuxt module for using GraphQL",
5
5
  "repository": "lewebsimple/nuxt-graphql",
6
6
  "license": "AGPL-3.0-only",