@breadstone-tools/localizator-ai 0.0.85 → 0.0.88
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 +30 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## 0.0.85 (2025-08-01)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for localizator-ai to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.0.84 (2025-08-01)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for localizator-ai to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
9
|
+
## 0.0.83 (2025-08-01)
|
|
10
|
+
|
|
11
|
+
### 🚀 Features
|
|
12
|
+
|
|
13
|
+
- implement FileLockfile class for hash-based file change tracking ([0f84420e4f](https://github.com/RueDeRennes/mosaik/commit/0f84420e4f))
|
|
14
|
+
|
|
15
|
+
## 0.0.82 (2025-08-01)
|
|
16
|
+
|
|
17
|
+
### 🚀 Features
|
|
18
|
+
|
|
19
|
+
- **localizator:** add limit option for resource generation ([c8cfc9ba67](https://github.com/RueDeRennes/mosaik/commit/c8cfc9ba67))
|
|
20
|
+
- update Gemini model to version 2.0 and enhance CLI argument configurations ([853d8a6611](https://github.com/RueDeRennes/mosaik/commit/853d8a6611))
|
|
21
|
+
- enhance localizator executor with environment variable support and update generation strategy ([2f1007fb64](https://github.com/RueDeRennes/mosaik/commit/2f1007fb64))
|
|
22
|
+
- update release version to 0.0.81 in package.json ([6e01a49d06](https://github.com/RueDeRennes/mosaik/commit/6e01a49d06))
|
|
23
|
+
|
|
24
|
+
### 🩹 Fixes
|
|
25
|
+
|
|
26
|
+
- **release): update version number from 0.0.81 to 0.0.82 in release script fix(events:** remove redundant detailType from select event in Meta.g.json ([a330ca39c9](https://github.com/RueDeRennes/mosaik/commit/a330ca39c9))
|
|
27
|
+
- **dependencies:** downgrade TypeScript version from ^5.9.2 to ^5.8.3 across multiple packages ([c58367f25b](https://github.com/RueDeRennes/mosaik/commit/c58367f25b))
|
|
28
|
+
- **logging:** improve logging messages for resource generation process ([164fa470f0](https://github.com/RueDeRennes/mosaik/commit/164fa470f0))
|
|
29
|
+
- **translations:** add trailing spaces for consistency in messages ([784e55810d](https://github.com/RueDeRennes/mosaik/commit/784e55810d))
|
|
30
|
+
|
|
1
31
|
## 0.0.81 (2025-07-30)
|
|
2
32
|
|
|
3
33
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone-tools/localizator-ai",
|
|
3
3
|
"description": "Localizator ai library",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.88",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
7
7
|
"repository": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"module": "./Index.js",
|
|
14
14
|
"types": "./Index.d.ts",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@breadstone-infrastructure/utilities": "^0.0.
|
|
17
|
-
"@breadstone-tools/localizator-core": "^0.0.
|
|
16
|
+
"@breadstone-infrastructure/utilities": "^0.0.88",
|
|
17
|
+
"@breadstone-tools/localizator-core": "^0.0.88",
|
|
18
18
|
"@google/generative-ai": "^0.24.1",
|
|
19
19
|
"cheerio": "^1.1.2",
|
|
20
20
|
"openai": "^5.11.0"
|