This repository was archived by the owner on May 14, 2026. It is now read-only.
verdaccio-memory@10.4.2
·
9 commits
to main
since this release
Patch Changes
-
74de3b2: feat: add promise-based search API with optional remote uplink search
- Added
searchAsync(query)method returningPromise<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: trueplugin 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
- Added
-
Updated dependencies [74de3b2]
- @verdaccio/streams@10.2.2