@dev-blinq/cucumber_client 1.0.1174-dev → 1.0.1176-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.
@@ -162,7 +162,7 @@ export function getScenarioContent({ scenario }, featureFileObject) {
162
162
  }
163
163
  export const escapeString = (str) => {
164
164
  // Step 1: Replace all literal newline characters with a temporary placeholder
165
- const placeholder = "__NEWLINE__";
165
+ const placeholder = "\\n";
166
166
  str = str.replace(/\n/g, placeholder);
167
167
  return str;
168
168
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1174-dev",
3
+ "version": "1.0.1176-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "@cucumber/tag-expressions": "^6.1.1",
29
29
  "@dev-blinq/cucumber-js": "1.0.171-dev",
30
30
  "@faker-js/faker": "^8.1.0",
31
- "automation_model": "1.0.712-dev",
31
+ "automation_model": "1.0.713-dev",
32
32
  "axios": "^1.7.4",
33
33
  "chokidar": "^3.6.0",
34
34
  "create-require": "^1.1.1",