@digitaldefiance/i18n-lib 2.1.32 → 2.1.40

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A production-ready TypeScript internationalization library with component-based architecture, type-safe translations, and comprehensive error handling.
4
4
 
5
+ Part of [Express Suite](https://github.com/Digital-Defiance/express-suite)
6
+
5
7
  ## Features
6
8
 
7
9
  - **Component-Based Architecture**: Register translation components with full type safety
@@ -500,6 +502,10 @@ Contributions welcome! Please:
500
502
 
501
503
  ## ChangeLog
502
504
 
505
+ ### Version 2.1.40
506
+
507
+ - Alignment
508
+
503
509
  ### Version 2.1.32
504
510
 
505
511
  - Expose config instead of constants
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/i18n-lib",
3
- "version": "2.1.32",
3
+ "version": "2.1.40",
4
4
  "description": "i18n library with enum translation support",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",