@blueconic/blueconic-react-native 4.0.0 → 4.0.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  `@blueconic/blueconic-react-native` adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [4.0.1] 2025-01-24
6
+
7
+ ### Fixed
8
+ - React-Android: Fixed issue with the SDK's Global Listener not working correctly when initializing the SDK.
9
+
5
10
  ## [4.0.0] 2024-12-18
6
11
 
7
12
  ### Changed
@@ -25,9 +25,9 @@ android {
25
25
  minSdkVersion 21
26
26
  targetSdkVersion 34
27
27
  versionCode 400
28
- versionName "4.0.0"
28
+ versionName "4.0.1"
29
29
  buildConfigField 'String', 'PLATFORM_NAME', "\"React Native\""
30
- buildConfigField 'String', 'PLATFORM_VERSION', "\"4.0.0\""
30
+ buildConfigField 'String', 'PLATFORM_VERSION', "\"4.0.1\""
31
31
  }
32
32
  lintOptions {
33
33
  abortOnError false
@@ -48,12 +48,12 @@ repositories {
48
48
 
49
49
  dependencies {
50
50
  compileOnly 'com.facebook.react:react-android:+'
51
- implementation 'com.blueconic:blueconic-android-lib:6.0.0'
51
+ implementation 'com.blueconic:blueconic-android-lib:6.0.1'
52
52
 
53
53
  testImplementation 'androidx.core:core-ktx:1.13.1'
54
54
  testImplementation 'junit:junit:4.13.2'
55
55
  testImplementation "io.mockk:mockk:1.12.5"
56
56
  testImplementation 'com.facebook.react:react-android:+'
57
- testImplementation 'com.blueconic:blueconic-android-lib:6.0.0'
57
+ testImplementation 'com.blueconic:blueconic-android-lib:6.0.1'
58
58
  implementation "org.jetbrains.kotlin:kotlin-reflect:1.9.24"
59
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueconic/blueconic-react-native",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "The BlueConicClient Framework provides the basis for communicating with BlueConic.",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -26,7 +26,7 @@
26
26
  "author": "BlueConic (info@blueconic.com)",
27
27
  "license": "SEE LICENSE IN LICENSE",
28
28
  "nativeDependencies": {
29
- "android": "6.0.0",
29
+ "android": "6.0.1",
30
30
  "ios": "4.0.0"
31
31
  },
32
32
  "peerDependencies": {