@applitools/ec-client 1.2.11 → 1.2.13
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.
- package/dist/tunnels/manager.js +1 -1
- package/package.json +2 -2
package/dist/tunnels/manager.js
CHANGED
|
@@ -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://
|
|
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.
|
|
3
|
+
"version": "1.2.13",
|
|
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.
|
|
66
|
+
"@applitools/execution-grid-tunnel": "1.0.18",
|
|
67
67
|
"@applitools/logger": "1.1.46",
|
|
68
68
|
"@applitools/req": "1.1.30",
|
|
69
69
|
"@applitools/socket": "1.0.8",
|