cm-sdk-react-native-v3 3.6.2 → 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.
@@ -83,5 +83,11 @@ dependencies {
83
83
  //noinspection GradleDynamicVersion
84
84
  implementation "com.facebook.react:react-native:+"
85
85
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
86
- implementation "net.consentmanager.sdkv3:cmsdkv3:3.7.0"
86
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
87
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
88
+ implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
89
+ implementation "androidx.lifecycle:lifecycle-common-java8:2.6.1"
90
+
91
+ // consentmanager's underlying native Android SDK dependency
92
+ implementation "net.consentmanager.sdkv3:cmsdkv3:3.7.1"
87
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-sdk-react-native-v3",
3
- "version": "3.6.2",
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"