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

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.19",
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() {
package/latestChanges CHANGED
@@ -25,3 +25,4 @@ Known Issues
25
25
 
26
26
  - After iOS 13, library no longer supports iPad because of Apple changes in iPad OS.
27
27
  - Dual sim features are in beta. Example information using multiple carriers.
28
+
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.19"
42
42
  }