cobrowse-sdk-react-native 3.8.0 → 3.8.1

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.
@@ -23,4 +23,4 @@ jobs:
23
23
 
24
24
  - run: npm ci
25
25
 
26
- - run: npm publish
26
+ - run: npm publish --tag hotfix-23-08-26
@@ -35,7 +35,7 @@ android {
35
35
 
36
36
  dependencies {
37
37
  implementation 'com.facebook.react:react-native:+' // support react-native-v0.22-rc+
38
- implementation 'io.cobrowse:cobrowse-sdk-android:3.15.0'
38
+ implementation 'io.cobrowse:cobrowse-sdk-android:3.17.3'
39
39
  implementation 'androidx.webkit:webkit:1.4.0'
40
40
  implementation 'androidx.activity:activity:1.6.0'
41
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cobrowse-sdk-react-native",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Cobrowse SDK for React Native",
5
5
  "main": "lib/module/index",
6
6
  "module": "lib/module/index",