react-native-iap 8.0.6 → 8.0.7

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.
Binary file
@@ -333,6 +333,7 @@ class RNIapIos: RCTEventEmitter, SKRequestDelegate, SKPaymentTransactionObserver
333
333
  lockQueue.sync {
334
334
  validProducts.removeAll()
335
335
  }
336
+ resolve(nil)
336
337
  }
337
338
 
338
339
  @objc public func promotedProduct(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "8.0.6",
3
+ "version": "8.0.7",
4
4
  "packageManager": "yarn@3.1.1",
5
5
  "description": "React Native In App Purchase Module.",
6
6
  "main": "index.js",