@graphitation/cli
Advanced tools
Comparing version 1.11.4 to 1.11.5
# Change Log - @graphitation/cli | ||
<!-- This log was last generated on Thu, 17 Oct 2024 14:52:12 GMT and should not be manually modified. --> | ||
<!-- This log was last generated on Wed, 23 Oct 2024 09:21:03 GMT and should not be manually modified. --> | ||
<!-- Start content --> | ||
## 1.11.5 | ||
Wed, 23 Oct 2024 09:21:03 GMT | ||
### Patches | ||
- remove dependecy on relay-compiler-language-typescript (pavelglac@microsoft.com) | ||
- Bump @graphitation/supermassive-extractors to v2.2.5 | ||
- Bump @graphitation/ts-codegen to v2.11.4 | ||
## 1.11.4 | ||
Thu, 17 Oct 2024 14:52:12 GMT | ||
Thu, 17 Oct 2024 14:53:14 GMT | ||
@@ -11,0 +21,0 @@ ### Patches |
{ | ||
"name": "@graphitation/cli", | ||
"license": "MIT", | ||
"version": "1.11.4", | ||
"version": "1.11.5", | ||
"bin": { | ||
@@ -26,4 +26,4 @@ "supermassive": "./bin/supermassive.js" | ||
"dependencies": { | ||
"@graphitation/supermassive-extractors": "^2.2.4", | ||
"@graphitation/ts-codegen": "^2.11.3", | ||
"@graphitation/supermassive-extractors": "^2.2.5", | ||
"@graphitation/ts-codegen": "^2.11.4", | ||
"commander": "^8.3.0", | ||
@@ -30,0 +30,0 @@ "fast-glob": "^3.2.12", |
Sorry, the diff of this file is not supported yet
47267