apimock-rs 4.4.3 β†’ 4.4.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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # apimock-rs (API Mock)
2
2
 
3
- ## πŸͺ„ Mock APIs easily β€” just JSON and go
3
+ ## Mock APIs easily 🎈 β€” just JSON and go
4
4
 
5
5
  If you’re building or testing APIs, this tool makes mocking painless. It’s super fast, efficient, and flexible when you need it to be.
6
6
  All you have to do to start up is just use folders and JSON without any config set.
7
7
 
8
8
  - ❄️ Zero-config start.
9
9
  - 🌬️ Fast to boot, light on memory.
10
- - πŸ”± File-based and rule-based matching. Scripting supported.
10
+ - πŸͺ„ File-based and rule-based matching. Scripting supported.
11
11
 
12
12
  ```sh
13
13
  # install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apimock-rs",
3
- "version": "4.4.3",
3
+ "version": "4.4.5",
4
4
  "description": "A developer-friendly, featherlight and functional HTTP(S) mock server built in Rust.",
5
5
  "author": "nabbisen<nabbisen@scqr.net>",
6
6
  "license": "Apache-2.0",
@@ -19,9 +19,9 @@
19
19
  "postinstall": "node postinstall.js"
20
20
  },
21
21
  "optionalDependencies": {
22
- "@apimock-rs/bin-linux-x64-gnu": "4.4.3",
23
- "@apimock-rs/bin-darwin-arm64": "4.4.3",
24
- "@apimock-rs/bin-win32-x64-msvc": "4.4.3"
22
+ "@apimock-rs/bin-linux-x64-gnu": "4.4.5",
23
+ "@apimock-rs/bin-darwin-arm64": "4.4.5",
24
+ "@apimock-rs/bin-win32-x64-msvc": "4.4.5"
25
25
  },
26
26
  "keywords": [
27
27
  "api",