Skip to content

Commit fc6c0c7

Browse files
committed
chore: update dependencies (excluding eslint)
1 parent eec60e5 commit fc6c0c7

File tree

6 files changed

+2838
-3734
lines changed

6 files changed

+2838
-3734
lines changed

doc/api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ You likely won't have to change that, since most of the time you will want to ke
6363
- `setLocalPath(value)`: set `localPath` by providing any combination of arrays of path parts.
6464

6565
Examples:
66-
6766
- `setLocalPath([mock.request.method, mock.request.pathname])` will use the HTTP method followed by the URL pathname
6867
- `setLocalPath([prefix, mock.request.pathname.split('/').slice(2), addSuffix ? [suffix, '-static-suffix'] : null])` will concatenate
6968
- `prefix`

doc/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ The passed configuration object can define all configuration values described be
9999
**Note that kassette has not been reviewed for security issues. It is intended to be used in a safe local/testing environment. Binding it to an open connection can result in compromising your computer or your network.**
100100

101101
- `port`: the port on which the proxy should listen
102-
103102
- if the port is not available, it will fail and stop the program; try again with another, available port
104103
- if `port` is set to `0`, the proxy will listen on a random port (actually depends on the OS implementation): use the callback `onListen` to catch its value
105104

0 commit comments

Comments
 (0)