react-native-tpay 1.3.17 → 1.3.18
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated from package.json — do not edit manually.
|
|
2
|
-
let reactNativeTpayVersion: String = "1.3.
|
|
2
|
+
let reactNativeTpayVersion: String = "1.3.18"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-tpay",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.18",
|
|
4
4
|
"description": "The Tpay SDK empowers your app to seamlessly integrate Tpay’s payment functionalities, providing a comprehensive and developer-friendly solution for managing payments.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"react-native-builder-bob": "^0.40.11",
|
|
75
75
|
"release-it": "^19.1.0",
|
|
76
76
|
"turbo": "^1.10.7",
|
|
77
|
+
"typedoc": "0.28.18",
|
|
77
78
|
"typescript": "^5.8.3"
|
|
78
79
|
},
|
|
79
80
|
"peerDependencies": {
|