react-native-payengine 2.0.18-alpha.6 → 2.0.18

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.
@@ -171,8 +171,8 @@ dependencies {
171
171
  // implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
172
172
  // implementation "com.google.android.gms:play-services-wallet:19.2.1"
173
173
 
174
- debugApi("com.payengine.sdk:payment-sdk-debug:1.1.1-alpha.5")
175
- releaseApi("com.payengine.sdk:payment-sdk-release:1.1.1-alpha.5")
174
+ debugApi("com.payengine.sdk:payment-sdk-debug:1.1.1")
175
+ releaseApi("com.payengine.sdk:payment-sdk-release:1.1.1")
176
176
  implementation("com.google.android.gms:play-services-wallet:19.2.1")
177
177
 
178
178
  // From node_modules
@@ -10,18 +10,15 @@
10
10
  <key>DebugSymbolsPath</key>
11
11
  <string>dSYMs</string>
12
12
  <key>LibraryIdentifier</key>
13
- <string>ios-arm64_x86_64-simulator</string>
13
+ <string>ios-arm64</string>
14
14
  <key>LibraryPath</key>
15
15
  <string>PayEngineSDK.framework</string>
16
16
  <key>SupportedArchitectures</key>
17
17
  <array>
18
18
  <string>arm64</string>
19
- <string>x86_64</string>
20
19
  </array>
21
20
  <key>SupportedPlatform</key>
22
21
  <string>ios</string>
23
- <key>SupportedPlatformVariant</key>
24
- <string>simulator</string>
25
22
  </dict>
26
23
  <dict>
27
24
  <key>BinaryPath</key>
@@ -29,15 +26,18 @@
29
26
  <key>DebugSymbolsPath</key>
30
27
  <string>dSYMs</string>
31
28
  <key>LibraryIdentifier</key>
32
- <string>ios-arm64</string>
29
+ <string>ios-arm64_x86_64-simulator</string>
33
30
  <key>LibraryPath</key>
34
31
  <string>PayEngineSDK.framework</string>
35
32
  <key>SupportedArchitectures</key>
36
33
  <array>
37
34
  <string>arm64</string>
35
+ <string>x86_64</string>
38
36
  </array>
39
37
  <key>SupportedPlatform</key>
40
38
  <string>ios</string>
39
+ <key>SupportedPlatformVariant</key>
40
+ <string>simulator</string>
41
41
  </dict>
42
42
  </array>
43
43
  <key>CFBundlePackageType</key>
@@ -13,7 +13,7 @@
13
13
  <key>CFBundleSignature</key>
14
14
  <string>????</string>
15
15
  <key>CFBundleShortVersionString</key>
16
- <string>0.0.202603031052</string>
16
+ <string>1.1.1</string>
17
17
  <key>CFBundleVersion</key>
18
18
  <string>1.1.1</string>
19
19
  </dict>
@@ -13,7 +13,7 @@
13
13
  <key>CFBundleSignature</key>
14
14
  <string>????</string>
15
15
  <key>CFBundleShortVersionString</key>
16
- <string>0.0.202603031052</string>
16
+ <string>1.1.1</string>
17
17
  <key>CFBundleVersion</key>
18
18
  <string>1.1.1</string>
19
19
  </dict>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-payengine",
3
- "version": "2.0.18-alpha.6",
3
+ "version": "2.0.18",
4
4
  "description": "PayEngine SDK for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",