@inditextech/weave-store-azure-web-pubsub 0.67.0 → 0.67.1

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/server.cjs CHANGED
@@ -22961,7 +22961,7 @@ var WeaveAzureWebPubsubSyncHandler = class extends WebPubSubEventHandler {
22961
22961
  rooms: this.getRoomsAmount(),
22962
22962
  roomsConnections: this.getConnectionsAmountPerRoom()
22963
22963
  });
22964
- return res.success({ groups: [roomId] });
22964
+ res.success();
22965
22965
  },
22966
22966
  onConnected: (req) => {
22967
22967
  this._connections.set(req.context.connectionId, req.context);
package/dist/server.js CHANGED
@@ -22965,7 +22965,7 @@ var WeaveAzureWebPubsubSyncHandler = class extends WebPubSubEventHandler {
22965
22965
  rooms: this.getRoomsAmount(),
22966
22966
  roomsConnections: this.getConnectionsAmountPerRoom()
22967
22967
  });
22968
- return res.success({ groups: [roomId] });
22968
+ res.success();
22969
22969
  },
22970
22970
  onConnected: (req) => {
22971
22971
  this._connections.set(req.context.connectionId, req.context);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-azure-web-pubsub",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
@@ -61,7 +61,7 @@
61
61
  "yjs": "13.6.27"
62
62
  },
63
63
  "devDependencies": {
64
- "@inditextech/weave-sdk": "0.67.0",
64
+ "@inditextech/weave-sdk": "0.67.1",
65
65
  "@koa/cors": "^5.0.0",
66
66
  "@types/express": "^5.0.1",
67
67
  "@types/ioredis": "^4.28.10",