altair-express-middleware
Advanced tools
Comparing version 0.1.4 to 1.0.0
@@ -1,2 +0,2 @@ | ||
graphql@0.13.1 | ||
graphql@0.13.2 | ||
MIT | ||
@@ -246,3 +246,3 @@ MIT License | ||
graphql-query-compress@0.9.10 | ||
graphql-query-compress@1.0.0 | ||
MIT | ||
@@ -249,0 +249,0 @@ Copyright (c) 2017-2018 Ralf S. Engelschall (http://engelschall.com/) |
{ | ||
"name": "altair-express-middleware", | ||
"version": "0.1.4", | ||
"version": "1.0.0", | ||
"description": "Express middleware for altair graphql client", | ||
"main": "index.js", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "node scripts/prepare_dist.js" | ||
"prepare-dist": "node scripts/prepare_dist.js", | ||
"declarations": "tsc --declaration", | ||
"prepare": "npm run prepare-dist; npm run declarations" | ||
}, | ||
@@ -31,3 +34,7 @@ "engines": { | ||
"express": "^4.16.2" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.11.1", | ||
"typescript": "^2.8.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13373387
32
13272
1
2