@dev-blinq/cucumber_client 1.0.1380-stage → 1.0.1381-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.
@@ -1140,7 +1140,7 @@ export class BVTRecorder {
1140
1140
  branch,
1141
1141
  isEditing,
1142
1142
  projectId: path.basename(this.projectDir),
1143
- env,
1143
+ env: env ?? this.envName,
1144
1144
  });
1145
1145
  if (res.success) {
1146
1146
  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.1380-stage",
3
+ "version": "1.0.1381-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",