@react-native-tapsell-mediation/yandex 1.3.0-beta06 → 1.3.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 1.3.0
2
+
3
+ This release is identical to `1.3.0-beta06`. Below is the full list of changes since `1.2.0`.
4
+
5
+ - Upgraded Tapsell Mediation SDK to `1.3.0`.
6
+ Read [full changelog](https://developer.tapsell.ir/docs/publishers/sdk/changelog/#1.3.0) for more info.
7
+ - Optimize reliability mechanisms in network restrictions.
8
+ - Improve compatibility with R8 full mode.
9
+ - Reduce mediation adapters dependency conflicts.
10
+ - Set Android **target-sdk** to `35`.
11
+ - Bump Android **compile-sdk** version to `35`.
12
+ - Upgraded Tapsell Legacy adapter
13
+ to [4.9.15](https://developer.tapsell.ir/fa/docs/sdk-legacy/platforms/android/changelog#4.9.15).
14
+ - Prevented the screen from turning off during video ad playback.
15
+ - Fixed a rare crash in rewarded ads that happens in unstable network connectivity.
16
+ - Support `edge-to-edge` for Android `15` compatibility.
17
+ - Introduced `maven.tapsell.ir` repo in packages.
18
+
1
19
  ## 1.3.0-beta06
2
20
 
3
21
  - Upgraded Tapsell Mediation SDK to `1.3.0-beta06`.
@@ -95,6 +95,6 @@ dependencies {
95
95
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
96
96
  //noinspection GradleDynamicVersion
97
97
  implementation "com.facebook.react:react-native:+"
98
- implementation "ir.tapsell.mediation.adapter:yandex-reactnative:1.3.0-beta06"
98
+ implementation "ir.tapsell.mediation.adapter:yandex-reactnative:1.3.0"
99
99
  }
100
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-tapsell-mediation/yandex",
3
- "version": "1.3.0-beta06",
3
+ "version": "1.3.0",
4
4
  "description": "Yandex mediation adapter",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -41,14 +41,14 @@
41
41
  ],
42
42
  "repository": {
43
43
  "type": "git",
44
- "url": "git+https://github.com/tapsellorg/TapsellMediation-ReactNative.git"
44
+ "url": "git+https://github.com/tapsellorg/TapsellMediation-ReactNativeSample.git"
45
45
  },
46
46
  "author": "Tapsell <info@tapsell.ir> (https://github.com/tapsellorg)",
47
47
  "license": "MIT",
48
48
  "bugs": {
49
- "url": "https://github.com/tapsellorg/TapsellMediation-ReactNative/issues"
49
+ "url": "https://github.com/tapsellorg/Discussion/discussions"
50
50
  },
51
- "homepage": "https://github.com/tapsellorg/TapsellMediation-ReactNative#readme",
51
+ "homepage": "https://developer.tapsell.ir/docs/sdk/platforms/reactnative/",
52
52
  "publishConfig": {
53
53
  "registry": "https://registry.npmjs.org/"
54
54
  },
@@ -78,7 +78,7 @@
78
78
  "@types/react": "18.2.55"
79
79
  },
80
80
  "peerDependencies": {
81
- "@react-native-tapsell-mediation/tapsell": "^1.3.0-beta06",
81
+ "@react-native-tapsell-mediation/tapsell": "^1.3.0",
82
82
  "react": "*",
83
83
  "react-native": "*"
84
84
  },