Commit Graph

3 Commits

Author SHA1 Message Date
dcc17946ef feat: Implement Plugin Marketplace Manager and Client
- Added PluginMarketplaceManager to coordinate marketplace reads and manage installed plugins.
- Introduced PluginMarketplaceClient for fetching marketplace metadata.
- Implemented storage management for installed plugins using MemoryStorage.
- Added methods for installing, uninstalling, and enabling/disabling plugins.
- Created type definitions for PluginMarketplaceManager options and installed plugin records.
- Added support for fetching full marketplace catalog and individual plugin metadata.
- Included error handling for fetch operations and validation of plugin data.
- Updated index.browser.ts to export new modules and types.
2026-04-19 01:03:58 +10:00
da18b7dfe5 added examples 2026-04-18 21:04:28 +10:00
15c9afd630 Commit compiled dist for git installs 2026-04-18 20:11:29 +10:00