gtx-cli 2.6.25 → 2.6.26

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # gtx-cli
2
2
 
3
+ ## 2.6.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1046](https://github.com/generaltranslation/gt/pull/1046) [`47918b7`](https://github.com/generaltranslation/gt/commit/47918b7a4c38967fe2148d972f0a3c740e0bc25d) Thanks [@brian-lou](https://github.com/brian-lou)! - Update /translate endpoint
8
+
9
+ - Updated dependencies [[`47918b7`](https://github.com/generaltranslation/gt/commit/47918b7a4c38967fe2148d972f0a3c740e0bc25d)]:
10
+ - generaltranslation@8.1.12
11
+
3
12
  ## 2.6.25
4
13
 
5
14
  ### Patch Changes
@@ -38,7 +38,7 @@ export async function aggregateFiles(settings) {
38
38
  }
39
39
  }
40
40
  else {
41
- dataFormat = 'JSX';
41
+ dataFormat = 'STRING';
42
42
  }
43
43
  const jsonFiles = filePaths.json
44
44
  .map((filePath) => {
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "2.6.25";
1
+ export declare const PACKAGE_VERSION = "2.6.26";
@@ -1,2 +1,2 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const PACKAGE_VERSION = '2.6.25';
2
+ export const PACKAGE_VERSION = '2.6.26';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtx-cli",
3
- "version": "2.6.25",
3
+ "version": "2.6.26",
4
4
  "main": "dist/index.js",
5
5
  "bin": "dist/main.js",
6
6
  "files": [
@@ -110,7 +110,7 @@
110
110
  "unified": "^11.0.5",
111
111
  "unist-util-visit": "^5.0.0",
112
112
  "yaml": "^2.8.0",
113
- "generaltranslation": "8.1.11"
113
+ "generaltranslation": "8.1.12"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@babel/types": "^7.28.4",