ppagent 0.0.25 → 0.0.26

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/lib.d.ts CHANGED
@@ -1610,7 +1610,7 @@ declare class PPAgent extends Emittery {
1610
1610
  roles: string[] | any[];
1611
1611
  }[];
1612
1612
  };
1613
- get onlinePlugins(): IterableIterator<IOnlinePluginInfo>;
1613
+ get onlinePlugins(): MapIterator<IOnlinePluginInfo>;
1614
1614
  get running(): boolean;
1615
1615
  get services(): Map<string, any>;
1616
1616
  private _createServer;