@dev-blinq/cucumber_client 1.0.1242-stage → 1.0.1243-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.
@@ -836,7 +836,6 @@ export class BVTRecorder {
836
836
  REPORT_FOLDER: this.bvtContext.reportFolder,
837
837
  BLINQ_ENV: this.envName,
838
838
  STORE_DETAILED_NETWORK_DATA: listenNetwork ? "true" : "false",
839
- CURRENT_STEP_ID: step.id,
840
839
  DEBUG: "blinq:route",
841
840
  };
842
841
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1242-stage",
3
+ "version": "1.0.1243-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",