react-native-klarna-inapp-sdk 2.1.9 → 2.1.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
  All notable changes to React Native Klarna In-App SDK will be documented in this file.
3
3
 
4
+ ### [2.1.10] - 2022-12-14
5
+ - Update Android native SDK version to 2.4.1
6
+ - Update iOS native SDK version to 2.4.1
7
+
4
8
  ### [2.1.9] - 2022-10-04
5
9
  - Update Android native SDK version to the latest (2.3.1)
6
10
 
@@ -55,7 +55,7 @@ repositories {
55
55
 
56
56
  dependencies {
57
57
  implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
58
- implementation 'com.klarna.mobile:sdk:2.3.1'
58
+ implementation 'com.klarna.mobile:sdk:2.4.1'
59
59
 
60
60
  testImplementation "junit:junit:4.13"
61
61
  testImplementation 'androidx.test:core:1.2.0'
package/ios/Podfile CHANGED
@@ -8,7 +8,7 @@ target 'KlarnaInAppSDK' do
8
8
  # use_frameworks!
9
9
 
10
10
  # Pods for KlarnaInAppSDK
11
- pod 'KlarnaMobileSDK', '2.2.2'
11
+ pod 'KlarnaMobileSDK', '2.4.1'
12
12
  pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
13
13
  pod 'FBReactNativeSpec', :path => "../node_modules/react-native/React/FBReactNativeSpec"
14
14
  pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-klarna-inapp-sdk",
3
3
  "title": "React Native Klarna In-App SDK",
4
- "version": "2.1.9",
4
+ "version": "2.1.10",
5
5
  "description": "This library wraps Klarna’s In-App SDK and exposes its functionality as React Native components. It currently supports Klarna Payments via a Payment View component.",
6
6
  "main": "index.js",
7
7
  "scripts": {},
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "react": "17.0.1",
31
- "react-native": "0.64.0"
31
+ "react-native": "0.64.4"
32
32
  },
33
33
  "dependencies": {}
34
34
  }
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
25
  end
26
26
 
27
27
  s.dependency "React"
28
- s.dependency 'KlarnaMobileSDK', '2.2.2'
28
+ s.dependency 'KlarnaMobileSDK', '2.4.1'
29
29
  # s.dependency "..."
30
30
 
31
31
  end