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

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ``consentmanager CMP SDK v3.6.2``
1
+ # ``consentmanager CMP SDK v3.6.6``
2
2
 
3
3
  # cm-sdk-react-native-v3
4
4
 
@@ -13,7 +13,7 @@ RCT_EXTERN_METHOD(setWebViewConfig:(NSDictionary *)config
13
13
  resolve:(RCTPromiseResolveBlock)resolve
14
14
  reject:(RCTPromiseRejectBlock)reject)
15
15
 
16
- RCT_EXTERN_METHOD(setATTStatus:(NSInteger)status
16
+ RCT_EXTERN_METHOD(setATTStatus:(double)status
17
17
  resolve:(RCTPromiseResolveBlock)resolve
18
18
  reject:(RCTPromiseRejectBlock)reject)
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-sdk-react-native-v3",
3
- "version": "3.6.4",
3
+ "version": "3.6.6",
4
4
  "description": "Consent Management React Native Library by consentmanager.net",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",