@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.
package/dist/rpack-core.d.ts
CHANGED
|
@@ -799,7 +799,7 @@ export interface DevPluginSourceR2SHelloServerPacket {
|
|
|
799
799
|
}
|
|
800
800
|
export interface DevPluginSourceR2SPackets {
|
|
801
801
|
"hello_request_rpack": DevPluginSourceR2SHelloRPackPacket;
|
|
802
|
-
"hello_request_server":
|
|
802
|
+
"hello_request_server": DevPluginSourceR2SHelloServerPacket;
|
|
803
803
|
}
|
|
804
804
|
export interface DevPluginSourceS2RHelloPacket {
|
|
805
805
|
id: "hello_response";
|