@datadog/mobile-react-native-session-replay 3.0.3 → 3.1.0

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,7 +23,7 @@ Pod::Spec.new do |s|
23
23
  s.dependency "React-Core"
24
24
 
25
25
  # /!\ Remember to keep the version in sync with DatadogSDKReactNative.podspec
26
- s.dependency 'DatadogSessionReplay', '3.4.0'
26
+ s.dependency 'DatadogSessionReplay', '3.5.0'
27
27
  s.dependency 'DatadogSDKReactNative'
28
28
 
29
29
  s.test_spec 'Tests' do |test_spec|
@@ -216,8 +216,8 @@ dependencies {
216
216
  api "com.facebook.react:react-android:$reactNativeVersion"
217
217
  }
218
218
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
219
- implementation "com.datadoghq:dd-sdk-android-session-replay:3.4.0"
220
- implementation "com.datadoghq:dd-sdk-android-internal:3.4.0"
219
+ implementation "com.datadoghq:dd-sdk-android-session-replay:3.5.0"
220
+ implementation "com.datadoghq:dd-sdk-android-internal:3.5.0"
221
221
  implementation project(path: ':datadog_mobile-react-native')
222
222
 
223
223
  testImplementation "org.junit.platform:junit-platform-launcher:1.6.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/mobile-react-native-session-replay",
3
- "version": "3.0.3",
3
+ "version": "3.1.0",
4
4
  "description": "A client-side React Native module to enable session replay with Datadog",
5
5
  "keywords": [
6
6
  "datadog",
@@ -96,5 +96,5 @@
96
96
  "dependencies": {
97
97
  "chokidar": "^4.0.3"
98
98
  },
99
- "gitHead": "8bdc86971007bead67d1d72f6454677fce07a89f"
99
+ "gitHead": "fbb259da0575dba36fb1bb163aa21462d204940c"
100
100
  }