google-spreadsheet-translation-sync 1.3.13 → 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.13",
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,8 +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('|')}|
135
- `)
134
+ |${line.join('|').replace(/\{/gim, '\\{').replace(/}/gim, '\\}')}|`)
136
135
 
137
136
  break;
138
137
  }