appcenter-analytics
Advanced tools
Comparing version 4.4.4 to 4.4.5
{ | ||
"name": "appcenter-analytics", | ||
"version": "4.4.4", | ||
"version": "4.4.5", | ||
"description": "React Native plugin for AppCenter Analytics", | ||
@@ -23,3 +23,3 @@ "main": "Analytics.js", | ||
"dependencies": { | ||
"appcenter": "4.4.4" | ||
"appcenter": "4.4.5" | ||
}, | ||
@@ -26,0 +26,0 @@ "rnpm": { |
@@ -1,9 +0,5 @@ | ||
const path = require('path'); | ||
module.exports = { | ||
dependency: { | ||
platforms: { | ||
ios: { | ||
podspecPath: path.join(__dirname, 'ios', 'appcenter-analytics.podspec') | ||
}, | ||
ios: {}, | ||
android: { | ||
@@ -10,0 +6,0 @@ packageInstance: 'new AppCenterReactNativeAnalyticsPackage(getApplication(), getResources().getString(R.string.appCenterAnalytics_whenToEnableAnalytics))' |
@@ -37,4 +37,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
[ | ||
{ pod: 'AppCenter/Analytics', version: '4.4.2' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '4.4.4' } // in case people don't link appcenter (core) | ||
{ pod: 'AppCenter/Analytics', version: '4.4.3' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '4.4.5' } // 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
56895
664
+ Addedappcenter@4.4.5(transitive)
+ Addedappcenter-link-scripts@4.4.5(transitive)
- Removedappcenter@4.4.4(transitive)
- Removedappcenter-link-scripts@4.4.4(transitive)
Updatedappcenter@4.4.5