@primer-io/react-native 2.27.0 → 2.27.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.
@@ -4,7 +4,7 @@ import kotlinx.serialization.Serializable
4
4
 
5
5
  @Serializable
6
6
  data class PrimerErrorRN(
7
- val errorId: String? = null,
7
+ val errorId: String,
8
8
  val errorCode: String? = null,
9
9
  val description: String? = null,
10
10
  val diagnosticsId: String? = null,
@@ -7,7 +7,6 @@
7
7
 
8
8
  import Foundation
9
9
  import PrimerSDK
10
- import PrimerStripeSDK
11
10
  import React
12
11
 
13
12
  @objc
@@ -1,2 +1,2 @@
1
1
  // swiftlint:disable:next identifier_name
2
- public let PrimerReactNativeSDKVersion = "2.27.0"
2
+ public let PrimerReactNativeSDKVersion = "2.27.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "2.27.0",
3
+ "version": "2.27.1",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "PrimerSDK", "2.31.0"
19
+ s.dependency "PrimerSDK", "2.31.3"
20
20
  end