Skip to content

Commit 045d75e

Browse files
committed
Update Mockttp for JSON patch transforms
1 parent 0f1366a commit 045d75e

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

package-lock.json

+10-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"mime-types": "^2.1.27",
7979
"mobx": "^6.3.5",
8080
"mockrtc": "^0.3.1",
81-
"mockttp": "^3.12.0",
81+
"mockttp": "^3.13.0",
8282
"node-fetch": "^2.6.1",
8383
"node-forge": "^1.3.0",
8484
"node-gsettings-wrapper": "^0.5.0",

src/client/http-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
getUpstreamTlsOptions as getUpstreamMockttpTlsOptions
1515
} from 'mockttp/dist/rules/passthrough-handling';
1616
import { getAgent } from 'mockttp/dist/rules/http-agents';
17-
import { getEffectivePort } from 'mockttp/dist/util/request-utils';
17+
import { getEffectivePort } from 'mockttp/dist/util/url';
1818

1919
import {
2020
ClientProxyConfig,

0 commit comments

Comments
 (0)