@dev-blinq/cucumber_client 1.0.1576-dev → 1.0.1577-dev

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.
@@ -311,6 +311,9 @@ async function BVTRecorderInit({ envName, projectDir, roomId, TOKEN, socket = nu
311
311
  console.log("Received browserUI.selectTab", input);
312
312
  await recorder.selectTab(input);
313
313
  },
314
+ "recorderWindow.cleanup": async (input) => {
315
+ return recorder.cleanup(input);
316
+ }
314
317
  });
315
318
 
316
319
  socket.on("targetBrowser.command.event", async (input) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1576-dev",
3
+ "version": "1.0.1577-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",