@graphitation/graphql-codegen-supermassive-schema-extraction-plugin
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Change Log - @graphitation/graphql-codegen-supermassive-schema-extraction-plugin | ||
This log was last generated on Tue, 20 Jun 2023 11:38:28 GMT and should not be manually modified. | ||
This log was last generated on Thu, 21 Sep 2023 06:27:50 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.2.1 | ||
Thu, 21 Sep 2023 06:27:50 GMT | ||
### Patches | ||
- Add exports entry for types to package.json (sverre.johansen@gmail.com) | ||
- Bump @graphitation/supermassive-extractors to v2.2.1 | ||
## 1.2.0 | ||
Tue, 20 Jun 2023 11:38:28 GMT | ||
Tue, 20 Jun 2023 11:38:47 GMT | ||
@@ -11,0 +20,0 @@ ### Minor changes |
{ | ||
"name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin", | ||
"license": "MIT", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "./lib/index", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"dependencies": { | ||
"@graphitation/supermassive-extractors": "^2.2.0", | ||
"@graphitation/supermassive-extractors": "^2.2.1", | ||
"graphql": "^15.0.0" | ||
@@ -40,5 +40,6 @@ }, | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.js" | ||
"require": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
} | ||
} | ||
} |
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
13094
5