@elizaos/plugin-twitter 1.0.0-beta.38 → 1.0.0-beta.40

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.
package/dist/index.js CHANGED
@@ -8003,7 +8003,7 @@ var TwitterInteractionClient = class {
8003
8003
  `@${twitterUsername}`,
8004
8004
  20,
8005
8005
  1 /* Latest */,
8006
- cachedCursor
8006
+ String(cachedCursor)
8007
8007
  );
8008
8008
  const mentionCandidates = searchResult.tweets;
8009
8009
  if (mentionCandidates.length > 0 && searchResult.previous) {