graphql-language-service-types
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.5.1](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.5.0...graphql-language-service-types@1.5.1) (2019-12-03) | ||
**Note:** Version bump only for package graphql-language-service-types | ||
# 1.5.0 (2019-10-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "graphql-language-service-types", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
@@ -17,3 +17,4 @@ "contributors": [ | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"esm" | ||
], | ||
@@ -24,8 +25,8 @@ "keywords": [ | ||
"main": "dist/index.js", | ||
"typings": "src/index", | ||
"module": "esm/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "yarn run build-ts && yarn run build-flow", | ||
"build-ts": "tsc", | ||
"build-flow": "node ../../resources/buildFlow.js", | ||
"prepublish": "node ../../resources/prepublish.js" | ||
"build-flow": "node ../../resources/buildFlow.js" | ||
}, | ||
@@ -37,3 +38,4 @@ "peerDependencies": { | ||
"graphql-config": "2.2.1" | ||
} | ||
}, | ||
"gitHead": "ed12bf7719e73c4c339779988a0e10b65be1d34e" | ||
} |
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
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
37823
12
439
0