@datadog/mobile-react-native-webview 2.8.2 → 2.9.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.
@@ -189,7 +189,7 @@ dependencies {
189
189
  implementation "com.facebook.react:react-android:$reactNativeVersion"
190
190
  }
191
191
 
192
- implementation "com.datadoghq:dd-sdk-android-webview:2.19.2"
192
+ implementation "com.datadoghq:dd-sdk-android-webview:2.21.0"
193
193
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
194
194
 
195
195
  implementation project(path: ':datadog_mobile-react-native')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/mobile-react-native-webview",
3
- "version": "2.8.2",
3
+ "version": "2.9.1",
4
4
  "description": "A client-side React Native module to interact with react-native-webview and Datadog",
5
5
  "keywords": [
6
6
  "datadog",
@@ -94,5 +94,5 @@
94
94
  "javaPackageName": "com.datadog.reactnative.webview"
95
95
  }
96
96
  },
97
- "gitHead": "fb2d2cf6dcc860a49503b2229f533c4f852b25ca"
97
+ "gitHead": "9d0f15e59dbf874f04a0695025c6ba3933b4291b"
98
98
  }