@pb33f/wiretap 0.0.31 → 0.0.32

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,4 +111,5 @@ wiretap -u https://api.pb33f.com -s my-openapi-spec.yaml
111
111
  - [Monitor UI](https://pb33f.io/wiretap/monitor/)
112
112
  - [Serving static content](https://pb33f.io/wiretap/static-content/)
113
113
  - [GiftShop example API](https://pb33f.io/wiretap/giftshop-api/)
114
+ - [Contributing](https://pb33f.io/wiretap/contributing/)
114
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pb33f/wiretap",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
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",