@pb33f/wiretap 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ![logo](.github/wiretap-hero.png)
4
4
 
5
+ [![discord](https://img.shields.io/discord/923258363540815912)](https://discord.gg/x7VACVuEGP)
6
+ [![GitHub downloads](https://img.shields.io/github/downloads/pb33f/wiretap/total?label=github%20downloads&style=flat-square)](https://github.com/pb33f/wiretap/releases)
7
+ [![npm](https://img.shields.io/npm/dm/@pb33f/wiretap?style=flat-square&label=npm%20downloads)](https://www.npmjs.com/package/@pb33f/wiretap)
8
+ [![Docker Pulls](https://img.shields.io/docker/pulls/pb33f/wiretap?style=flat-square)](https://hub.docker.com/r/pb33f/wiretap)
9
+
5
10
  A local and pipeline based tool to sniff API request and responses from clients and servers
6
11
  to detect OpenAPI contract violations and compliance.
7
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pb33f/wiretap",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "The world's coolest OpenAPI contract compliance API Proxy testing tool.",
5
5
  "type": "module",
6
6
  "author": "Princess Beef Heavy Industries, LLC / Quobix / DaveShanley",