@usercentrics/react-native-sdk 2.14.2 → 2.15.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.
@@ -1,4 +1,4 @@
1
- def usercentrics_version = "2.14.2"
1
+ def usercentrics_version = "2.15.0"
2
2
  version usercentrics_version
3
3
 
4
4
  buildscript {
@@ -545,6 +545,7 @@ internal object GetCMPDataMock {
545
545
  "platform" to 0
546
546
  )
547
547
  ),
548
+ "reshowBanner" to 0
548
549
  )
549
550
 
550
551
  val expectedCategories = listOf(
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@usercentrics/react-native-sdk",
3
- "version": "2.14.2",
3
+ "version": "2.15.0",
4
4
  "description": "Usercentrics SDK",
5
5
  "homepage": "https://usercentrics.com",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "author": "Usercentrics <developer@usercentrics.com>",
9
9
  "iosPackageName": "react-native-usercentrics",
10
- "iosPackageVersion": "2.14.2",
10
+ "iosPackageVersion": "2.15.0",
11
11
  "license": "SEE LICENSE IN LICENSE",
12
12
  "files": [
13
13
  "android",