@partme.ai/openclaw-web-stomp 0.1.0 → 0.1.11
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-PKJKPVTH.js → chunk-DQ46BU5K.js} +2 -2
- package/dist/{chunk-PKJKPVTH.js.map → chunk-DQ46BU5K.js.map} +1 -1
- package/dist/{chunk-ORWEBPDJ.js → chunk-PO2YQDOL.js} +3 -3
- package/dist/index.js +2 -2
- package/dist/setup-entry.js +2 -2
- package/dist/{stomp-server-FJO6VDEE.js → stomp-server-P7B7FWXU.js} +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-ORWEBPDJ.js.map → chunk-PO2YQDOL.js.map} +0 -0
- /package/dist/{stomp-server-FJO6VDEE.js.map → stomp-server-P7B7FWXU.js.map} +0 -0
|
@@ -3717,7 +3717,7 @@ function buildConnectedFrame(heartbeat, session) {
|
|
|
3717
3717
|
const headers = {
|
|
3718
3718
|
version: "1.2",
|
|
3719
3719
|
"heart-beat": heartbeat,
|
|
3720
|
-
server: "openclaw-web-stomp/0.1.
|
|
3720
|
+
server: "openclaw-web-stomp/0.1.11"
|
|
3721
3721
|
};
|
|
3722
3722
|
if (session) {
|
|
3723
3723
|
headers.session = session;
|
|
@@ -4330,4 +4330,4 @@ export {
|
|
|
4330
4330
|
publishToDestination,
|
|
4331
4331
|
getConnectionInfoList
|
|
4332
4332
|
};
|
|
4333
|
-
//# sourceMappingURL=chunk-
|
|
4333
|
+
//# sourceMappingURL=chunk-DQ46BU5K.js.map
|