ppagent 0.0.13 → 0.0.14
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 +1 -1
- package/dist/lib.js +17 -19
- package/package.json +1 -1
package/dist/lib.d.ts
CHANGED
|
@@ -1585,7 +1585,7 @@ declare class PPAgent extends Emittery {
|
|
|
1585
1585
|
roles: string[] | any[];
|
|
1586
1586
|
}[];
|
|
1587
1587
|
};
|
|
1588
|
-
get onlinePlugins():
|
|
1588
|
+
get onlinePlugins(): MapIterator<IOnlinePluginInfo>;
|
|
1589
1589
|
get running(): boolean;
|
|
1590
1590
|
get services(): Map<string, any>;
|
|
1591
1591
|
private _createServer;
|