Comparing version 1.12.0 to 1.12.2
{ | ||
"name": "appcenter", | ||
"version": "1.12.0", | ||
"version": "1.12.2", | ||
"description": "Node module that contains common functionality needed to appcenter-* modules", | ||
@@ -22,3 +22,3 @@ "main": "AppCenter.js", | ||
"dependencies": { | ||
"appcenter-link-scripts": "1.12.0" | ||
"appcenter-link-scripts": "1.12.2" | ||
}, | ||
@@ -25,0 +25,0 @@ "rnpm": { |
@@ -32,3 +32,3 @@ const rnpmlink = require('appcenter-link-scripts'); | ||
return rnpmlink.ios.addPodDeps( | ||
[{ pod: 'AppCenterReactNativeShared', version: '1.12.0' }], | ||
[{ pod: 'AppCenterReactNativeShared', version: '1.12.2' }], | ||
{ platform: 'ios', version: '9.0' } | ||
@@ -35,0 +35,0 @@ ); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedappcenter-link-scripts@1.12.2(transitive)
- Removedappcenter-link-scripts@1.12.0(transitive)