graphql-language-service-utils
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.3.1](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.3.0...graphql-language-service-utils@2.3.1) (2019-11-26) | ||
### Bug Fixes | ||
* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e)) | ||
# 2.3.0 (2019-10-04) | ||
@@ -8,0 +19,0 @@ |
export { getASTNodeAtPosition, pointToOffset } from './getASTNodeAtPosition'; | ||
export { Position, Range, locToRange, offsetToPosition } from './Range'; | ||
export { validateWithCustomRules } from './validateWithCustomRules'; | ||
export { requireFile, resolveFile } from './file'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,2 +13,5 @@ "use strict"; | ||
exports.validateWithCustomRules = validateWithCustomRules_1.validateWithCustomRules; | ||
var file_1 = require("./file"); | ||
exports.requireFile = file_1.requireFile; | ||
exports.resolveFile = file_1.resolveFile; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "graphql-language-service-utils", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Utilities to support the GraphQL Language Service", | ||
@@ -24,2 +24,6 @@ "contributors": [ | ||
"types": "src/index.ts", | ||
"engines": { | ||
"node": ">= 9.7.3" | ||
}, | ||
"engineStrict": true, | ||
"scripts": { | ||
@@ -29,4 +33,3 @@ "test": "node ../../resources/runTests.js", | ||
"build-ts": "tsc", | ||
"build-flow": "node ../../resources/buildFlow.js", | ||
"prepublish": "node ../../resources/prepublish.js" | ||
"build-flow": "node ../../resources/buildFlow.js" | ||
}, | ||
@@ -39,3 +42,4 @@ "peerDependencies": { | ||
"graphql-language-service-types": "^1.5.0" | ||
} | ||
}, | ||
"gitHead": "1a24c79073c70690d4a1b56080a58c8158fb11aa" | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24742
24
265
0
9