mixpanel-react-native
Advanced tools
Comparing version 1.0.0-beta.7 to 1.0.0-beta.8
@@ -12,3 +12,3 @@ /** | ||
const mixpanel = await Mixpanel.init("token"); | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.0.0-beta.7", "mp_lib": "react-native"}); | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.0.0-beta.8", "mp_lib": "react-native"}); | ||
}); | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "mixpanel-react-native", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Official React Native Tracking Library for Mixpanel Analytics", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
193274
1610