@digitaldefiance/suite-core-lib 4.19.11 → 4.19.13

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 +69 -17
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -686,38 +686,90 @@ describe('User Management', () => {
686
686
 
687
687
  ## ChangeLog
688
688
 
689
- ### v3.10.x (v3.10.0 - v3.10.20)
689
+ ### v4.19.11
690
690
 
691
- **String Key Enum Registration & translateStringKey Support**
691
+ - Version sync release with major/minor version bump; no substantive code changes
692
692
 
693
- - Added `registerStringKeyEnum(SuiteCoreStringKey)` during engine initialization
693
+ ### v3.13.4 v3.13.8
694
+
695
+ **Branded Constants & Storage Interfaces**
696
+
697
+ - Added `branded-constants.ts` with runtime validation for `ICoreConstants` and `IConstants` using `@digitaldefiance/branded-interface` (v3.13.4)
698
+ - Added property-based tests for branded constants: core constants, site constants, serialization round-trip, and constants composition (v3.13.4)
699
+ - Dependency updates (v3.13.5)
700
+ - Added `src/interfaces/storage/` module with shared document store types promoted from brightchain-db: `FilterQuery<T>`, `UpdateQuery<T>`, `ICollection<T>`, `IDatabase`, `IDatabaseLifecycleHooks`, `IClientSession`, and branded document type specs (v3.13.6)
701
+ - Added new string keys and type-identity property tests (v3.13.7)
702
+ - Dependency updates (v3.13.8)
703
+
704
+ ### v3.13.1 – v3.13.3
705
+
706
+ **I18n Component Package Constants & Interface**
707
+
708
+ - Added `ISuiteCoreI18nConstants` interface for type-safe i18n template constants (`Site`, `SiteTagline`, `SiteDescription`, `SiteEmailDomain`, `SiteHostname`, `EmailTokenResendIntervalMinutes`) (v3.13.1)
709
+ - Enriched `createSuiteCoreComponentPackage()` to include CORE constants in the component package (v3.13.1)
710
+ - Updated i18n-setup with improved initialization and README documentation (v3.13.2)
711
+ - Added `i18n-component-package` tests (v3.13.2)
712
+ - Dependency updates (v3.13.3)
713
+
714
+ ### v3.12.1 – v3.12.12
715
+
716
+ **Component Package Support & New Strings**
717
+
718
+ - Updated README examples to use `LanguageCodes` and realistic string keys (v3.12.1)
719
+ - Added `createSuiteCoreComponentPackage()` returning `I18nComponentPackage` for use with `createI18nSetup` library components (v3.12.5)
720
+ - Added `i18n-component-package` test suite (v3.12.5)
721
+ - Dependency updates (v3.12.10, v3.12.11)
722
+ - Added Let's Encrypt error string keys (`Error_LetsEncryptMaintainerEmailRequired`, `Error_LetsEncryptHostnamesRequired`, `Error_LetsEncryptInvalidHostnameTemplate`) with translations in all 8 languages (v3.12.12)
723
+
724
+ ### v3.10.20 – v3.10.31
725
+
726
+ **String Key Migration Tests & API Message Response**
727
+
728
+ - Added `registerStringKeyEnum(SuiteCoreStringKey)` during engine initialization (v3.10.20–v3.10.25)
694
729
  - Updated `getSuiteCoreTranslation()` to use `translateStringKey()` for automatic component ID resolution
695
730
  - Updated `safeGetSuiteCoreTranslation()` to use `safeTranslateStringKey()`
696
- - Changed `SuiteCoreComponentStrings` to use `BrandedMasterStringsCollection<typeof SuiteCoreStringKey>` for type-safe branded enum support
731
+ - Added comprehensive `i18n-string-key-migration` test suite (400+ lines) and updated translatable-suite error tests (v3.10.25)
732
+ - Dependency updates (v3.10.26, v3.10.30)
733
+ - Added `IApiMessageResponse` interface for base API response structure (v3.10.31)
734
+
735
+ ### v3.10.0 – v3.10.10
736
+
737
+ **Branded String Key Enum Support**
738
+
739
+ - Changed `SuiteCoreComponentStrings` to use `BrandedMasterStringsCollection<typeof SuiteCoreStringKey>` for type-safe branded enum support (v3.10.0–v3.10.2)
697
740
  - Upgraded `@digitaldefiance/ecies-lib` from 4.15.6 to 4.16.20
698
741
  - Upgraded `@digitaldefiance/i18n-lib` from 4.0.5 to 4.2.20
742
+ - Dependency updates (v3.10.3 – v3.10.10)
699
743
 
700
- ### v3.9.0
744
+ ### v3.9.1 – v3.9.5
701
745
 
702
- **Showcase Application**
746
+ - Removed `yarn.lock` and `showcase/yarn.lock` from the repository (v3.9.1)
747
+ - Dependency updates (v3.9.2 – v3.9.5)
703
748
 
704
- - Added interactive showcase application for demonstrating suite-core-lib features
705
- - Deployed to GitHub Pages
749
+ ### v3.8.0 v3.8.1
706
750
 
707
- ### v3.8.0
751
+ **I18n Branded Enum Support**
708
752
 
709
- **I18n Improvements**
753
+ - Upgraded i18n-lib with branded enum support; updated i18n-setup, string files, and test suite for new branded patterns (v3.8.0)
754
+ - Dependency updates (v3.8.1)
710
755
 
711
- - Upgraded i18n-lib with branded enum support
712
- - Improved type safety in translation functions
713
-
714
- ### v3.7.0
756
+ ### v3.7.0 v3.7.8
715
757
 
716
758
  **ECIES Integration Updates**
717
759
 
718
- - Upgraded ecies-lib to latest version
719
- - Improved ID provider integration
720
- - Enhanced type safety for generic ID types
760
+ - Upgraded `@digitaldefiance/ecies-lib` to 4.13.0 (v3.7.0)
761
+ - Dependency updates (v3.7.1 – v3.7.8)
762
+
763
+ ### Versions 3.6.7 – 3.6.50
764
+
765
+ **Showcase App, Test Overhaul & Dependency Updates**
766
+
767
+ - Added interactive showcase application for demonstrating suite-core-lib features, deployed to GitHub Pages (v3.6.20–v3.6.30)
768
+ - Major test suite overhaul: rewrote and expanded integration, interface, builder, validator, formatter, and local-storage-manager tests (v3.6.10–v3.6.20)
769
+ - Improved README documentation and added `tsconfig.eslint.json` (v3.6.7–v3.6.10)
770
+ - Added `ISuccessMessage`, `IUserSettings` interfaces and hydrate/dehydrate methods (v3.6.30–v3.6.50)
771
+ - Added new i18n string keys across all 8 languages (v3.6.30–v3.6.50)
772
+ - Continuous dependency updates throughout
721
773
 
722
774
  ## v3.6.6
723
775
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "4.19.11",
3
+ "version": "4.19.13",
4
4
  "homepage": "https://github.com/Digital-Defiance/suite-core-lib",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@digitaldefiance/branded-interface": "^0.0.5",
32
- "@digitaldefiance/ecies-lib": "4.19.11",
32
+ "@digitaldefiance/ecies-lib": "4.19.13",
33
33
  "@digitaldefiance/i18n-lib": "4.6.4"
34
34
  },
35
35
  "files": [