fix(oci): Prefer raw request body for content-addressable OCI operations and expose rawBody on request context

This commit is contained in:
2025-11-25 17:15:47 +00:00
parent 37a89239d9
commit a2f7f43027
4 changed files with 25 additions and 5 deletions

View File

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