@n1k1t/mock-server 1.0.1 → 1.0.2

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
@@ -2,7 +2,7 @@
2
2
  <h1>Mock server</h1>
3
3
  <p>The ultimate toolkit to <b>intercept, transform, and simulate</b> HTTP/WS traffic with type-safe expectations</p>
4
4
 
5
- <img src="https://raw.githubusercontent.com/n1k1t/mock-server/refs/heads/master/images/preview.png?raw=true" />
5
+ <img width="640px" src="https://raw.githubusercontent.com/n1k1t/mock-server/refs/heads/master/images/preview.png?raw=true" />
6
6
 
7
7
  <br />
8
8
  <br />
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n1k1t/mock-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations",
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": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations",
5
5
  "main": "lib/src/index.js",
6
6
  "types": "lib/src/index.d.ts",