@ai-matrx/associations 0.7.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2372,7 +2372,7 @@ function createCandidatesService(deps) {
2372
2372
  }
2373
2373
  async function searchCandidatesAcrossTokens(args) {
2374
2374
  const { tokens, search, ownerId, perTokenLimit = 5, concurrency = 6 } = args;
2375
- const list = tokens ?? registry.curatedTokens();
2375
+ const list = tokens ?? registry.listableTokens();
2376
2376
  if (list.length === 0) return [];
2377
2377
  const out = [];
2378
2378
  let cursor = 0;