msw-dev-tool 1.1.16 → 1.1.17

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,13 @@ view [docs](https://msw-dev-tool-docs.vercel.app/docs/get-started)
27
27
  ## Handler Table
28
28
 
29
29
  **view [docs](https://msw-dev-tool-docs.vercel.app/docs/handler-table)**
30
+
30
31
  The handler table is a table that shows all the handlers in the project and control them.
31
32
 
32
33
  ## Debugger
33
34
 
34
35
  **view [docs](https://msw-dev-tool-docs.vercel.app/docs/debugger)**
36
+
35
37
  The Debugger allows you to test your mock handlers interactively:
36
38
 
37
39
  1. Open the Debugger by clicking any row in the Handler Table
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msw-dev-tool",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",