@elizaos/plugin-web-search 0.1.7-alpha.2 → 0.1.7

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.d.ts CHANGED
@@ -2,4 +2,4 @@ import { Plugin } from '@elizaos/core';
2
2
 
3
3
  declare const webSearchPlugin: Plugin;
4
4
 
5
- export { webSearchPlugin };
5
+ export { webSearchPlugin as default, webSearchPlugin };
package/dist/index.js CHANGED
@@ -570,7 +570,9 @@ var webSearchPlugin = {
570
570
  evaluators: [],
571
571
  providers: []
572
572
  };
573
+ var index_default = webSearchPlugin;
573
574
  export {
575
+ index_default as default,
574
576
  webSearchPlugin
575
577
  };
576
578
  //# sourceMappingURL=index.js.map