feat(registrystorage): Add deleteMavenMetadata to RegistryStorage and update Maven DELETE test to expect 204 No Content

This commit is contained in:
2025-11-21 09:25:19 +00:00
parent 4d13fac9f1
commit 9039613f7a
4 changed files with 19 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartregistry',
version: '1.3.1',
version: '1.4.0',
description: 'a registry for npm modules and oci images'
}