cm-sdk-react-native-v3 3.6.3 → 3.6.4

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.
@@ -87,5 +87,7 @@ dependencies {
87
87
  implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
88
88
  implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
89
89
  implementation "androidx.lifecycle:lifecycle-common-java8:2.6.1"
90
+
91
+ // consentmanager's underlying native Android SDK dependency
90
92
  implementation "net.consentmanager.sdkv3:cmsdkv3:3.7.1"
91
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-sdk-react-native-v3",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "description": "Consent Management React Native Library by consentmanager.net",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -72,7 +72,7 @@
72
72
  "eslint-plugin-prettier": "^5.5.4",
73
73
  "jest": "^29.7.0",
74
74
  "prettier": "^3.0.3",
75
- "react": "18.3.1",
75
+ "react": "19.1.0",
76
76
  "react-native": "0.81.5",
77
77
  "react-native-builder-bob": "^0.30.2",
78
78
  "typescript": "^5.2.2"