@primer-io/react-native 2.26.0 → 2.26.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.
@@ -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.1",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",