@dev-blinq/cucumber_client 1.0.1616-dev → 1.0.1617-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.
@@ -1142,7 +1142,7 @@ export class BVTRecorder {
1142
1142
  branch,
1143
1143
  isEditing,
1144
1144
  projectId: path.basename(this.projectDir),
1145
- env,
1145
+ env: env ?? this.envName,
1146
1146
  });
1147
1147
  if (res.success) {
1148
1148
  await this.cleanup({ tags: scenario.tags });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1616-dev",
3
+ "version": "1.0.1617-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",