@dev-blinq/cucumber_client 1.0.1577-dev → 1.0.1578-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.
@@ -313,7 +313,7 @@ async function BVTRecorderInit({ envName, projectDir, roomId, TOKEN, socket = nu
313
313
  },
314
314
  "recorderWindow.cleanup": async (input) => {
315
315
  return recorder.cleanup(input);
316
- }
316
+ },
317
317
  });
318
318
 
319
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.1577-dev",
3
+ "version": "1.0.1578-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",