@dev-blinq/cucumber_client 1.0.1463-dev → 1.0.1464-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.
@@ -1100,7 +1100,7 @@ class LocalAgent {
1100
1100
  if (this.context && this.context.web) {
1101
1101
  await this.context.web.afterStep(
1102
1102
  {
1103
- attach: (data, mimeType) => { },
1103
+ attach: (data, mimeType) => {},
1104
1104
  },
1105
1105
  this.cucumberStep
1106
1106
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1463-dev",
3
+ "version": "1.0.1464-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",