@graphitation/cli
Advanced tools
Comparing version 1.14.0 to 1.15.0
# Change Log - @graphitation/cli | ||
<!-- This log was last generated on Fri, 22 Nov 2024 09:11:08 GMT and should not be manually modified. --> | ||
<!-- This log was last generated on Thu, 23 Jan 2025 11:35:27 GMT and should not be manually modified. --> | ||
<!-- Start content --> | ||
## 1.15.0 | ||
Thu, 23 Jan 2025 11:35:27 GMT | ||
### Minor changes | ||
- new --generate-resolver-map flag (pavelglac@gmail.com) | ||
- Bump @graphitation/ts-codegen to v2.14.0 | ||
## 1.14.0 | ||
Fri, 22 Nov 2024 09:11:08 GMT | ||
Fri, 22 Nov 2024 09:11:34 GMT | ||
@@ -11,0 +20,0 @@ ### Minor changes |
@@ -101,2 +101,5 @@ "use strict"; | ||
"File containing array of enum names, which should remain typescript enums" | ||
).option( | ||
"--generate-resolver-map", | ||
"Generate a schema map for resolvers. Default export with resolvers for each type" | ||
).description("generate interfaces and models").action( | ||
@@ -196,2 +199,3 @@ (inputs, options) => __async(this, null, function* () { | ||
generateOnlyEnums: !!options.generateOnlyEnums, | ||
generateResolverMap: !!options.generateResolverMap, | ||
enumNamesToMigrate, | ||
@@ -198,0 +202,0 @@ enumNamesToKeep, |
{ | ||
"name": "@graphitation/cli", | ||
"license": "MIT", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"bin": { | ||
@@ -27,3 +27,3 @@ "supermassive": "./bin/supermassive.js" | ||
"@graphitation/supermassive-extractors": "^2.2.5", | ||
"@graphitation/ts-codegen": "^2.13.0", | ||
"@graphitation/ts-codegen": "^2.14.0", | ||
"commander": "^8.3.0", | ||
@@ -30,0 +30,0 @@ "fast-glob": "^3.2.12", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55982
489