@stuntman/client 0.1.8 → 0.1.10

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Stuntman API client
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@stuntman/client.svg)][npmjs]
4
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/andrzej-woof/stuntman/ci.yaml)][build]
5
+ [![Coverage Status](https://coveralls.io/repos/github/andrzej-woof/stuntman/badge.svg)][coverage]
6
+ ![License](https://img.shields.io/github/license/andrzej-woof/stuntman)
7
+
8
+ [npmjs]: https://www.npmjs.com/package/@stuntman/client
9
+ [build]: https://github.com/andrzej-woof/stuntman/actions/workflows/ci.yaml
10
+ [coverage]: https://coveralls.io/github/andrzej-woof/stuntman
11
+
3
12
  Client for [Stuntman](https://github.com/andrzej-woof/stuntman) proxy/mock server API
4
13
 
5
14
  ## Example usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stuntman/client",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Stuntman - HTTP proxy / mock API client",
5
5
  "main": "dist/index.js",
6
6
  "repository": {