locadex 1.0.206-iris.0 → 1.0.207

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 +10 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,18 @@
1
1
  # locadex
2
2
 
3
- ## 1.0.206-iris.0
3
+ ## 1.0.207
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [01ba884]
8
- - gt@2.16.3-iris.0
7
+ - Updated dependencies []:
8
+ - gt@2.16.4
9
+
10
+ ## 1.0.206
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`79e6836`](https://github.com/generaltranslation/gt/commit/79e6836349191220ee8f5848b5e6ff287246f162)]:
15
+ - gt@2.16.3
9
16
 
10
17
  ## 1.0.205
11
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locadex",
3
- "version": "1.0.206-iris.0",
3
+ "version": "1.0.207",
4
4
  "description": "An AI agent for internationalization",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "commander": "^12.1.0",
18
18
  "dotenv": "^16.4.5",
19
19
  "open": "^10.1.1",
20
- "gt": "2.16.3-iris.0"
20
+ "gt": "2.16.4"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/jest": "^29.5.14",