diff --git a/examples/typescript-node/package.json b/examples/typescript-node/package.json index 34db4e0..436eacf 100644 --- a/examples/typescript-node/package.json +++ b/examples/typescript-node/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node", - "version": "3.0.0", + "version": "3.0.1", "description": "", "private": true, "main": "index.js", diff --git a/packages/graphql-zeus-core/package.json b/packages/graphql-zeus-core/package.json index 178cdbf..85ab940 100644 --- a/packages/graphql-zeus-core/package.json +++ b/packages/graphql-zeus-core/package.json @@ -1,6 +1,6 @@ { "name": "graphql-zeus-core", - "version": "7.0.0", + "version": "7.0.1", "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 3f760c1..5201920 100644 --- a/packages/graphql-zeus-jsonschema/package.json +++ b/packages/graphql-zeus-jsonschema/package.json @@ -1,6 +1,6 @@ { "name": "graphql-zeus-jsonschema", - "version": "7.0.0", + "version": "7.0.1", "private": false, "main": "./lib/index.js", "author": "GraphQL Editor, Artur Czemiel", diff --git a/packages/graphql-zeus/index.ts b/packages/graphql-zeus/index.ts index 4057564..dff800f 100644 --- a/packages/graphql-zeus/index.ts +++ b/packages/graphql-zeus/index.ts @@ -21,6 +21,11 @@ zeus [path] [output_path] [options] describe: 'Use .js import in TypeScript to use with esModules', boolean: true, }) + .option('constEnums', { + alias: 'ce', + describe: 'Use .js import in TypeScript to use with esModules', + boolean: true, + }) .option('typedDocumentNode', { alias: 'td', describe: 'Generate TypedDocumentNode createQuery module', diff --git a/packages/graphql-zeus/package.json b/packages/graphql-zeus/package.json index 0dd5aa3..ff83cc6 100644 --- a/packages/graphql-zeus/package.json +++ b/packages/graphql-zeus/package.json @@ -1,6 +1,6 @@ { "name": "graphql-zeus", - "version": "7.0.0", + "version": "7.0.1", "private": false, "scripts": { "start": "ttsc --watch", @@ -26,8 +26,8 @@ "dependencies": { "config-maker": "^0.0.6", "cross-fetch": "^3.0.4", - "graphql-zeus-core": "^7.0.0", - "graphql-zeus-jsonschema": "^7.0.0", + "graphql-zeus-core": "^7.0.1", + "graphql-zeus-jsonschema": "^7.0.1", "yargs": "^16.1.1" } }