@graphitation/cli
Advanced tools
Comparing version 1.5.8 to 1.6.0
# Change Log - @graphitation/cli | ||
This log was last generated on Mon, 29 May 2023 13:14:21 GMT and should not be manually modified. | ||
This log was last generated on Tue, 20 Jun 2023 11:38:28 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.6.0 | ||
Tue, 20 Jun 2023 11:38:28 GMT | ||
### Minor changes | ||
- Bump TS version in dev, move TS to peerDep (mnovikov@microsoft.com) | ||
- Bump @graphitation/supermassive-extractors to v2.2.0 | ||
- Bump @graphitation/ts-codegen to v2.5.0 | ||
## 1.5.8 | ||
Mon, 29 May 2023 13:14:21 GMT | ||
Mon, 29 May 2023 13:14:30 GMT | ||
@@ -11,0 +21,0 @@ ### Patches |
@@ -125,3 +125,3 @@ "use strict"; | ||
); | ||
let result = (0, import_ts_codegen.generateTS)(document, { | ||
const result = (0, import_ts_codegen.generateTS)(document, { | ||
outputPath, | ||
@@ -128,0 +128,0 @@ documentPath: fullPath, |
{ | ||
"name": "@graphitation/cli", | ||
"license": "MIT", | ||
"version": "1.5.8", | ||
"version": "1.6.0", | ||
"bin": { | ||
@@ -22,9 +22,9 @@ "supermassive": "./bin/supermassive.js" | ||
"@types/jest": "^26.0.22", | ||
"typescript": "^4.9.5", | ||
"monorepo-scripts": "*" | ||
}, | ||
"dependencies": { | ||
"@graphitation/supermassive-extractors": "^2.1.0", | ||
"@graphitation/ts-codegen": "^2.4.3", | ||
"@graphitation/supermassive-extractors": "^2.2.0", | ||
"@graphitation/ts-codegen": "^2.5.0", | ||
"commander": "^8.3.0", | ||
"typescript": "^4.4.3 <4.5.0", | ||
"fast-glob": "^3.2.12", | ||
@@ -34,3 +34,6 @@ "graphql": "^15.6.1" | ||
"sideEffects": false, | ||
"access": "public" | ||
"access": "public", | ||
"peerDependencies": { | ||
"typescript": "^4.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36491
11
3
+ Addedtypescript@4.9.5(transitive)
- Removedtypescript@^4.4.3 <4.5.0
- Removedtypescript@4.4.4(transitive)