@primer-io/react-native 2.26.0 → 2.26.2

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.
@@ -155,7 +155,7 @@ dependencies {
155
155
  api 'com.facebook.react:react-native:+'
156
156
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
157
157
  implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
158
- implementation 'io.primer:android:2.28.0'
158
+ implementation 'io.primer:android:2.28.1'
159
159
 
160
160
  testImplementation 'io.mockk:mockk:1.13.11'
161
161
  testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
@@ -98,7 +98,7 @@ extension PrimerSettings {
98
98
  paymentMethodOptions: paymentMethodOptions,
99
99
  uiOptions: uiOptions,
100
100
  debugOptions: debugOptions,
101
- clientSessionCachingEnabled: clientSessionCachingEnabled)
101
+ clientSessionCachingEnabled: clientSessionCachingEnabled ?? false)
102
102
  }
103
103
  }
104
104
  }
@@ -1,2 +1,2 @@
1
1
  // swiftlint:disable:next identifier_name
2
- public let PrimerReactNativeSDKVersion = "2.26.0"
2
+ public let PrimerReactNativeSDKVersion = "2.26.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "2.26.0",
3
+ "version": "2.26.2",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",