@klarna/react-native-klarna-network-payment 2.8.0 → 2.8.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klarna/react-native-klarna-network-payment",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "React Native package for Klarna Network Payment",
5
5
  "keywords": [
6
6
  "react-native",
@@ -98,7 +98,7 @@
98
98
  "typescript": "^5.0.2"
99
99
  },
100
100
  "peerDependencies": {
101
- "@klarna/react-native-klarna-network-core": "2.8.0",
101
+ "@klarna/react-native-klarna-network-core": "2.8.2",
102
102
  "react": ">=18.2.0",
103
103
  "react-native": ">=0.76.0 <1.0.x"
104
104
  },
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
19
19
 
20
20
  install_modules_dependencies(s)
21
21
 
22
- s.dependency 'KlarnaMobileSDK/KlarnaNetworkPayment', '2.12.0'
23
- s.dependency 'KlarnaMobileSDK/KlarnaNetworkPaymentButton', '2.12.0'
22
+ s.dependency 'KlarnaMobileSDK/KlarnaNetworkPayment', '2.13.1'
23
+ s.dependency 'KlarnaMobileSDK/KlarnaNetworkPaymentButton', '2.13.1'
24
24
  s.dependency 'react-native-klarna-network-core', s.version.to_s
25
25
 
26
26
  s.test_spec 'Tests' do |ts|