judokit-react-native 4.3.0 → 4.3.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.
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://github.com/Judopay/JudoKit-ReactNative.git", :tag => "#{s.version}" }
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm}"
18
- s.dependency "JudoKit-iOS", "3.4.0"
18
+ s.dependency "JudoKit-iOS", "3.4.1"
19
19
 
20
20
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
21
21
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
@@ -39,4 +39,6 @@ Pod::Spec.new do |s|
39
39
  s.dependency "ReactCommon/turbomodule/core"
40
40
  end
41
41
  end
42
+
43
+ s.resource_bundles = { "JudoKit-ReactNative" => [ "ios/PrivacyInfo.xcprivacy" ] }
42
44
  end
@@ -3,4 +3,4 @@ JudoKitReactNative_minSdkVersion=23
3
3
  JudoKitReactNative_targetSdkVersion=34
4
4
  JudoKitReactNative_compileSdkVersion=34
5
5
  JudoKitReactNative_ndkversion=26.1.10909125
6
- JudoKitReactNative_judoKitAndroidVersion=4.3.1
6
+ JudoKitReactNative_judoKitAndroidVersion=4.3.3
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>NSPrivacyTrackingDomains</key>
6
+ <array/>
7
+ <key>NSPrivacyAccessedAPITypes</key>
8
+ <array/>
9
+ <key>NSPrivacyCollectedDataTypes</key>
10
+ <array/>
11
+ <key>NSPrivacyTracking</key>
12
+ <false/>
13
+ </dict>
14
+ </plist>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "judokit-react-native",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "A React Native module for the Judopay native SDKs to process payments on iOS and Android.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -61,7 +61,7 @@
61
61
  "devDependencies": {
62
62
  "@commitlint/config-conventional": "^17.0.2",
63
63
  "@evilmartians/lefthook": "^1.5.0",
64
- "@react-native/eslint-config": "^0.73.2",
64
+ "@react-native/eslint-config": "^0.74.83",
65
65
  "@types/jest": "^28.1.2",
66
66
  "@types/react": "~17.0.21",
67
67
  "@types/react-native": "0.70.0",
@@ -73,7 +73,7 @@
73
73
  "jest": "^28.1.1",
74
74
  "prettier": "^2.0.5",
75
75
  "react": "18.2.0",
76
- "react-native": "0.74.0",
76
+ "react-native": "0.74.1",
77
77
  "react-native-builder-bob": "^0.23.2",
78
78
  "typescript": "^5.0.2"
79
79
  },
@@ -87,7 +87,7 @@
87
87
  "workspaces": [
88
88
  "example"
89
89
  ],
90
- "packageManager": "yarn@4.1.1",
90
+ "packageManager": "yarn@4.2.2",
91
91
  "engines": {
92
92
  "node": ">= 18.0.0"
93
93
  },