@graphitation/graphql-codegen-supermassive-schema-extraction-plugin
Advanced tools
Comparing version 1.1.3 to 1.2.0
# Change Log - @graphitation/graphql-codegen-supermassive-schema-extraction-plugin | ||
This log was last generated on Tue, 18 Apr 2023 13:35:58 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.2.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 | ||
## 1.1.3 | ||
Tue, 18 Apr 2023 13:35:58 GMT | ||
Tue, 18 Apr 2023 13:36:20 GMT | ||
@@ -11,0 +20,0 @@ ### Patches |
import { PluginValidateFn, PluginFunction } from "@graphql-codegen/plugin-helpers"; | ||
import { RawClientSideBasePluginConfig } from "@graphql-codegen/visitor-plugin-common"; | ||
declare type PluginConfig = RawClientSideBasePluginConfig & { | ||
type PluginConfig = RawClientSideBasePluginConfig & { | ||
files: string[]; | ||
@@ -5,0 +5,0 @@ }; |
{ | ||
"name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin", | ||
"license": "MIT", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"main": "./lib/index", | ||
@@ -20,10 +20,11 @@ "repository": { | ||
"@types/jest": "^26.0.22", | ||
"monorepo-scripts": "*" | ||
"monorepo-scripts": "*", | ||
"typescript": "^4.9.5" | ||
}, | ||
"peerDependencies": { | ||
"@graphql-codegen/plugin-helpers": ">= 1.18.0 < 2" | ||
"@graphql-codegen/plugin-helpers": ">= 1.18.0 < 2", | ||
"typescript": "^4.3.0" | ||
}, | ||
"dependencies": { | ||
"@graphitation/supermassive-extractors": "^2.1.0", | ||
"typescript": "^4.4.3 <4.5.0", | ||
"@graphitation/supermassive-extractors": "^2.2.0", | ||
"graphql": "^15.0.0" | ||
@@ -30,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12875
10
4
+ Addedtypescript@4.9.5(transitive)
- Removedtypescript@^4.4.3 <4.5.0
- Removedtypescript@4.4.4(transitive)