react-native-iap 14.4.21 → 14.4.22

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.
@@ -862,6 +862,7 @@ class HybridRnIap : HybridRnIapSpec() {
862
862
  subscriptionGroupIdIOS = null,
863
863
  transactionReasonIOS = null,
864
864
  webOrderLineItemIdIOS = null,
865
+ renewalInfoIOS = null,
865
866
  purchaseTokenAndroid = androidPurchase?.purchaseToken,
866
867
  dataAndroid = androidPurchase?.dataAndroid,
867
868
  signatureAndroid = androidPurchase?.signatureAndroid,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "14.4.21",
3
+ "version": "14.4.22",
4
4
  "description": "React Native In-App Purchases module for iOS and Android using Nitro",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",