gtx-cli 2.14.30 → 2.14.31

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,12 @@
1
1
  # gtx-cli
2
2
 
3
+ ## 2.14.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - gt@2.14.31
9
+
3
10
  ## 2.14.30
4
11
 
5
12
  ### Patch Changes
@@ -45,7 +45,7 @@ function routeToBinary() {
45
45
  chmodSync(binaryPath, 0o755); // Make executable
46
46
  }
47
47
  }
48
- catch (error) {
48
+ catch {
49
49
  // If we can't check/fix permissions, continue anyway
50
50
  // The spawn might still work or give a more meaningful error
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtx-cli",
3
- "version": "2.14.30",
3
+ "version": "2.14.31",
4
4
  "description": "CLI tool for AI-powered i18n (wrapper for gt)",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/main.js",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "commander": "^12.1.0",
43
43
  "dotenv": "^16.4.5",
44
- "gt": "2.14.30"
44
+ "gt": "2.14.31"
45
45
  },
46
46
  "devDependencies": {
47
47
  "typescript": "^5.5.4",