@inditextech/weave-store-azure-web-pubsub 3.7.2 → 3.8.0

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/client.d.ts CHANGED
@@ -284,10 +284,10 @@ declare class WeaveStoreAzureWebPubSubSyncClient extends Emittery {
284
284
  //#region src/store-azure-web-pubsub.d.ts
285
285
  declare class WeaveStoreAzureWebPubsub extends WeaveStore {
286
286
  private azureWebPubsubOptions;
287
- private roomId;
288
287
  private started;
289
288
  private initialRoomData;
290
289
  private actualStatus;
290
+ protected roomId: string;
291
291
  protected provider: WeaveStoreAzureWebPubSubSyncClient;
292
292
  protected name: string;
293
293
  protected supportsUndoManager: boolean;
package/dist/server.d.ts CHANGED
@@ -39,10 +39,10 @@ declare const WEAVE_STORE_AZURE_WEB_PUBSUB_SYNC_HOST_DEFAULT_OPTIONS: WeaveStore
39
39
  //#region src/store-azure-web-pubsub.d.ts
40
40
  declare class WeaveStoreAzureWebPubsub extends WeaveStore {
41
41
  private azureWebPubsubOptions;
42
- private roomId;
43
42
  private started;
44
43
  private initialRoomData;
45
44
  private actualStatus;
45
+ protected roomId: string;
46
46
  protected provider: WeaveStoreAzureWebPubSubSyncClient;
47
47
  protected name: string;
48
48
  protected supportsUndoManager: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-azure-web-pubsub",
3
- "version": "3.7.2",
3
+ "version": "3.8.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
@@ -57,8 +57,8 @@
57
57
  "dependencies": {
58
58
  "@azure/identity": "4.10.2",
59
59
  "@azure/web-pubsub": "1.2.0",
60
- "@inditextech/weave-types": "3.7.2",
61
- "@inditextech/weave-sdk": "3.7.2",
60
+ "@inditextech/weave-types": "3.8.0",
61
+ "@inditextech/weave-sdk": "3.8.0",
62
62
  "@syncedstore/core": "0.6.0",
63
63
  "buffer": "6.0.3",
64
64
  "reconnecting-websocket": "4.4.0",