Skip to content

Commit 6ff26fe

Browse files
committed
update
1 parent bddacc3 commit 6ff26fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

event-bus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class EventBus {
2929
}
3030

3131
async publishEvent(event) {
32-
this.#client.write(JSON.stringify(event))
32+
this.#client.write(`${JSON.stringify(event)}\n`)
3333
}
3434

3535
async #publishStatePeriodically() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "talkops",
33
"description": "TalkOps SDK",
4-
"version": "2.15.3",
4+
"version": "2.15.4",
55
"author": "PicoUX",
66
"license": "MIT",
77
"main": "index.mjs",

0 commit comments

Comments
 (0)