@primer-io/react-native 2.40.0 → 2.41.0

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.
@@ -133,7 +133,7 @@ dependencies {
133
133
  implementation 'com.facebook.react:react-native:+'
134
134
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
135
135
  implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
136
- implementation 'io.primer:android:2.45.0'
136
+ implementation 'io.primer:android:2.46.0'
137
137
  testImplementation 'io.mockk:mockk:1.14.2'
138
138
  testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
139
139
  testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
@@ -1,2 +1,2 @@
1
1
  // swiftlint:disable:next identifier_name
2
- public let PrimerReactNativeSDKVersion = "2.40.0"
2
+ public let PrimerReactNativeSDKVersion = "2.41.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "2.40.0",
3
+ "version": "2.41.0",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.private_header_files = ['ios/PrimerSwiftInterop.h' ]
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency "PrimerSDK", "2.42.2"
20
+ s.dependency "PrimerSDK", "2.43.1"
21
21
 
22
22
  s.pod_target_xcconfig = {
23
23
  "SWIFT_ENABLE_EXPLICIT_MODULES" => "NO"