Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "gql-tools", | ||
"description": "GraphQL Tools for schema handling.", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"author": "Alberto Mijares <almilo@almilo.es>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -18,5 +18,2 @@ var fs = require('fs'); | ||
express() | ||
.get('/', function (req, res) { | ||
res.redirect(graphqlEndpoint); | ||
}) | ||
.use(express.static(__dirname)) | ||
@@ -23,0 +20,0 @@ .use(graphqlEndpoint, graphqlHTTP({ |
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
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
14328
13
3
229