@datadog/mobile-react-native-session-replay 2.10.0 → 2.11.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.
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
  s.dependency "React-Core"
20
20
 
21
21
  # /!\ Remember to keep the version in sync with DatadogSDKReactNative.podspec
22
- s.dependency 'DatadogSessionReplay', '2.29.0'
22
+ s.dependency 'DatadogSessionReplay', '2.30.0'
23
23
  s.dependency 'DatadogSDKReactNative'
24
24
 
25
25
  s.test_spec 'Tests' do |test_spec|
@@ -211,8 +211,8 @@ dependencies {
211
211
  api "com.facebook.react:react-android:$reactNativeVersion"
212
212
  }
213
213
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
214
- implementation "com.datadoghq:dd-sdk-android-session-replay:2.23.0"
215
- implementation "com.datadoghq:dd-sdk-android-internal:2.23.0"
214
+ implementation "com.datadoghq:dd-sdk-android-session-replay:2.25.0"
215
+ implementation "com.datadoghq:dd-sdk-android-internal:2.25.0"
216
216
  implementation project(path: ':datadog_mobile-react-native')
217
217
 
218
218
  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": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "A client-side React Native module to enable session replay with Datadog",
5
5
  "keywords": [
6
6
  "datadog",
@@ -90,5 +90,5 @@
90
90
  "javaPackageName": "com.datadog.reactnative.sessionreplay"
91
91
  }
92
92
  },
93
- "gitHead": "dc5004b9971ffa1152916bea19a17d3202e004f0"
93
+ "gitHead": "41c749668228358ae54be32916cbac1e663e46f1"
94
94
  }