@budibase/server 2.6.19-alpha.51 → 2.6.19-alpha.52
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/builder/assets/{index.6ebb99b3.css → index.a86e2071.css} +1 -1
- package/builder/assets/{index.4f47d591.js → index.e9310876.js} +238 -238
- package/builder/index.html +2 -2
- package/dist/automation.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +2 -2
- package/dist/query.js.map +1 -1
- package/package.json +8 -8
- package/src/websockets/websocket.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -31200,7 +31200,6 @@ var init_websocket2 = __esm({
|
|
|
31200
31200
|
this.initialise().then(() => {
|
|
31201
31201
|
this.io.on("connection", async (socket) => {
|
|
31202
31202
|
socket.on("Heartbeat" /* Heartbeat */, async () => {
|
|
31203
|
-
console.log(socket.data.email, "heartbeat received");
|
|
31204
31203
|
await this.extendSessionTTL(socket.data.sessionId);
|
|
31205
31204
|
});
|
|
31206
31205
|
socket.on("disconnect", async () => {
|