ai-localize-validators 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # ai-localize-validators
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-localize-validators",
3
- "version": "2.0.7",
3
+ "version": "3.0.0",
4
4
  "description": "Locale file validation engine — missing, duplicate, placeholder and unused key validators",
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": "2.0.7"
48
+ "ai-localize-shared": "3.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "tsup": "^8.0.1",