@datalyr/react-native 1.4.1 → 1.4.3

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.
@@ -115,7 +115,7 @@ public class DatalyrNativeModule: Module {
115
115
  }
116
116
 
117
117
  if debug {
118
- config?.setLogLevel(.debug)
118
+ config?.setLogLevel(TikTokLogLevelDebug)
119
119
  }
120
120
 
121
121
  if let validConfig = config {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datalyr/react-native",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Datalyr SDK for React Native & Expo - Server-side attribution tracking with bundled Meta and TikTok SDKs for iOS and Android",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",