ai-localize-reporting 2.0.7 → 3.0.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 +12 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# ai-localize-reporting
|
|
2
2
|
|
|
3
|
+
## 3.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- bug fixes
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- ai-localize-shared@3.0.0
|
|
13
|
+
|
|
3
14
|
## 2.0.7
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -46,7 +57,7 @@
|
|
|
46
57
|
- `coveragePct` is clamped to `[0, 100]` with `Math.max(0, Math.min(100, …))`.
|
|
47
58
|
- `progressBar()`, `miniBar()`, and the `renderTable()` center-align branch all guard
|
|
48
59
|
`filled`, `empty`, and padding values with `Math.max(0, …)` to prevent negative repeats.
|
|
49
|
-
|
|
60
|
+
(`packages/reporting/src/cli-reporter.ts`)
|
|
50
61
|
|
|
51
62
|
## 2.0.4
|
|
52
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-localize-reporting",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Localization scan reporting: JSON, HTML analytics dashboard and CLI summary",
|
|
5
5
|
"author": "ai-localize-core contributors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"node": ">=18.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"ai-localize-shared": "
|
|
48
|
+
"ai-localize-shared": "3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"tsup": "^8.0.1",
|