@react-native-tapsell-mediation/yandex 1.0.2-beta04 → 1.0.2-beta05

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.
@@ -94,6 +94,6 @@ dependencies {
94
94
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
95
95
  //noinspection GradleDynamicVersion
96
96
  implementation "com.facebook.react:react-native:+"
97
- implementation "ir.tapsell.mediation.adapter:yandex-reactnative:1.0.2-beta04"
97
+ implementation "ir.tapsell.mediation.adapter:yandex-reactnative:1.0.2-beta05"
98
98
  }
99
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-tapsell-mediation/yandex",
3
- "version": "1.0.2-beta04",
3
+ "version": "1.0.2-beta05",
4
4
  "description": "Yandex mediation adapter",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -77,7 +77,7 @@
77
77
  "@types/react": "18.2.55"
78
78
  },
79
79
  "peerDependencies": {
80
- "@react-native-tapsell-mediation/tapsell": "^1.0.2-beta04",
80
+ "@react-native-tapsell-mediation/tapsell": "^1.0.2-beta05",
81
81
  "react": "*",
82
82
  "react-native": "*"
83
83
  },