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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# apimock-rs (API Mock)
|
|
2
2
|
|
|
3
|
-
##
|
|
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
|
-
-
|
|
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
|
+
"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.
|
|
23
|
-
"@apimock-rs/bin-darwin-arm64": "4.4.
|
|
24
|
-
"@apimock-rs/bin-win32-x64-msvc": "4.4.
|
|
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",
|