@rpack-dev/core 0.1.20-cc8be57 → 0.1.20-d85e751

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.
@@ -951,7 +951,7 @@ export interface EnvironmentInfo {
951
951
  * If there is no host connected (no project is open),
952
952
  * this method will return null.
953
953
  */
954
- getHostMessenger(): Messenger<P2CPackets, C2PPackets> | null;
954
+ getHostMessenger(): Messenger<H2CPackets, C2HPackets> | null;
955
955
  }
956
956
  export interface H2CHelloResponsePacket extends NoncePacket {
957
957
  id: "host:hello_response";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpack-dev/core",
3
- "version": "0.1.20-cc8be57",
3
+ "version": "0.1.20-d85e751",
4
4
  "description": "",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "repository": {