@stuntman/shared 0.1.8 → 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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
1
  # Stuntman proxy/mock shared library
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@stuntman/shared.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
+
7
+ [npmjs]: https://www.npmjs.com/package/@stuntman/shared
8
+ [build]: https://github.com/andrzej-woof/stuntman/actions/workflows/ci.yaml
9
+ [coverage]: https://coveralls.io/github/andrzej-woof/stuntman
10
+
3
11
  Shared types and utils for [Stunman](https://github.com/andrzej-woof/stuntman#readme)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stuntman/shared",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Stuntman - HTTP proxy / mock shared types and utils",
5
5
  "main": "dist/index.js",
6
6
  "repository": {