@goenhance/strapi-plugins-translate 1.1.4 → 1.1.5

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.
@@ -1435,7 +1435,7 @@ STRUCTURE RULES:
1435
1435
  - Preserve placeholders, HTML, Markdown, URLs.
1436
1436
 
1437
1437
  SOURCE:
1438
- ${fields}
1438
+ ${JSON.stringify(fields, null, 2)}
1439
1439
  `;
1440
1440
  };
1441
1441
  const getUserConfig = async () => {
@@ -1434,7 +1434,7 @@ STRUCTURE RULES:
1434
1434
  - Preserve placeholders, HTML, Markdown, URLs.
1435
1435
 
1436
1436
  SOURCE:
1437
- ${fields}
1437
+ ${JSON.stringify(fields, null, 2)}
1438
1438
  `;
1439
1439
  };
1440
1440
  const getUserConfig = async () => {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.4",
2
+ "version": "1.1.5",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "plugin",