@applitools/ec-client 1.2.12 → 1.2.14

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.
@@ -116,7 +116,7 @@ async function makeTunnelManager({ settings, logger, }) {
116
116
  async function open() {
117
117
  const { port, cleanupFunction } = await (0, execution_grid_tunnel_1.default)({ logger });
118
118
  server = { port, close: cleanupFunction };
119
- return `http://0.0.0.0:${port}`;
119
+ return `http://localhost:${port}`;
120
120
  }
121
121
  async function cleanup() {
122
122
  await (server === null || server === void 0 ? void 0 : server.close());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.2.12",
3
+ "version": "1.2.14",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -63,7 +63,7 @@
63
63
  "postversion": "bongo postversion --skip-release-notification"
64
64
  },
65
65
  "dependencies": {
66
- "@applitools/execution-grid-tunnel": "1.0.18",
66
+ "@applitools/execution-grid-tunnel": "1.0.19",
67
67
  "@applitools/logger": "1.1.46",
68
68
  "@applitools/req": "1.1.30",
69
69
  "@applitools/socket": "1.0.8",