gtx-cli 2.14.6 → 2.14.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # gtx-cli
2
2
 
3
+ ## 2.14.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1179](https://github.com/generaltranslation/gt/pull/1179) [`8db46eb`](https://github.com/generaltranslation/gt/commit/8db46ebc61932c42d0ab08e4846ff625f71b3d35) Thanks [@moss-bryophyta](https://github.com/moss-bryophyta)! - Fixed setup wizard to not prefix GT*API_KEY with framework-specific prefixes (VITE*, NEXT*PUBLIC*, etc.) since production API keys should never be exposed to the client bundle.
8
+
9
+ - Updated dependencies []:
10
+ - gt@2.14.7
11
+
3
12
  ## 2.14.6
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtx-cli",
3
- "version": "2.14.6",
3
+ "version": "2.14.7",
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.6"
44
+ "gt": "2.14.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "typescript": "^5.5.4",