@dev-blinq/cucumber_client 1.0.1367-stage → 1.0.1368-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.
@@ -4,7 +4,7 @@ import { existsSync, readdirSync, readFileSync, rmSync } from "fs";
4
4
  import path from "path";
5
5
  import url from "url";
6
6
  import { getImplementedSteps, parseRouteFiles } from "./implemented_steps.js";
7
- import { NamesService, PublishService } from "./services.js";
7
+ import { NamesService, PublishService, RemoteBrowserService } from "./services.js";
8
8
  import { BVTStepRunner } from "./step_runner.js";
9
9
  import { readFile, writeFile } from "fs/promises";
10
10
  import { updateStepDefinitions, loadStepDefinitions, getCommandsForImplementedStep } from "./step_utils.js";
@@ -432,6 +432,6 @@ export class RemoteBrowserService extends EventEmitter {
432
432
  }
433
433
  this.pages.clear();
434
434
  this._selectedPageId = null;
435
- this.removeAllListeners(); // Remove listeners on the emitter itself
435
+ this.removeAllListeners();
436
436
  }
437
437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1367-stage",
3
+ "version": "1.0.1368-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",