Skip to content

Commit a48f657

Browse files
committed
chore: update runtime.es6.js template
1 parent 9263021 commit a48f657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-request-mock",
3-
"version": "1.8.12",
3+
"version": "1.8.13",
44
"description": "Intercept & mock http requests issued by XMLHttpRequest, fetch, nodejs https/http module, axios, jquery, superagent, ky, node-fetch, request, got or any other request libraries by intercepting XMLHttpRequest, fetch and nodejs native requests in low level.",
55
"main": "src/index.js",
66
"module": "http-request-mock.esm.mjs",

tool/tpl/runtime.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
2-
let mocker;
32
import HttpRequestMock from "__hrm_index_entry__";
3+
let mocker;
44

55
/* __hrf_env_if__ */if (process.env.__hrm_environment_key__ === "__hrm_environment_val__") {
66
mocker = HttpRequestMock.setup(__hrm_proxy_server__);

0 commit comments

Comments
 (0)