@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.
- package/README.md +1 -1
- 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**:
|
|
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
|