@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.
Files changed (2) hide show
  1. package/README.md +2 -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 SDK is the easiest way to integrate USDC staking and withdrawal functionality into your Expo/React Native application. Add secure wallet management, token staking, and withdrawals to your mobile application in minutes. All transactions are sponsored thanks to Avnu's paymaster.
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 support@chipipay.com
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.1.1",
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/chipi-react": "^14.1.1",
77
- "@chipi-stack/shared": "^14.1.1",
78
- "@chipi-stack/types": "^14.1.1",
79
- "@chipi-stack/backend": "^14.1.1"
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",