fix(core): Fix import and typings for improved compatibility

This commit is contained in:
2024-10-26 14:17:38 +02:00
parent 6aef7da9c4
commit 36a1054b45
6 changed files with 19 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-26 - 2.2.1 - fix(core)
Fix import and typings for improved compatibility
- Corrected the type signature for `getS3Descriptor` to return `IS3Descriptor`.
- Fixed import structure and updated dependencies for consistent namespace usage across plugins.
## 2024-10-26 - 2.2.0 - feat(ci)
Migrate CI/CD workflow from GitLab CI to Gitea CI