fix(metadata): Fix metadata handling to address type assertion and data retrieval.

This commit is contained in:
2024-11-18 11:24:11 +01:00
parent 7db4d24817
commit e7f60465ff
6 changed files with 5746 additions and 5642 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-18 - 3.0.24 - fix(metadata)
Fix metadata handling to address type assertion and data retrieval.
- Fixed type assertion issues in `MetaData` class properties with type non-null assertions.
- Corrected the handling of JSON data retrieval in `MetaData.storeCustomMetaData` function.
## 2024-10-16 - 3.0.23 - fix(dependencies)
Update package dependencies for improved functionality and security.