gherkin-formatter
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -11,5 +11,6 @@ "use strict"; | ||
} | ||
return tableCell.value; | ||
return tableCell.value | ||
.replace(/(?!\\)([|#])/g, "\\$1"); | ||
} | ||
exports.format = format; | ||
//# sourceMappingURL=tableCellFormatter.js.map |
{ | ||
"name": "gherkin-formatter", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Tool to format gherkin-ast model to gherkin string", | ||
@@ -47,9 +47,9 @@ "main": "index.js", | ||
"@types/debug": "^4.1.12", | ||
"@types/jest": "^29.5.8", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.11.5", | ||
"@typescript-eslint/eslint-plugin": "^6.19.0", | ||
"@typescript-eslint/parser": "^6.19.0", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.53.0", | ||
"gherkin-io": "^1.2.0", | ||
"eslint": "^8.56.0", | ||
"gherkin-io": "^1.3.0", | ||
"jest": "^29.7.0", | ||
@@ -59,8 +59,8 @@ "jest-junit": "^16.0.0", | ||
"ts-jest": "^29.1.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
"typedoc": "^0.25.7", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.4", | ||
"gherkin-ast": "^3.4.0", | ||
"gherkin-ast": "^3.4.1", | ||
"lines-builder": "^1.5.1", | ||
@@ -67,0 +67,0 @@ "table": "^6.8.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47627
546
Updatedgherkin-ast@^3.4.1