@rpack-dev/core 0.1.12 → 0.1.13-dev-def50a5

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.
@@ -799,7 +799,7 @@ export interface DevPluginSourceR2SHelloServerPacket {
799
799
  }
800
800
  export interface DevPluginSourceR2SPackets {
801
801
  "hello_request_rpack": DevPluginSourceR2SHelloRPackPacket;
802
- "hello_request_server": DevPluginSourceR2SHelloRPackPacket;
802
+ "hello_request_server": DevPluginSourceR2SHelloServerPacket;
803
803
  }
804
804
  export interface DevPluginSourceS2RHelloPacket {
805
805
  id: "hello_response";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpack-dev/core",
3
- "version": "0.1.12",
3
+ "version": "0.1.13-dev-def50a5",
4
4
  "description": "",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "repository": {