mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
- Implemented `useBlobStorage` hook for handling blob storage operations including upload, download, delete, list, and metadata retrieval. - Created `useCachedData` hook for managing cached data with automatic serialization and error handling. - Added `useDBAL` hook to ensure DBAL initialization before performing operations. - Introduced `useKVStore` hook for key-value store operations with tenant and user context. - Added tests for user retrieval with tenant filtering. - Refactored package export functionality into modular files for better maintainability. - Implemented utility functions for rendering components and executing Lua scripts. - Established a declarative component renderer with support for component configuration and Lua script registration. - Updated access rules to streamline credential access permissions.