paynl-pos-sdk-react-native 0.0.61 → 0.0.62

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.
@@ -8,7 +8,7 @@
8
8
  import React
9
9
  import PayNlPOSSdkSwift
10
10
 
11
- @available(iOS 18, *)
11
+ @available(iOS 17, *)
12
12
  @objc public class PayNlPosService : NSObject {
13
13
  @objc public static let instance = PayNlPosService()
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paynl-pos-sdk-react-native",
3
- "version": "0.0.61",
3
+ "version": "0.0.62",
4
4
  "description": "A PayNL sdk to accept and process payments",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",