@graphitation/supermassive-extractors
Advanced tools
Comparing version 2.1.0 to 2.2.0
# Change Log - @graphitation/supermassive-extractors | ||
This log was last generated on Tue, 04 Apr 2023 10:29:00 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 --> | ||
## 2.2.0 | ||
Tue, 20 Jun 2023 11:38:28 GMT | ||
### Minor changes | ||
- Bump TS version in dev, move TS to peerDep (mnovikov@microsoft.com) | ||
## 2.1.0 | ||
Tue, 04 Apr 2023 10:29:00 GMT | ||
Tue, 04 Apr 2023 10:29:16 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -68,3 +68,3 @@ "use strict"; | ||
const interfaceAstNodes = []; | ||
for (let astNode of document.definitions) { | ||
for (const astNode of document.definitions) { | ||
if (astNode.kind === import_graphql.Kind.SCALAR_TYPE_DEFINITION) { | ||
@@ -142,2 +142,3 @@ definitions.push(createScalarType(astNode)); | ||
(imp) => import_typescript.factory.createImportSpecifier( | ||
false, | ||
void 0, | ||
@@ -160,2 +161,3 @@ import_typescript.factory.createIdentifier(imp) | ||
(imp) => import_typescript.factory.createImportSpecifier( | ||
false, | ||
void 0, | ||
@@ -162,0 +164,0 @@ import_typescript.factory.createIdentifier(imp) |
{ | ||
"name": "@graphitation/supermassive-extractors", | ||
"license": "MIT", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "./lib/index", | ||
@@ -20,2 +20,3 @@ "repository": { | ||
"@types/jest": "^26.0.22", | ||
"typescript": "^4.9.5", | ||
"monorepo-scripts": "*" | ||
@@ -27,5 +28,7 @@ }, | ||
"dependencies": { | ||
"graphql": "^15.6.1", | ||
"typescript": "^4.4.3 <4.5.0" | ||
"graphql": "^15.6.1" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^4.3.5" | ||
}, | ||
"types": "./lib/index.d.ts", | ||
@@ -32,0 +35,0 @@ "module": "./lib/index.mjs", |
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
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
87777
17
964
3
+ Addedtypescript@4.9.5(transitive)
- Removedtypescript@^4.4.3 <4.5.0
- Removedtypescript@4.4.4(transitive)