google-spreadsheet-translation-sync 1.3.14 → 1.3.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "google-spreadsheet-translation-sync",
3
- "version": "1.3.14",
3
+ "version": "1.3.15",
4
4
  "description": "A plugin to read and write i18n translationsfrom and to google spreadsheets ",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -131,7 +131,7 @@ module.exports = async function () {
131
131
  })
132
132
  // default export as Jira MD for now
133
133
  console.log(`||${head.join('||')}||
134
- |${line.join('|').replace('{', '\\{').replace('}', '\\}')}|`)
134
+ |${line.join('|').replace(/\{/gim, '\\{').replace(/}/gim, '\\}')}|`)
135
135
 
136
136
  break;
137
137
  }