@dev-blinq/cucumber_client 1.0.1292-stage → 1.0.1293-stage

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.
@@ -294,6 +294,7 @@ export class BVTRecorder {
294
294
  }
295
295
 
296
296
  async _initBrowser({ url }) {
297
+ socketLogger.info("Only present in 1.0.1293-stage");
297
298
  this.#remoteDebuggerPort = await findAvailablePort();
298
299
  process.env.CDP_LISTEN_PORT = this.#remoteDebuggerPort;
299
300
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1292-stage",
3
+ "version": "1.0.1293-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",