File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-node" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " " ,
5
5
"private" : true ,
6
6
"main" : " index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-zeus-core" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"private" : false ,
5
5
"main" : " ./lib/index.js" ,
6
6
"author" : " GraphQL Editor, Artur Czemiel" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-zeus-jsonschema" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"private" : false ,
5
5
"main" : " ./lib/index.js" ,
6
6
"author" : " GraphQL Editor, Artur Czemiel" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ zeus [path] [output_path] [options]
21
21
describe : 'Use .js import in TypeScript to use with esModules' ,
22
22
boolean : true ,
23
23
} )
24
+ . option ( 'constEnums' , {
25
+ alias : 'ce' ,
26
+ describe : 'Use .js import in TypeScript to use with esModules' ,
27
+ boolean : true ,
28
+ } )
24
29
. option ( 'typedDocumentNode' , {
25
30
alias : 'td' ,
26
31
describe : 'Generate TypedDocumentNode createQuery module' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-zeus" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"start" : " ttsc --watch" ,
26
26
"dependencies" : {
27
27
"config-maker" : " ^0.0.6" ,
28
28
"cross-fetch" : " ^3.0.4" ,
29
- "graphql-zeus-core" : " ^7.0.0 " ,
30
- "graphql-zeus-jsonschema" : " ^7.0.0 " ,
29
+ "graphql-zeus-core" : " ^7.0.1 " ,
30
+ "graphql-zeus-jsonschema" : " ^7.0.1 " ,
31
31
"yargs" : " ^16.1.1"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments