codemirror-graphql
Advanced tools
Comparing version 3.0.0-canary-a6d20235.0 to 3.0.0-canary-b5674a4f.0
{ | ||
"name": "codemirror-graphql", | ||
"version": "3.0.0-canary-a6d20235.0", | ||
"version": "3.0.0-canary-b5674a4f.0", | ||
"description": "GraphQL mode and helpers for CodeMirror.", | ||
@@ -23,3 +23,2 @@ "contributors": [ | ||
"cm6-legacy", | ||
"esm", | ||
"utils", | ||
@@ -37,7 +36,2 @@ "variables", | ||
"scripts": { | ||
"build": "yarn build-clean && yarn build-js && yarn build-esm && yarn build-flow .", | ||
"build-js": "yarn tsc", | ||
"build-esm": "cross-env ESM=true yarn tsc --project tsconfig.esm.json && node ../../scripts/renameFileExtensions.js './esm/{**,!**/__tests__/}/*.js' . .esm.js", | ||
"build-clean": "rimraf {mode,hint,info,jump,lint}.{js,esm.js,js.flow,js.map,d.ts,d.ts.map} && rimraf esm results utils variables coverage cm6-legacy __tests__", | ||
"build-flow": "node ../../scripts/buildFlow.js", | ||
"watch": "babel --optional runtime resources/watch.js | node", | ||
@@ -53,3 +47,3 @@ "test": "jest" | ||
"dependencies": { | ||
"graphql-language-service": "6.0.0-canary-a6d20235.0" | ||
"graphql-language-service": "6.0.0-canary-b5674a4f.0" | ||
}, | ||
@@ -56,0 +50,0 @@ "devDependencies": { |
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
257758
+ Addedgraphql-language-service@6.0.0-canary-b5674a4f.0(transitive)
- Removedgraphql-language-service@6.0.0-canary-a6d20235.0(transitive)