appcenter-push
Advanced tools
Comparing version 1.11.0 to 1.12.0
{ | ||
"name": "appcenter-push", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "React Native plugin for AppCenter Push", | ||
@@ -23,3 +23,3 @@ "main": "Push.js", | ||
"dependencies": { | ||
"appcenter": "1.11.0" | ||
"appcenter": "1.12.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "rnpm": { |
@@ -36,4 +36,4 @@ const rnpmlink = require('appcenter-link-scripts'); | ||
[ | ||
{ pod: 'AppCenter/Push', version: '1.12.0' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '1.11.0' } // in case people don't link appcenter (core) | ||
{ pod: 'AppCenter/Push', version: '1.13.0' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '1.12.0' } // in case people don't link appcenter (core) | ||
], | ||
@@ -40,0 +40,0 @@ { platform: 'ios', version: '9.0' } |
Sorry, the diff of this file is not supported yet
40058
+ Addedappcenter@1.12.0(transitive)
+ Addedappcenter-link-scripts@1.12.0(transitive)
- Removedappcenter@1.11.0(transitive)
- Removedappcenter-link-scripts@1.11.0(transitive)
Updatedappcenter@1.12.0