@lewebsimple/nuxt-graphql 0.7.13 → 0.7.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 +1 -1
- package/dist/module.mjs +2 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import zodPreset from '@lewebsimple/graphql-codegen-zod';
|
|
|
16
16
|
import { createRequire } from 'node:module';
|
|
17
17
|
import { resolveCacheConfig } from '../dist/runtime/app/lib/cache-config.js';
|
|
18
18
|
|
|
19
|
-
const version = "0.7.
|
|
19
|
+
const version = "0.7.14";
|
|
20
20
|
|
|
21
21
|
const buildCache = /* @__PURE__ */ new Map();
|
|
22
22
|
function getCachedLoader(baseKey, loader) {
|
|
@@ -215,7 +215,7 @@ async function generateRegistryArtifacts({
|
|
|
215
215
|
},
|
|
216
216
|
pluginMap: {},
|
|
217
217
|
plugins: [],
|
|
218
|
-
presetConfig: {}
|
|
218
|
+
presetConfig: { documentsTypes: false }
|
|
219
219
|
});
|
|
220
220
|
if (!documents.length) {
|
|
221
221
|
return {
|