appcenter-analytics
Advanced tools
Comparing version 3.1.2 to 4.0.0
@@ -10,3 +10,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
bindingType: ReactNative.Platform.select({ | ||
ios: 'MSAnalytics', | ||
ios: 'MSACAnalytics', | ||
android: 'com.microsoft.appcenter.analytics.Analytics', | ||
@@ -13,0 +13,0 @@ }), |
{ | ||
"name": "appcenter-analytics", | ||
"version": "3.1.2", | ||
"version": "4.0.0", | ||
"description": "React Native plugin for AppCenter Analytics", | ||
@@ -23,3 +23,3 @@ "main": "Analytics.js", | ||
"dependencies": { | ||
"appcenter": "3.1.2" | ||
"appcenter": "4.0.0" | ||
}, | ||
@@ -36,7 +36,7 @@ "rnpm": { | ||
"babel-eslint": "7.2.3", | ||
"eslint": "6.5.1", | ||
"eslint-config-airbnb": "18.0.1", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-jsx-a11y": "6.2.3", | ||
"eslint-plugin-react": "7.16.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-airbnb": "18.2.1", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jsx-a11y": "6.4.1", | ||
"eslint-plugin-react": "7.21.5", | ||
"jest": "24.8.0", | ||
@@ -43,0 +43,0 @@ "react": "16.6.3", |
@@ -37,4 +37,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
[ | ||
{ pod: 'AppCenter/Analytics', version: '3.3.4' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '3.1.2' } // in case people don't link appcenter (core) | ||
{ pod: 'AppCenter/Analytics', version: '4.0.0' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '4.0.0' } // in case people don't link appcenter (core) | ||
], | ||
@@ -41,0 +41,0 @@ { platform: 'ios', version: '9.0' } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56823
+ Addedappcenter@4.0.0(transitive)
+ Addedappcenter-link-scripts@4.0.0(transitive)
- Removedappcenter@3.1.2(transitive)
- Removedappcenter-link-scripts@3.1.2(transitive)
Updatedappcenter@4.0.0