@dittolive/ditto 4.7.2-rc.3 → 4.7.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 +2 -2
- package/node/ditto.cjs.js +1 -1
- package/node/ditto.darwin-arm64.node +0 -0
- package/node/ditto.darwin-x64.node +0 -0
- package/node/ditto.linux-arm.node +0 -0
- package/node/ditto.linux-arm64.node +0 -0
- package/node/ditto.linux-x64.node +0 -0
- package/node/ditto.win32-x64.node +0 -0
- package/node/transports.darwin-arm64.node +0 -0
- package/node/transports.darwin-x64.node +0 -0
- package/package.json +1 -1
- package/react-native/android/build.gradle +1 -1
- package/react-native/dittoffi/dittoffi.h +2 -0
- package/web/ditto.es6.js +1 -1
- package/web/ditto.umd.js +1 -1
- package/web/ditto.wasm +0 -0
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.7.2
|
|
6
|
+
Version: **4.7.2**
|
|
7
7
|
|
|
8
8
|
For more information please visit [ditto.live](https://ditto.live), as well as the
|
|
9
|
-
[API Reference](https://software.ditto.live/js/Ditto/4.7.2
|
|
9
|
+
[API Reference](https://software.ditto.live/js/Ditto/4.7.2/api-reference/) for this particular version.
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
package/node/ditto.cjs.js
CHANGED
|
@@ -2222,7 +2222,7 @@ class AttachmentToken {
|
|
|
2222
2222
|
|
|
2223
2223
|
// NOTE: this is patched up with the actual build version by Jake task
|
|
2224
2224
|
// build:package and has to be a valid semantic version as defined here: https://semver.org.
|
|
2225
|
-
const fullBuildVersionString = '4.7.2
|
|
2225
|
+
const fullBuildVersionString = '4.7.2';
|
|
2226
2226
|
|
|
2227
2227
|
//
|
|
2228
2228
|
// Copyright © 2021 DittoLive Incorporated. All rights reserved.
|
|
Binary file
|
|
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.7.2
|
|
3
|
+
"version": "4.7.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",
|
|
@@ -150,7 +150,7 @@ repositories {
|
|
|
150
150
|
|
|
151
151
|
// This can be moved to gradle.properties (minus the quotes) with no code changes
|
|
152
152
|
// here since `version` is a default project property.
|
|
153
|
-
version = "4.7.2
|
|
153
|
+
version = "4.7.2"
|
|
154
154
|
|
|
155
155
|
dependencies {
|
|
156
156
|
// For < 0.71, this will be from the local maven repo
|