Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "appcenter", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Node module that contains common functionality needed to appcenter-* modules", | ||
@@ -21,3 +21,3 @@ "main": "AppCenter.js", | ||
"dependencies": { | ||
"appcenter-link-scripts": "1.6.0" | ||
"appcenter-link-scripts": "1.7.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "rnpm": { |
@@ -32,3 +32,3 @@ const rnpmlink = require('appcenter-link-scripts'); | ||
return rnpmlink.ios.addPodDeps( | ||
[{ pod: 'AppCenterReactNativeShared', version: '1.6.0' }], | ||
[{ pod: 'AppCenterReactNativeShared', version: '1.7.0' }], | ||
{ platform: 'ios', version: '9.0' } | ||
@@ -35,0 +35,0 @@ ); |
@@ -7,3 +7,3 @@ const fs = require('fs'); | ||
const projectDirectory = path.resolve(__dirname, '..', '..', '..'); | ||
const setupFileNamePath = `.${path.sep}node_modules${path.sep}${moduleName}${path.sep}test${path.sep}${setupFileName}`; | ||
const setupFileNamePath = `<rootDir>${path.sep}node_modules${path.sep}${moduleName}${path.sep}test${path.sep}${setupFileName}`; | ||
@@ -10,0 +10,0 @@ // Check if package.json has jest as dependency |
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
38316
+ Addedappcenter-link-scripts@1.7.0(transitive)
- Removedappcenter-link-scripts@1.6.0(transitive)
Updatedappcenter-link-scripts@1.7.0