@dev-blinq/cucumber_client 1.0.1281-dev → 1.0.1282-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.
@@ -130,7 +130,6 @@ export class BVTStepRunner {
130
130
  fs.rmSync(tempFolderPath, { recursive: true });
131
131
  }
132
132
  });
133
- console.log("Step execution result:", result);
134
133
  return { result, info };
135
134
  }
136
135
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1281-dev",
3
+ "version": "1.0.1282-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",