apollo-deprecated-highlight
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "apollo-deprecated-highlight", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"author": "Alex <alexxiyang@gmail.com>", | ||
@@ -8,3 +8,4 @@ "description": "Highlight the apollo graphql deprecated fields", | ||
"scripts": { | ||
"test": "jest", | ||
"test": "jest --coverage", | ||
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand", | ||
"build": "tsc", | ||
@@ -11,0 +12,0 @@ "prepublish": "tsc" |
@@ -1,2 +0,8 @@ | ||
# apollo-deprecated-highlight | ||
![apollo deprecated highlight](https://github.com/alexxiyang/apollo-deprecated-highlight/raw/main/adh_logo.png?raw=true) | ||
[![circleci](https://circleci.com/gh/alexxiyang/apollo-deprecated-highlight.svg?style=shield)](https://github.com/alexxiyang/apollo-deprecated-highlight) | ||
[![codecov](https://codecov.io/gh/alexxiyang/apollo-deprecated-highlight/branch/main/graph/badge.svg?token=C4ABZ0U011)](https://codecov.io/gh/alexxiyang/apollo-deprecated-highlight) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/alexxiyang/apollo-deprecated-highlight/badge.svg)](https://snyk.io/test/github/alexxiyang/apollo-deprecated-highlight) | ||
Highlight the apollo graphql deprecated fields. | ||
@@ -3,0 +9,0 @@ |
48898
59