mobile-center
Advanced tools
Comparing version 0.10.2-prerelease to 0.11.1
{ | ||
"name": "mobile-center", | ||
"version": "0.10.2-prerelease", | ||
"version": "0.11.1", | ||
"description": "Node module that contains common functionality needed to mobile-center-* modules", | ||
@@ -21,3 +21,3 @@ "main": "MobileCenter.js", | ||
"dependencies": { | ||
"mobile-center-link-scripts": "0.10.2-prerelease" | ||
"mobile-center-link-scripts": "0.11.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "rnpm": { |
@@ -19,3 +19,3 @@ const rnpmlink = require('mobile-center-link-scripts'); | ||
return rnpmlink.ios.addPodDeps([ | ||
{ pod: 'RNMobileCenterShared', version: '0.10.0' } | ||
{ pod: 'RNMobileCenterShared', version: '0.11.1' } | ||
]).catch((e) => { | ||
@@ -22,0 +22,0 @@ console.log(` |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
35415
1
+ Addedmobile-center-link-scripts@0.11.1(transitive)
- Removedmobile-center-link-scripts@0.10.2-prerelease(transitive)