Skip to content

Commit

Permalink
Update Mockttp for JSON patch transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jul 3, 2024
1 parent 0f1366a commit 045d75e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"mime-types": "^2.1.27",
"mobx": "^6.3.5",
"mockrtc": "^0.3.1",
"mockttp": "^3.12.0",
"mockttp": "^3.13.0",
"node-fetch": "^2.6.1",
"node-forge": "^1.3.0",
"node-gsettings-wrapper": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/client/http-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
getUpstreamTlsOptions as getUpstreamMockttpTlsOptions
} from 'mockttp/dist/rules/passthrough-handling';
import { getAgent } from 'mockttp/dist/rules/http-agents';
import { getEffectivePort } from 'mockttp/dist/util/request-utils';
import { getEffectivePort } from 'mockttp/dist/util/url';

import {
ClientProxyConfig,
Expand Down

0 comments on commit 045d75e

Please sign in to comment.