@dittolive/ditto 4.0.3-alpha.linux-ble-fixes → 4.0.3-alpha.linux-ble-fixes-2

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.0.3-alpha.linux-ble-fixes**
6
+ Version: **4.0.3-alpha.linux-ble-fixes-2**
7
7
 
8
8
  Please visit [ditto.live](https://ditto.live) for more info as well as the
9
- [API Reference](https://software.ditto.live/js/Ditto/4.0.3-alpha.linux-ble-fixes/api-reference/) for this particular version.
9
+ [API Reference](https://software.ditto.live/js/Ditto/4.0.3-alpha.linux-ble-fixes-2/api-reference/) for this particular version.
10
10
 
11
11
  --------------------------------------------------------------------------------
12
12
 
package/node/ditto.cjs.js CHANGED
@@ -1442,7 +1442,7 @@ function awdlDestroy(awdl) {
1442
1442
 
1443
1443
  // NOTE: this is patched up with the actual build version by Jake task
1444
1444
  // build:package and has to be a valid semantic version as defined here: https://semver.org.
1445
- const fullBuildVersionString = '4.0.3-alpha.linux-ble-fixes';
1445
+ const fullBuildVersionString = '4.0.3-alpha.linux-ble-fixes-2';
1446
1446
 
1447
1447
  //
1448
1448
  /**
Binary file
Binary file
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.0.3-alpha.linux-ble-fixes",
3
+ "version": "4.0.3-alpha.linux-ble-fixes-2",
4
4
  "description": "Ditto is a cross-platform embeddable NoSQL database that can sync with or without an internet connection.",
5
5
  "homepage": "https://ditto.live",
6
6
  "license": "SEE LICENSE IN LICENSE.md",