@mbtest/mountebank 2.9.2-beta.9180 → 2.9.2-beta.9204

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
@@ -9,6 +9,7 @@ Pull requests are welcome, but don't expect anything to be merged until CI/CD in
9
9
  Many thanks goes to [Brandon Byars](https://github.com/bbyars) for all the effort building mountebank in the first place and maintaining the project for more than a decade and finally being helpfull and collaborative during this transition phase.
10
10
 
11
11
  # Welcome, friend
12
+ Build status: [![CircleCI](https://dl.circleci.com/status-badge/img/gh/mountebank-testing/mountebank/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/mountebank-testing/mountebank/tree/master)
12
13
 
13
14
  mountebank is the only open source service virtualization tool that competes with the commercial offerings
14
15
  in terms of protocol diversity, capability, and performance. Here's what
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbtest/mountebank",
3
- "version": "2.9.2-beta.9180",
3
+ "version": "2.9.2-beta.9204",
4
4
  "author": "Brandon Byars <brandon.byars@gmail.com>",
5
5
  "description": "Over the wire test doubles",
6
6
  "homepage": "http://www.mbtest.dev",