@n1k1t/mock-server 0.1.43 → 0.1.45

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 CHANGED
@@ -80,7 +80,7 @@ According on the picture above, main idea is to generate or modify response from
80
80
  ### CLI
81
81
 
82
82
  ```bash
83
- npx @n1k1t/mock-server -h localhost -p 8080
83
+ npx mock -h localhost -p 8080
84
84
  ```
85
85
 
86
86
  ### JavaScript
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n1k1t/mock-server",
3
- "version": "0.1.43",
3
+ "version": "0.1.45",
4
4
  "description": "Powerful util to setup mocks over HTTP APIs",
5
5
  "main": "lib/src/index.js",
6
6
  "types": "lib/src/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n1k1t/mock-server",
3
- "version": "0.1.43",
3
+ "version": "0.1.45",
4
4
  "description": "Powerful util to setup mocks over HTTP APIs",
5
5
  "main": "lib/src/index.js",
6
6
  "types": "lib/src/index.d.ts",
Binary file