@akshatv21/chaosproxy 1.0.1 → 1.0.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **The localhost saboteur. Test your UI's resilience by breaking your API on purpose.**
4
4
 
5
- ![NPM Version](https://img.shields.io/npm/v/chaos-proxy?style=flat-square) ![License](https://img.shields.io/npm/l/chaos-proxy?style=flat-square) ![Build Status](https://img.shields.io/github/actions/workflow/status/anomalyco/chaos-proxy/build.yml?style=flat-square)
5
+ ![NPM Version](https://img.shields.io/npm/v/chaos-proxy?style=flat-square) ![License](https://img.shields.io/npm/l/chaos-proxy?style=flat-square)
6
6
 
7
7
  ---
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akshatv21/chaosproxy",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "The localhost saboteur. Test your UI's resilience by breaking your API on purpose.",
5
5
  "author": "Akshat Vishwakarma <a.vishwakarma1021@gmail.com> (https://vishwakarma.pro)",
6
6
  "private": false,