@elizaos/plugin-twitter 1.0.0-beta.25 → 1.0.0-beta.27

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
@@ -8652,7 +8652,10 @@ var ClientBaseTestSuite = class {
8652
8652
  constructor() {
8653
8653
  this.name = "twitter-client-base";
8654
8654
  this.tests = [
8655
- { name: "Create instance with correct configuration", fn: this.testInstanceCreation.bind(this) },
8655
+ {
8656
+ name: "Create instance with correct configuration",
8657
+ fn: this.testInstanceCreation.bind(this)
8658
+ },
8656
8659
  { name: "Initialize with correct post intervals", fn: this.testPostIntervals.bind(this) }
8657
8660
  ];
8658
8661
  this.mockRuntime = {