@dev-blinq/cucumber_client 1.0.1307-dev → 1.0.1309-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.
@@ -818,7 +818,7 @@ export class BVTRecorder {
818
818
  options ? { ...options, skipBefore: !isFirstStep } : { skipBefore: !isFirstStep }
819
819
  );
820
820
  await this.revertMode();
821
- return { result, info };
821
+ return { info };
822
822
  } catch (error) {
823
823
  await this.revertMode();
824
824
  throw error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1307-dev",
3
+ "version": "1.0.1309-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "@cucumber/tag-expressions": "^6.1.1",
33
33
  "@dev-blinq/cucumber-js": "1.0.177-dev",
34
34
  "@faker-js/faker": "^8.1.0",
35
- "automation_model": "1.0.770-dev",
35
+ "automation_model": "1.0.771-dev",
36
36
  "axios": "^1.7.4",
37
37
  "chokidar": "^3.6.0",
38
38
  "create-require": "^1.1.1",