@dittolive/ditto 4.9.0-rc.1 → 4.9.0-rc.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.
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
28
28
  if local_framework_exists
29
29
  s.vendored_frameworks = "react-native/ios/DittoReactNative.xcframework"
30
30
  else
31
- s.dependency 'DittoReactNativeIOS', "~> #{package["version"]}"
31
+ s.dependency 'DittoReactNativeIOS', package["version"]
32
32
  end
33
33
 
34
34
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.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.9.0-rc.1**
6
+ Version: **4.9.0-rc.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.9.0-rc.1/api-reference/) for this particular version.
9
+ [API Reference](https://software.ditto.live/js/Ditto/4.9.0-rc.2/api-reference/) for this particular version.
10
10
 
11
11
  ---
12
12
 
package/node/ditto.cjs.js CHANGED
@@ -2310,7 +2310,7 @@ class AttachmentToken {
2310
2310
 
2311
2311
  // NOTE: this is patched up with the actual build version by Jake task
2312
2312
  // build:package and has to be a valid semantic version as defined here: https://semver.org.
2313
- const fullBuildVersionString = '4.9.0-rc.1';
2313
+ const fullBuildVersionString = '4.9.0-rc.2';
2314
2314
 
2315
2315
  //
2316
2316
  // Copyright © 2021 DittoLive Incorporated. All rights reserved.
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.9.0-rc.1",
3
+ "version": "4.9.0-rc.2",
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.live",
6
6
  "license": "SEE LICENSE IN LICENSE.md",