react-native-acoustic-connect-beta 16.0.18 → 16.0.20

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.
@@ -15,7 +15,7 @@
15
15
  "react": "18.2.0",
16
16
  "react-dom": "18.2.0",
17
17
  "react-native": "0.72.10",
18
- "react-native-acoustic-connect-beta": "16.0.18",
18
+ "react-native-acoustic-connect-beta": "16.0.20",
19
19
  "react-native-gesture-handler": "~2.12.0",
20
20
  "react-native-keyboard-aware-scroll-view": "^0.9.5",
21
21
  "react-native-reanimated": "~3.3.0",
package/Jenkinsfile CHANGED
@@ -386,7 +386,11 @@ def checkEmulatorReady() {
386
386
 
387
387
  // "Update library build version number and example app package.json"
388
388
  def getLibVersion() {
389
- def packageFile = "${buildDir}/package.json"
389
+ def packageFile = "package.json"
390
+
391
+ if (genBuild) {
392
+ packageFile = "${buildDir}/package.json"
393
+ }
390
394
 
391
395
  echo "Get version from:${packageFile}"
392
396
  // Get file to update and save
@@ -577,9 +581,7 @@ def publishRelease() {
577
581
  def populateSlackMessageGlobalVariables() {
578
582
  getLastCommitMessage()
579
583
  getGitAuthor()
580
- if (genBuild) {
581
- getLibVersion()
582
- }
584
+ getLibVersion()
583
585
  }
584
586
 
585
587
  def getGitAuthor() {
@@ -626,7 +628,9 @@ def getSlackReport(isRelease) {
626
628
  // echo "job name::;${jobName}"
627
629
  jobName = jobName.getAt(0..(jobName.lastIndexOf('/') - 1))
628
630
 
629
-
631
+ if (buildStatus == "ABORTED") {
632
+ buildColor = "warning"
633
+ }
630
634
 
631
635
  if (failed > 0) {
632
636
  buildStatus = "Failed"
package/package.json CHANGED
@@ -38,5 +38,5 @@
38
38
  "verifyConnectSetup": "node scripts/verifyConnectSetup.js $INIT_CWD"
39
39
  },
40
40
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
41
- "version": "16.0.18"
41
+ "version": "16.0.20"
42
42
  }