@umituz/react-native-subscription 3.1.6 → 3.1.8
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/package.json +2 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-subscription",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.8",
|
|
4
4
|
"description": "Complete subscription management with RevenueCat, paywall UI, and credits system for React Native apps",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -61,9 +61,6 @@
|
|
|
61
61
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
62
62
|
"@react-native-community/datetimepicker": "^8.6.0",
|
|
63
63
|
"@react-native-community/slider": "^4.5.2",
|
|
64
|
-
"@react-navigation/bottom-tabs": "^7.9.0",
|
|
65
|
-
"@react-navigation/native": "^7.1.26",
|
|
66
|
-
"@react-navigation/stack": "^7.6.13",
|
|
67
64
|
"@tanstack/query-async-storage-persister": "^5.66.7",
|
|
68
65
|
"@tanstack/react-query": "^5.0.0",
|
|
69
66
|
"@tanstack/react-query-persist-client": "^5.66.7",
|
|
@@ -114,11 +111,7 @@
|
|
|
114
111
|
},
|
|
115
112
|
"files": [
|
|
116
113
|
"src",
|
|
117
|
-
".agents",
|
|
118
114
|
"README.md",
|
|
119
115
|
"LICENSE"
|
|
120
|
-
]
|
|
121
|
-
"dependencies": {
|
|
122
|
-
"@umituz/react-native-subscription": "file:umituz-react-native-subscription-3.1.3.tgz"
|
|
123
|
-
}
|
|
116
|
+
]
|
|
124
117
|
}
|