react-native-klarna-inapp-sdk 2.4.8 → 2.4.10

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.
@@ -114,7 +114,7 @@ dependencies {
114
114
  implementation "org.jetbrains.kotlin:kotlin-reflect:${getExtOrDefault('kotlinVersion')}"
115
115
  implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
116
116
 
117
- implementation 'com.klarna.mobile:sdk:2.8.1'
117
+ implementation 'com.klarna.mobile:sdk:2.9.1'
118
118
 
119
119
  testImplementation "junit:junit:4.13.2"
120
120
  testImplementation 'androidx.test:core:1.5.0'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-klarna-inapp-sdk",
3
3
  "title": "Klarna Mobile SDK React Native",
4
- "version": "2.4.8",
4
+ "version": "2.4.10",
5
5
  "description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",
@@ -111,6 +111,9 @@
111
111
  "RNKlarnaStandaloneWebView": "KlarnaStandaloneWebViewWrapper",
112
112
  "RNKlarnaCheckoutView": "KlarnaCheckoutViewWrapper",
113
113
  "RNKlarnaPaymentView": "PaymentViewWrapper"
114
+ },
115
+ "modulesProvider": {
116
+ "RNKlarnaSignIn": "KlarnaSignInModule"
114
117
  }
115
118
  }
116
119
  }