@algocare/react-native-code-push 11.1.0 → 11.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,8 +65,6 @@ async function createPullRequestRelease(
65
65
  if (!skipCleanup) {
66
66
  cleanUpOutputs(outputPath)
67
67
  }
68
-
69
- return bundleFileName
70
68
  }
71
69
 
72
70
  function cleanUpOutputs(dir) {
@@ -48,7 +48,7 @@ program
48
48
  const { bundleUploader, setReleaseHistory, getReleaseHistory } =
49
49
  await findAndReadConfigFile(process.cwd(), options.config)
50
50
 
51
- const bundleFileName = await createPullRequestRelease(
51
+ await createPullRequestRelease(
52
52
  bundleUploader,
53
53
  setReleaseHistory,
54
54
  getReleaseHistory,
@@ -65,6 +65,4 @@ program
65
65
  options.skipCleanup,
66
66
  options.outputBundleDir
67
67
  )
68
-
69
- process.stdout.write(bundleFileName)
70
68
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algocare/react-native-code-push",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "description": "React Native plugin for the CodePush service",
5
5
  "main": "CodePush.js",
6
6
  "typings": "typings/react-native-code-push.d.ts",