locadex 1.0.207 → 1.0.208-iris.0

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,21 @@
1
1
  # locadex
2
2
 
3
+ ## 1.0.208-iris.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 5d8b78a: Migrate the package license from FSL-1.1-ALv2 to MIT.
8
+ - Updated dependencies [5d8b78a]
9
+ - Updated dependencies [b05b470]
10
+ - gt@2.17.0-iris.0
11
+
12
+ ## 1.0.206-iris.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [01ba884]
17
+ - gt@2.16.3-iris.0
18
+
3
19
  ## 1.0.207
4
20
 
5
21
  ### Patch Changes
package/LICENSE.md CHANGED
@@ -1,3 +1,5 @@
1
+ MIT License
2
+
1
3
  Copyright 2025 General Translation, Inc.
2
4
 
3
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locadex",
3
- "version": "1.0.207",
3
+ "version": "1.0.208-iris.0",
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.4"
20
+ "gt": "2.17.0-iris.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/jest": "^29.5.14",