@ekhein/http-request 2.0.4 → 2.0.5

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.
@@ -181,7 +181,7 @@ class HttpRequest {
181
181
  });
182
182
  }
183
183
  if (request.serviceType == 4) {
184
- request.baseURL = String(`http://${request.clientIp}:3000/`);
184
+ request.baseURL = String(`http://${request.clientIp}:65001/`);
185
185
  request.body.jsonrpc = String("2.0");
186
186
  request.body.id = (0, crypto_1.randomUUID)();
187
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekhein/http-request",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "license": "MIT",
5
5
  "author": "ekhein",
6
6
  "main": "./dist/index.js",