@rpack-dev/core 0.1.20-41ad399 → 0.1.20-cc8be57

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.
@@ -392,7 +392,7 @@ export declare class NetworkManager {
392
392
  private threadId;
393
393
  private readonly wellKnownMap;
394
394
  private readonly wellKnownReverseMap;
395
- constructor(rpack: RPack, threadId: string, coreMessenger?: Messenger<C2PPackets, P2CPackets>);
395
+ constructor(rpack: RPack);
396
396
  private mapWellKnown;
397
397
  __initPlugin(pluginKey: string, scriptUrl: string): Promise<void>;
398
398
  getRPack(): RPack;
@@ -943,7 +943,7 @@ export interface EnvironmentInfo {
943
943
  *
944
944
  * This only works on plugin threads, otherwise returns null.
945
945
  */
946
- getCoreMessenger(): Messenger<P2CPackets, C2PPackets> | null;
946
+ getCoreMessenger(): Messenger<C2PPackets, P2CPackets> | null;
947
947
  /**
948
948
  * Returns the Messenger interface used to
949
949
  * communicate with the current host.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpack-dev/core",
3
- "version": "0.1.20-41ad399",
3
+ "version": "0.1.20-cc8be57",
4
4
  "description": "",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "repository": {