@inditextech/weave-store-standalone 3.9.0-SNAPSHOT.186.1 → 3.9.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.js CHANGED
@@ -1327,6 +1327,7 @@ var WeaveStoreStandalone = class extends WeaveStore {
1327
1327
  this.handleConnectionStatusChange(WEAVE_STORE_CONNECTION_STATUS.CONNECTED);
1328
1328
  }
1329
1329
  disconnect() {
1330
+ this.getDocument().destroy();
1330
1331
  this.handleConnectionStatusChange(WEAVE_STORE_CONNECTION_STATUS.DISCONNECTED);
1331
1332
  }
1332
1333
  handleAwarenessChange() {}
package/dist/server.js CHANGED
@@ -38,6 +38,7 @@ var WeaveStoreStandalone = class extends WeaveStore {
38
38
  this.handleConnectionStatusChange(WEAVE_STORE_CONNECTION_STATUS.CONNECTED);
39
39
  }
40
40
  disconnect() {
41
+ this.getDocument().destroy();
41
42
  this.handleConnectionStatusChange(WEAVE_STORE_CONNECTION_STATUS.DISCONNECTED);
42
43
  }
43
44
  handleAwarenessChange() {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-standalone",
3
- "version": "3.9.0-SNAPSHOT.186.1",
3
+ "version": "3.9.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
@@ -53,8 +53,8 @@
53
53
  "version:release": "npm version $RELEASE_VERSION -m \"[npm-scripts] prepare release $RELEASE_VERSION\" --tag-version-prefix \"\""
54
54
  },
55
55
  "dependencies": {
56
- "@inditextech/weave-types": "3.9.0-SNAPSHOT.186.1",
57
- "@inditextech/weave-sdk": "3.9.0-SNAPSHOT.186.1",
56
+ "@inditextech/weave-types": "3.9.0",
57
+ "@inditextech/weave-sdk": "3.9.0",
58
58
  "@syncedstore/core": "0.6.0"
59
59
  },
60
60
  "devDependencies": {