@digitaldefiance/i18n-lib 4.3.1 → 4.3.2

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ const text = engine.translateStringKey(MyBrandedKeys.Welcome, { name: 'Alice' })
62
62
  - **Type Safety**: Full TypeScript support with generic types
63
63
  - **Branded Enums**: Runtime-identifiable string keys with collision detection and component routing
64
64
  - **Error Handling**: Comprehensive error classes with translation support and ICU formatting
65
- - **93.22% Test Coverage**: 1,779 tests covering all features
65
+ - **93.22% Test Coverage**: 2,007 tests covering all features
66
66
  - **Security Hardened**: Comprehensive protection against prototype pollution, ReDoS, and XSS attacks
67
67
 
68
68
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/i18n-lib",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "i18n library with enum translation support",
5
5
  "homepage": "https://github.com/Digital-Defiance/i18n-lib",
6
6
  "repository": {