@dittolive/ditto 4.5.2-rc.2 → 4.5.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/DittoReactNative.podspec +1 -1
- package/README.md +2 -2
- package/node/ditto.cjs.js +9657 -2
- package/node/ditto.cjs.js.map +1 -1
- package/node/ditto.cjs.pretty.js +6 -4
- package/node/ditto.cjs.pretty.js.map +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-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 +5 -2
- package/react-native/android/build.gradle +2 -2
- package/react-native/src/sources/ditto.ts +3 -3
- package/types/ditto.d.ts +1 -1
- package/web/ditto.es6.js +1 -1
- package/web/ditto.es6.js.map +1 -1
- package/web/ditto.es6.pretty.js +5 -5
- package/web/ditto.es6.pretty.js.map +1 -1
- package/web/ditto.umd.js +1 -1
- package/web/ditto.umd.js.map +1 -1
- package/web/ditto.umd.pretty.js +5 -5
- package/web/ditto.umd.pretty.js.map +1 -1
- package/web/ditto.wasm +0 -0
package/DittoReactNative.podspec
CHANGED
|
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
|
|
|
20
20
|
s.public_header_files = 'react-native/dittoffi/dittoffi.h', 'react-native/dittoffi/ifaddrs.h'
|
|
21
21
|
|
|
22
22
|
s.dependency "React-Core"
|
|
23
|
-
s.dependency 'DittoReactNativeIOS', '~> 4.5.2
|
|
23
|
+
s.dependency 'DittoReactNativeIOS', '~> 4.5.2'
|
|
24
24
|
|
|
25
25
|
end
|
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.5.2
|
|
6
|
+
Version: **4.5.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.5.2
|
|
9
|
+
[API Reference](https://software.ditto.live/js/Ditto/4.5.2/api-reference/) for this particular version.
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|