react-native-iap 15.0.0 → 15.0.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/README.md CHANGED
@@ -238,6 +238,12 @@ We also manage sponsorships through OpenCollective, which operates separately fr
238
238
 
239
239
  [Become a sponsor](https://opencollective.com/react-native-iap#sponsor) | [Become a backer](https://opencollective.com/react-native-iap#backer)
240
240
 
241
+ ## Community
242
+
243
+ Have a question or need help? Ask in [react-native-iap Q&A Discussions](https://github.com/hyodotdev/openiap/discussions/categories/react-native-iap).
244
+
245
+ For bug reports, please [open an issue](https://github.com/hyodotdev/openiap/issues).
246
+
241
247
  ## Contributing
242
248
 
243
249
  <a href="graphs/contributors"><img src="https://opencollective.com/react-native-iap/contributors.svg?width=890" /></a>
@@ -1,6 +1,5 @@
1
1
  {
2
- "gql": "1.3.17",
3
- "docs": "1.3.17",
4
- "google": "1.3.29",
2
+ "spec": "2.0.0",
3
+ "google": "1.3.30",
5
4
  "apple": "1.3.16"
6
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
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",