@go-mokapi/linux-x64 0.36.0 → 0.37.1
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/bin/mokapi +0 -0
- package/package.json +2 -1
package/bin/mokapi
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@go-mokapi/linux-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.1",
|
|
4
4
|
"description": "The Linux 64-bit binary for mokapi, an API mocking tool",
|
|
5
5
|
"homepage": "https://mokapi.io",
|
|
6
6
|
"repository": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"author": "Marcel Lehmann",
|
|
11
11
|
"license": "MIT",
|
|
12
|
+
"preferUnplugged": true,
|
|
12
13
|
"os": [
|
|
13
14
|
"linux"
|
|
14
15
|
],
|