apimock-rs 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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -33,7 +33,7 @@ curl http://localhost:3001/api/v1/hello
33
33
  npx apimock --init
34
34
  ```
35
35
 
36
- For more details, check out [the docs](https://apimokka.github.io/apimock-rs/).
36
+ For more details, **🧭 check out [the docs](https://apimokka.github.io/apimock-rs/)**.
37
37
 
38
38
  ---
39
39
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "apimock-rs",
3
- "version": "4.0.3",
4
- "description": "HTTP server generating REST/JSON responses. Aims to be mocking helper to develop microservices and APIs.",
3
+ "version": "4.0.5",
4
+ "description": "A developer-friendly, robust and functional HTTP mock server built in Rust.",
5
5
  "author": "nabbisen<nabbisen@scqr.net>",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -18,9 +18,9 @@
18
18
  "postinstall": "node postinstall.js"
19
19
  },
20
20
  "optionalDependencies": {
21
- "@apimock-rs/bin-linux-x64-gnu": "4.0.3",
22
- "@apimock-rs/bin-darwin-arm64": "4.0.3",
23
- "@apimock-rs/bin-win32-x64-msvc": "4.0.3"
21
+ "@apimock-rs/bin-linux-x64-gnu": "4.0.5",
22
+ "@apimock-rs/bin-darwin-arm64": "4.0.5",
23
+ "@apimock-rs/bin-win32-x64-msvc": "4.0.5"
24
24
  },
25
25
  "keywords": [
26
26
  "api",