multi registry support v2

This commit is contained in:
2025-11-19 15:17:32 +00:00
parent 211a74910e
commit e4480bff5d
10 changed files with 2297 additions and 0 deletions

11
ts/core/index.ts Normal file
View File

@@ -0,0 +1,11 @@
/**
* Core registry infrastructure exports
*/
// Interfaces
export * from './interfaces.core.js';
// Classes
export { BaseRegistry } from './classes.baseregistry.js';
export { RegistryStorage } from './classes.registrystorage.js';
export { AuthManager } from './classes.authmanager.js';