@apimock-rs/bin-linux-x64-gnu 4.0.3 → 4.0.5

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/apimock +0 -0
  2. package/package.json +2 -2
package/apimock CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apimock-rs/bin-linux-x64-gnu",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -10,7 +10,7 @@
10
10
  "files": [
11
11
  "apimock"
12
12
  ],
13
- "description": "HTTP server generating REST/JSON responses. Aims to be mocking helper to develop microservices and APIs.",
13
+ "description": "A developer-friendly, robust and functional HTTP mock server built in Rust.",
14
14
  "author": "nabbisen<nabbisen@scqr.net>",
15
15
  "license": "Apache-2.0",
16
16
  "repository": {