@gql2ts/util
Advanced tools
Comparing version 1.6.0 to 1.7.0-alpha.b2b26790
export { readFile, writeToFile, safeJSONParse } from './fileIO'; | ||
export { PossibleIntrospectionInputs, PossibleSchemaInput, isIntrospectionResult, schemaFromInputs, isList, isNonNullable, isEnum } from './schema'; | ||
export { getDocTags, IJSDocTag, buildDocumentation, IFieldDocumentation } from './parser'; | ||
export { filterAndJoinArray } from './util'; |
@@ -16,2 +16,4 @@ "use strict"; | ||
exports.buildDocumentation = parser_1.buildDocumentation; | ||
var util_1 = require("./util"); | ||
exports.filterAndJoinArray = util_1.filterAndJoinArray; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@gql2ts/util", | ||
"private": false, | ||
"version": "1.6.0", | ||
"version": "1.7.0-alpha.b2b26790", | ||
"description": "utilities for gql2ts", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
10221
16
148
1