@mirasoth/soothe-client 0.5.2 → 0.5.3
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/{chunk-NSWLUFSA.js → chunk-ZMZVHADX.js} +2 -2
- package/dist/{chunk-NSWLUFSA.js.map → chunk-ZMZVHADX.js.map} +1 -1
- package/dist/client-SBKRN2OQ.js +7 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/dist/client-YTWVWNAN.js +0 -7
- /package/dist/{client-YTWVWNAN.js.map → client-SBKRN2OQ.js.map} +0 -0
|
@@ -625,7 +625,7 @@ function messagesWireTerminal(data) {
|
|
|
625
625
|
import { randomUUID } from "crypto";
|
|
626
626
|
var PROTO_VERSION = "1";
|
|
627
627
|
var DEFAULT_CLIENT_CAPABILITIES = ["streaming", "batch", "heartbeat", "receipts"];
|
|
628
|
-
var CLIENT_VERSION = "0.5.
|
|
628
|
+
var CLIENT_VERSION = "0.5.3";
|
|
629
629
|
function encodeMessage(msg) {
|
|
630
630
|
return JSON.stringify(msg) + "\n";
|
|
631
631
|
}
|
|
@@ -1979,4 +1979,4 @@ export {
|
|
|
1979
1979
|
inboundNeedsDeliveryAck,
|
|
1980
1980
|
Client
|
|
1981
1981
|
};
|
|
1982
|
-
//# sourceMappingURL=chunk-
|
|
1982
|
+
//# sourceMappingURL=chunk-ZMZVHADX.js.map
|