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

6
ts/oci/index.ts Normal file
View File

@@ -0,0 +1,6 @@
/**
* OCI Registry module exports
*/
export { OciRegistry } from './classes.ociregistry.js';
export * from './interfaces.oci.ts';