react-native-radar
Advanced tools
Comparing version 3.19.0 to 3.19.1
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "3.19.0", | ||
"version": "3.19.1", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "files": [ |
@@ -54,3 +54,3 @@ "use strict"; | ||
// Check if the pod declaration already exists | ||
if (contents.indexOf("pod 'RadarSDKMotion', '3.19.4'") === -1) { | ||
if (contents.indexOf("pod 'RadarSDKMotion', '3.20.1'") === -1) { | ||
// Find the target block | ||
@@ -64,3 +64,3 @@ const targetRegex = /target '(\w+)' do/g; | ||
const targetBlock = contents.substring(targetStartIndex, targetEndIndex); | ||
const updatedTargetBlock = targetBlock.replace(/(target '(\w+)' do)/, `$1\n pod 'RadarSDKMotion', '3.19.4'`); | ||
const updatedTargetBlock = targetBlock.replace(/(target '(\w+)' do)/, `$1\n pod 'RadarSDKMotion', '3.20.1'`); | ||
const newContents = contents.replace(targetBlock, updatedTargetBlock); | ||
@@ -67,0 +67,0 @@ // Write the updated contents back to the Podfile |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet