react-native-iap 12.10.0 → 12.10.1
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.
- package/ios/RNIapIos.swift +1 -7
- package/package.json +4 -4
package/ios/RNIapIos.swift
CHANGED
|
@@ -254,13 +254,7 @@ class RNIapIos: RCTEventEmitter, SKRequestDelegate, SKPaymentTransactionObserver
|
|
|
254
254
|
reject: @escaping RCTPromiseRejectBlock = { _, _, _ in }
|
|
255
255
|
) {
|
|
256
256
|
debugMessage("clear valid products")
|
|
257
|
-
|
|
258
|
-
let lockQueue = DispatchQueue(label: "validProducts")
|
|
259
|
-
|
|
260
|
-
lockQueue.sync {
|
|
261
|
-
validProducts.removeAll()
|
|
262
|
-
}
|
|
263
|
-
|
|
257
|
+
validProducts.removeAll()
|
|
264
258
|
resolve(nil)
|
|
265
259
|
}
|
|
266
260
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-iap",
|
|
3
|
-
"version": "12.10.
|
|
3
|
+
"version": "12.10.1",
|
|
4
4
|
"description": "React Native In App Purchase Module.",
|
|
5
5
|
"repository": "https://github.com/dooboolab/react-native-iap",
|
|
6
6
|
"author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab)",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@typescript-eslint/parser": "5.56.0",
|
|
91
91
|
"babel-jest": "29.5.0",
|
|
92
92
|
"eslint": "8.36.0",
|
|
93
|
-
"eslint-config-prettier": "8.
|
|
93
|
+
"eslint-config-prettier": "8.8.0",
|
|
94
94
|
"eslint-plugin-jest": "27.2.1",
|
|
95
95
|
"eslint-plugin-prettier": "4.2.1",
|
|
96
96
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"jest": "29.5.0",
|
|
99
99
|
"monolinter": "1.0.4",
|
|
100
100
|
"pod-install": "0.1.38",
|
|
101
|
-
"prettier": "2.8.
|
|
101
|
+
"prettier": "2.8.6",
|
|
102
102
|
"react": "17.0.2",
|
|
103
103
|
"react-native": "0.68.2",
|
|
104
104
|
"react-native-builder-bob": "0.20.4",
|
|
105
|
-
"release-it": "15.9.
|
|
105
|
+
"release-it": "15.9.1",
|
|
106
106
|
"ts-jest": "29.0.5",
|
|
107
107
|
"typedoc": "^0.23.14",
|
|
108
108
|
"typedoc-plugin-markdown": "^3.14.0",
|