supertest-graphql
Advanced tools
Comparing version 0.0.0-beta to 1.0.0
{ | ||
"name": "supertest-graphql", | ||
"version": "0.0.0-beta", | ||
"version": "1.0.0", | ||
"description": "Extends supertest to test a GraphQL endpoint", | ||
@@ -12,3 +12,4 @@ "main": "dist/index.js", | ||
"lint": "eslint . --ext .ts", | ||
"prepublish": "build" | ||
"prepublishOnly": "npm run build", | ||
"release": "auto shipit" | ||
}, | ||
@@ -40,2 +41,3 @@ "files": [ | ||
"apollo-server-express": "^3.5.0", | ||
"auto": "^10.32.5", | ||
"eslint": "^8.4.1", | ||
@@ -54,4 +56,11 @@ "eslint-config-prettier": "^8.3.0", | ||
"@types/supertest": "^2.0.11", | ||
"supertest": "^6.1.6" | ||
"supertest": "^6.1.6", | ||
"supertest-graphql": "^0.0.0-beta" | ||
}, | ||
"auto": { | ||
"plugins": [ | ||
"npm" | ||
], | ||
"onlyPublishWithReleaseLabel": true | ||
} | ||
} | ||
} |
# supertest-graphql | ||
<p> | ||
<img alt="Version" src="https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000" /> | ||
<a href="https://badge.fury.io/js/supertest-graphql"><img src="https://badge.fury.io/js/supertest-graphql.svg" alt="npm version" height="18"></a> | ||
<a href="#" target="_blank"> | ||
@@ -5,0 +5,0 @@ <img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" /> |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21766
1
4
16
+ Addedsupertest-graphql@0.0.0-beta(transitive)