generaltranslation 1.2.12 → 1.2.13

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": "generaltranslation",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "A language toolkit for AI developers",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -146,7 +146,6 @@ const _translateMany = async ({
146
146
  body: JSON.stringify({
147
147
  processedRequests: processedRequests,
148
148
  targetLanguage: language,
149
- defaultLanguage: defaultLanguage,
150
149
  options: { ...options }
151
150
  })
152
151
  })