@dynatrace/react-native-plugin 2.317.2 → 2.319.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.
package/README.md CHANGED
@@ -32,8 +32,8 @@ If you want to start using this plugin and are not a Dynatrace customer yet, hea
32
32
  ## Agent Versions
33
33
  This agent versions are configured in this plugin:
34
34
 
35
- * Android Agent: 8.317.1.1007
36
- * iOS Agent: 8.317.1.1003
35
+ * Android Agent: 8.319.2.1011
36
+ * iOS Agent: 8.319.1.1005
37
37
 
38
38
  ## Quick Setup
39
39
 
@@ -1461,6 +1461,9 @@ If you are struggling with a problem, submit a support ticket to Dynatrace (supp
1461
1461
  <br/><br/>
1462
1462
  ## Changelog
1463
1463
 
1464
+ 2.319.1
1465
+ * Updated Android (8.319.2.1011) & iOS Agent (8.319.1.1005)
1466
+
1464
1467
  2.317.2
1465
1468
  * Updated Android (8.317.1.1007) & iOS Agent (8.317.1.1003)
1466
1469
  * Webrequest correlation with user action fixed for iOS
@@ -72,7 +72,7 @@ repositories {
72
72
  }
73
73
 
74
74
  dependencies {
75
- implementation 'com.dynatrace.agent:agent-android:8.317.1.1007'
75
+ implementation 'com.dynatrace.agent:agent-android:8.319.2.1011'
76
76
  implementation "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}"
77
77
  }
78
78
 
@@ -1,3 +1,3 @@
1
1
  dependencies {
2
- classpath 'com.dynatrace.tools.android:gradle-plugin:8.317.1.1007'
2
+ classpath 'com.dynatrace.tools.android:gradle-plugin:8.319.2.1011'
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace/react-native-plugin",
3
- "version": "2.317.2",
3
+ "version": "2.319.1",
4
4
  "description": "This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.",
5
5
  "main": "index.js",
6
6
  "types": "typings/react-native-dynatrace.d.ts",
@@ -83,7 +83,7 @@
83
83
  "author": "Dynatrace",
84
84
  "license": "SEE LICENSE IN LICENSE.md",
85
85
  "dependencies": {
86
- "@babel/runtime": "^7.27.6",
86
+ "@babel/runtime": "^7.28.2",
87
87
  "jscodeshift": "^17.3.0",
88
88
  "plist": "^3.1.0",
89
89
  "proxy-polyfill": "^0.3.2",
@@ -111,7 +111,7 @@ Pod::Spec.new do |s|
111
111
  #
112
112
 
113
113
  s.dependency "React"
114
- s.dependency 'Dynatrace', '~> 8.317.1.1003'
114
+ s.dependency 'Dynatrace', '~> 8.319.1.1005'
115
115
 
116
116
  # Allows for better compatibility for older and newer versions
117
117
  if defined?(install_modules_dependencies)