feat(core/registrystorage): Persist OCI manifest content-type in sidecar and normalize manifest body handling

This commit is contained in:
2025-11-25 22:10:06 +00:00
parent 67188a4e9f
commit 41405eb40a
5 changed files with 511 additions and 22 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartregistry',
version: '2.1.2',
version: '2.2.0',
description: 'A composable TypeScript library implementing OCI, NPM, Maven, Cargo, Composer, PyPI, and RubyGems registries for building unified container and package registries'
}