@chipi-stack/chipi-expo 14.1.0 → 14.1.1
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 +10 -1
- package/package.json +36 -19
package/README.md
CHANGED
|
@@ -29,12 +29,21 @@ 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.
|
|
32
|
+
- Email us at support@chipipay.com
|
|
33
33
|
|
|
34
34
|
## Contributing
|
|
35
35
|
|
|
36
36
|
We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines and code of conduct.
|
|
37
37
|
|
|
38
|
+
## What you can ship
|
|
39
|
+
|
|
40
|
+
- **Mobile wallets with Face ID / Touch ID** — biometric-secured wallets on iOS and Android
|
|
41
|
+
- **In-app purchases without users seeing crypto** — abstract blockchain complexity away
|
|
42
|
+
- **Mobile remittance apps** — cross-border payments from a native mobile experience
|
|
43
|
+
- **Gaming reward wallets** — in-game token earning and spending on mobile
|
|
44
|
+
|
|
45
|
+
Have an idea? [Tell us what you want to build](https://github.com/chipi-pay/build-with-chipi/issues/new)
|
|
46
|
+
|
|
38
47
|
## Security
|
|
39
48
|
|
|
40
49
|
@chipi-stack/chipi-expo follows best practices for security, but 100% security cannot be assured.
|
package/package.json
CHANGED
|
@@ -1,28 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chipi-stack/chipi-expo",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1",
|
|
4
4
|
"description": "Chipi SDK for React Native and Expo applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chipi",
|
|
7
|
+
"chipi-pay",
|
|
8
|
+
"chipi-stack",
|
|
9
|
+
"starknet",
|
|
10
|
+
"web3",
|
|
11
|
+
"blockchain",
|
|
7
12
|
"expo",
|
|
8
13
|
"react-native",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
14
|
+
"mobile",
|
|
15
|
+
"ios",
|
|
16
|
+
"android",
|
|
12
17
|
"wallet",
|
|
13
|
-
"
|
|
18
|
+
"smart-account",
|
|
19
|
+
"account-abstraction",
|
|
20
|
+
"gasless",
|
|
21
|
+
"passkey",
|
|
22
|
+
"biometric",
|
|
23
|
+
"payments",
|
|
24
|
+
"crypto-payments",
|
|
25
|
+
"stablecoins",
|
|
26
|
+
"sdk",
|
|
27
|
+
"typescript"
|
|
14
28
|
],
|
|
15
|
-
"homepage": "https://
|
|
29
|
+
"homepage": "https://docs.chipipay.com",
|
|
16
30
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/chipi-pay/chipi
|
|
31
|
+
"url": "https://github.com/chipi-pay/build-with-chipi/issues"
|
|
18
32
|
},
|
|
19
33
|
"repository": {
|
|
20
34
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/chipi-pay/chipi
|
|
22
|
-
"directory": "sdks/chipi-expo"
|
|
35
|
+
"url": "git+https://github.com/chipi-pay/build-with-chipi.git"
|
|
23
36
|
},
|
|
24
37
|
"license": "MIT",
|
|
25
|
-
"author":
|
|
38
|
+
"author": {
|
|
39
|
+
"name": "Chipi Pay",
|
|
40
|
+
"email": "carlos@chipipay.com",
|
|
41
|
+
"url": "https://chipipay.com"
|
|
42
|
+
},
|
|
26
43
|
"exports": {
|
|
27
44
|
".": {
|
|
28
45
|
"import": {
|
|
@@ -56,16 +73,16 @@
|
|
|
56
73
|
"dependencies": {
|
|
57
74
|
"@tanstack/react-query": "^5.85.0",
|
|
58
75
|
"crypto-es": "^2.1.0",
|
|
59
|
-
"@chipi-stack/
|
|
60
|
-
"@chipi-stack/
|
|
61
|
-
"@chipi-stack/
|
|
62
|
-
"@chipi-stack/
|
|
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"
|
|
63
80
|
},
|
|
64
81
|
"peerDependencies": {
|
|
65
|
-
"expo-local-authentication": ">=
|
|
66
|
-
"expo-secure-store": ">=
|
|
67
|
-
"react": ">=
|
|
68
|
-
"react-dom": ">=
|
|
82
|
+
"expo-local-authentication": ">=55.0.0",
|
|
83
|
+
"expo-secure-store": ">=55.0.0",
|
|
84
|
+
"react": ">=18.0.0",
|
|
85
|
+
"react-dom": ">=18.0.0"
|
|
69
86
|
},
|
|
70
87
|
"peerDependenciesMeta": {
|
|
71
88
|
"expo-local-authentication": {
|
|
@@ -79,7 +96,7 @@
|
|
|
79
96
|
}
|
|
80
97
|
},
|
|
81
98
|
"engines": {
|
|
82
|
-
"node": ">=
|
|
99
|
+
"node": ">=20.19.0"
|
|
83
100
|
},
|
|
84
101
|
"publishConfig": {
|
|
85
102
|
"access": "public"
|