@dev-blinq/cucumber_client 1.0.1332-stage → 1.0.1333-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.
@@ -427,6 +427,7 @@ export const toRecordingStep = (cmd, parametersMap) => {
427
427
 
428
428
  locatorsObject.locators = allStrategyLocators[allStrategyLocators.strategy] ?? locatorsObject.locators;
429
429
 
430
+
430
431
  return {
431
432
  ...step,
432
433
  locators: locatorsObject,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1332-stage",
3
+ "version": "1.0.1333-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",