@chipi-stack/chipi-expo 14.1.1 → 14.2.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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Chipi Expo SDK
|
|
2
2
|
|
|
3
|
-
Chipi Expo
|
|
3
|
+
Chipi SDK for Expo and React Native — gasless stablecoin wallets, USDC payments, session keys with spending policies, and native biometric authentication on StarkNet. Add self-custody wallets with Face ID / Touch ID to your mobile app in minutes. All transactions are gasless.
|
|
4
4
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
@@ -29,7 +29,7 @@ You can get in touch with us in any of the following ways:
|
|
|
29
29
|
|
|
30
30
|
- Join our [Telegram community](https://t.me/chipi_pay)
|
|
31
31
|
- Visit our [YouTube channel](https://www.youtube.com/@chipipay) for tutorials
|
|
32
|
-
- Email us at
|
|
32
|
+
- Email us at carlos@chipipay.com
|
|
33
33
|
|
|
34
34
|
## Contributing
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chipi-stack/chipi-expo",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"description": "Chipi SDK for React Native and Expo applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chipi",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@tanstack/react-query": "^5.85.0",
|
|
75
75
|
"crypto-es": "^2.1.0",
|
|
76
|
-
"@chipi-stack/
|
|
77
|
-
"@chipi-stack/shared": "^14.
|
|
78
|
-
"@chipi-stack/types": "^14.
|
|
79
|
-
"@chipi-stack/
|
|
76
|
+
"@chipi-stack/backend": "^14.2.0",
|
|
77
|
+
"@chipi-stack/shared": "^14.2.0",
|
|
78
|
+
"@chipi-stack/types": "^14.2.0",
|
|
79
|
+
"@chipi-stack/chipi-react": "^14.2.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"expo-local-authentication": ">=55.0.0",
|