Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

verdaccio-auth-memory@10.3.2

Choose a tag to compare

@verdacciobot verdacciobot released this 19 Apr 14:25
· 9 commits to main since this release
025a624

Patch Changes

  • 74de3b2: feat: add promise-based search API with optional remote uplink search
    • Added searchAsync(query) method returning Promise<SearchItem[]> for modern search consumers
    • Added searchWithUplinks(query) that merges local and remote registry results via /-/v1/search
    • Remote search is opt-in via remoteSearch: true plugin configuration
    • Legacy callback-based search() method remains unchanged for Verdaccio 6.x compatibility
    • Migrated all packages from Babel + Jest to Vite 8 + Vitest (CJS output)
    • Removed babel entirely from the monorepo