@datadog/mobile-react-native-webview 2.12.3 → 2.13.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,8 +23,8 @@ Pod::Spec.new do |s|
|
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
# /!\ Remember to keep the version in sync with DatadogSDKReactNative.podspec
|
|
26
|
-
s.dependency 'DatadogWebViewTracking', '2.30.
|
|
27
|
-
s.dependency 'DatadogInternal', '2.30.
|
|
26
|
+
s.dependency 'DatadogWebViewTracking', '2.30.2'
|
|
27
|
+
s.dependency 'DatadogInternal', '2.30.2'
|
|
28
28
|
s.dependency 'DatadogSDKReactNative'
|
|
29
29
|
|
|
30
30
|
s.test_spec 'Tests' do |test_spec|
|
package/android/build.gradle
CHANGED
|
@@ -190,7 +190,7 @@ dependencies {
|
|
|
190
190
|
implementation "com.facebook.react:react-android:$reactNativeVersion"
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
implementation "com.datadoghq:dd-sdk-android-webview:2.
|
|
193
|
+
implementation "com.datadoghq:dd-sdk-android-webview:2.26.2"
|
|
194
194
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
195
195
|
|
|
196
196
|
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.
|
|
3
|
+
"version": "2.13.0",
|
|
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": "
|
|
97
|
+
"gitHead": "3031bc89a36c50e85227d0ab3755b236213f4dbf"
|
|
98
98
|
}
|