react-native-purchases-ui 8.9.7 → 8.10.0
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/android/build.gradle +1 -1
- package/package.json +2 -2
package/android/build.gradle
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-native-purchases-ui",
|
3
3
|
"title": "React Native Purchases UI",
|
4
|
-
"version": "8.
|
4
|
+
"version": "8.10.0",
|
5
5
|
"description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android.",
|
6
6
|
"main": "lib/commonjs/index",
|
7
7
|
"module": "lib/module/index",
|
@@ -115,6 +115,6 @@
|
|
115
115
|
},
|
116
116
|
"dependencies": {
|
117
117
|
"@revenuecat/purchases-typescript-internal": "13.31.0",
|
118
|
-
"react-native-purchases": "8.
|
118
|
+
"react-native-purchases": "8.10.0"
|
119
119
|
}
|
120
120
|
}
|