@dittolive/ditto 4.12.2 → 4.12.3

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/README.md CHANGED
@@ -3,10 +3,10 @@
3
3
  _Ditto is a cross-platform SDK that allows mobile, web, and IoT apps to sync
4
4
  with and even without connectivity._
5
5
 
6
- Version: **4.12.2**
6
+ Version: **4.12.3**
7
7
 
8
8
  For more information please visit [ditto.com](https://ditto.com), as well as the
9
- [API Reference](https://software.ditto.live/js/Ditto/4.12.2/api-reference/) for this particular version.
9
+ [API Reference](https://software.ditto.live/js/Ditto/4.12.3/api-reference/) for this particular version.
10
10
 
11
11
  ---
12
12
 
package/node/ditto.cjs.js CHANGED
@@ -2393,7 +2393,7 @@ class AttachmentToken {
2393
2393
 
2394
2394
  // NOTE: this is patched up with the actual build version by Jake task
2395
2395
  // build:package and has to be a valid semantic version as defined here: https://semver.org.
2396
- const fullBuildVersionString = '4.12.2';
2396
+ const fullBuildVersionString = '4.12.3';
2397
2397
 
2398
2398
  //
2399
2399
  // Copyright © 2021 DittoLive Incorporated. All rights reserved.
@@ -7008,7 +7008,7 @@ class TransportConfig {
7008
7008
  isEnabled: false,
7009
7009
  interfaceIP: '[::]',
7010
7010
  port: 80,
7011
- websocketSync: true,
7011
+ websocketSync: false,
7012
7012
  },
7013
7013
  };
7014
7014
  this.global = {
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dittolive/ditto",
3
- "version": "4.12.2",
3
+ "version": "4.12.3",
4
4
  "description": "Ditto is a cross-platform SDK that allows apps to sync with and even without internet connectivity.",
5
5
  "homepage": "https://ditto.com",
6
6
  "license": "SEE LICENSE IN LICENSE.md",