@sodyo/react-native-sodyo-sdk 3.6.3 → 3.6.6

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
@@ -1,9 +1,9 @@
1
1
 
2
2
  # React Native Sodyo SDK Plugin that wraps Sodyo sdk for Android and iOS
3
3
 
4
- [SodyoSDK for iOS](https://github.com/sodyo-ltd/SodyoSDKPod) v3.54.28
4
+ [SodyoSDK for iOS](https://github.com/sodyo-ltd/SodyoSDKPod) v3.55.02
5
5
 
6
- [SodyoSDK for Android](https://search.maven.org/search?q=a:sodyo-android-sdk) v3.54.39
6
+ [SodyoSDK for Android](https://search.maven.org/search?q=a:sodyo-android-sdk) v3.55.05
7
7
 
8
8
 
9
9
  ## Install
@@ -12,11 +12,11 @@ Pod::Spec.new do |s|
12
12
  s.author = package['author']
13
13
  s.homepage = package['homepage']
14
14
  s.platform = :ios, "11.0"
15
- s.source = { :git => "https://github.com/sodyo-ltd/SodyoSDKPod", :commit => "43303e7" }
15
+ s.source = { :git => "https://github.com/sodyo-ltd/SodyoSDKPod", :commit => "c868f72" }
16
16
  s.source_files = "ios/**/*.{h,m}"
17
17
  s.requires_arc = true
18
18
 
19
19
  s.dependency "React"
20
- s.dependency "SodyoSDK", "3.55.01"
20
+ s.dependency "SodyoSDK", "3.55.02"
21
21
  end
22
22
 
@@ -58,7 +58,7 @@ repositories {
58
58
 
59
59
  dependencies {
60
60
  implementation ('com.facebook.react:react-native:+')
61
- implementation ('com.sodyo:sodyo-android-sdk:3.55.02@aar') {
61
+ implementation ('com.sodyo:sodyo-android-sdk:3.55.05@aar') {
62
62
  transitive = true
63
63
  exclude group: 'com.parse.bolts', module: 'bolts-android'
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sodyo/react-native-sodyo-sdk",
3
- "version": "3.6.3",
3
+ "version": "3.6.6",
4
4
  "description": "RNSodyoSdk",
5
5
  "main": "sodyosdk.js",
6
6
  "typings": "./sodyosdk.d.ts",
package/sodyosdk.d.ts CHANGED
@@ -17,7 +17,7 @@ declare const _default: {
17
17
  setAppUserId (appUserId: string): void
18
18
  removeAllListeners (eventType?: string): void
19
19
  onMarkerContent (callback: (markerId: string, data: { [key: string]: any }) => void): () => void,
20
- onModeChange (callback: (data: { [key: string]: any }) => void): () => void,
20
+ onModeChange (callback: (data: ISodyoMode) => void): () => void,
21
21
  performMarker (markerId: string): void,
22
22
  startTroubleshoot (): void,
23
23
  setSodyoLogoVisible (isVisible: boolean): void,