@graphitation/cli
Advanced tools
Comparing version 1.13.0-alpha.2 to 1.13.0-alpha.3
# Change Log - @graphitation/cli | ||
<!-- This log was last generated on Mon, 04 Nov 2024 17:34:13 GMT and should not be manually modified. --> | ||
<!-- This log was last generated on Mon, 11 Nov 2024 14:13:05 GMT and should not be manually modified. --> | ||
<!-- Start content --> | ||
## 1.13.0-alpha.3 | ||
Mon, 11 Nov 2024 14:13:05 GMT | ||
### Changes | ||
- Added import state machines templating (77059398+vejrj@users.noreply.github.com) | ||
- Bump @graphitation/ts-codegen to v2.13.0-alpha.4 | ||
## 1.13.0-alpha.2 | ||
Mon, 04 Nov 2024 17:34:13 GMT | ||
Mon, 04 Nov 2024 17:34:20 GMT | ||
@@ -11,0 +20,0 @@ ### Changes |
@@ -81,6 +81,6 @@ "use strict"; | ||
).option("-cn, --context-name [contextName]", "Context name").option( | ||
"-cm, --context-namespace-name [contextNamespaceName]", | ||
"-cm, --context-import-name-template [contextImportNameTemplate]", | ||
"context namespace name" | ||
).option( | ||
"-cm, --context-namespace-path [contextNamespacePath]", | ||
"-cm, --context-import-path-template [contextImportPathTemplate]", | ||
"context namespace path" | ||
@@ -146,4 +146,4 @@ ).option("-ei, --enums-import [enumsImport]", "from where to import enums").option("-l, --legacy", "generate legacy types").option("--legacy-models", "do not use models for object types").option( | ||
modelScope: options.scope || null, | ||
contextNamespaceName: options.contextNamespaceName, | ||
contextNamespacePath: options.contextNamespacePath | ||
contextImportNameTemplate: options.contextImportNameTemplate, | ||
contextImportPathTemplate: options.contextImportPathTemplate | ||
}); | ||
@@ -150,0 +150,0 @@ yield import_promises.default.mkdir(outputPath, { recursive: true }); |
{ | ||
"name": "@graphitation/cli", | ||
"license": "MIT", | ||
"version": "1.13.0-alpha.2", | ||
"version": "1.13.0-alpha.3", | ||
"bin": { | ||
@@ -27,3 +27,3 @@ "supermassive": "./bin/supermassive.js" | ||
"@graphitation/supermassive-extractors": "^2.2.5", | ||
"@graphitation/ts-codegen": "^2.13.0-alpha.3", | ||
"@graphitation/ts-codegen": "^2.13.0-alpha.4", | ||
"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
44757