generaltranslation 2.0.63 → 2.0.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,7 +71,7 @@ function _translateReact(gt, content, targetLanguage, metadata) {
71
71
  'gtx-api-key': gt.apiKey,
72
72
  },
73
73
  body: JSON.stringify({
74
- content: content,
74
+ children: content,
75
75
  targetLanguage: targetLanguage,
76
76
  metadata: metadata
77
77
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generaltranslation",
3
- "version": "2.0.63",
3
+ "version": "2.0.64",
4
4
  "description": "A language toolkit for AI developers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",