diff --git a/examples/typescript-node/package.json b/examples/typescript-node/package.json index 9432238..7db7d59 100644 --- a/examples/typescript-node/package.json +++ b/examples/typescript-node/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node", - "version": "1.2.3", + "version": "1.2.4", "description": "", "private": true, "main": "index.js", diff --git a/packages/graphql-zeus-core/package.json b/packages/graphql-zeus-core/package.json index 797e883..312d4f8 100644 --- a/packages/graphql-zeus-core/package.json +++ b/packages/graphql-zeus-core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-zeus-core", - "version": "5.4.3", + "version": "5.4.4", "private": false, "main": "./lib/index.js", "author": "GraphQL Editor, Artur Czemiel", diff --git a/packages/graphql-zeus-jsonschema/package.json b/packages/graphql-zeus-jsonschema/package.json index c27ac93..a52cb84 100644 --- a/packages/graphql-zeus-jsonschema/package.json +++ b/packages/graphql-zeus-jsonschema/package.json @@ -1,6 +1,6 @@ { "name": "graphql-zeus-jsonschema", - "version": "5.4.3", + "version": "5.4.4", "private": false, "main": "./lib/index.js", "author": "GraphQL Editor, Artur Czemiel", diff --git a/packages/graphql-zeus/package.json b/packages/graphql-zeus/package.json index 879191b..148626d 100644 --- a/packages/graphql-zeus/package.json +++ b/packages/graphql-zeus/package.json @@ -1,6 +1,6 @@ { "name": "graphql-zeus", - "version": "5.4.3", + "version": "5.4.4", "private": false, "scripts": { "start": "ttsc --watch", @@ -26,8 +26,8 @@ "dependencies": { "config-maker": "^0.0.2", "cross-fetch": "^3.0.4", - "graphql-zeus-core": "^5.4.3", - "graphql-zeus-jsonschema": "^5.4.3", + "graphql-zeus-core": "^5.4.4", + "graphql-zeus-jsonschema": "^5.4.4", "yargs": "^16.1.1" } } diff --git a/packages/graphql-zeus/plugins/typedDocumentNode/index.ts b/packages/graphql-zeus/plugins/typedDocumentNode/index.ts index 8b02614..e49d94c 100644 --- a/packages/graphql-zeus/plugins/typedDocumentNode/index.ts +++ b/packages/graphql-zeus/plugins/typedDocumentNode/index.ts @@ -2,7 +2,7 @@ import { ProjectOptions } from '@/config.js'; export const pluginTypedDocumentNode = ({ esModule, node }: Partial) => `/* eslint-disable */ import { TypedDocumentNode } from '@graphql-typed-document-node/core'; -import ${esModule ? "{ gql }" : "gql"} from 'graphql-tag'; +import ${esModule ? '{ gql }' : 'gql'} from 'graphql-tag'; import { ValueTypes, GenericOperation,