@chipi-stack/chipi-expo 14.0.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 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.comcom
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/dist/index.d.mts CHANGED
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
3
3
  import { ChipiSDKConfig, CreateWalletParams, CreateWalletResponse, MigrateWalletToPasskeyParams, WalletData } from '@chipi-stack/types';
4
4
  export * from '@chipi-stack/types';
5
5
  export { Chain, ChainToken } from '@chipi-stack/types';
6
- export { ChipiWalletData, SessionState, SessionWallet, UseChipiSessionConfig, UseChipiSessionReturn, UseChipiWalletConfig, UseChipiWalletReturn, useAddSessionKeyToContract, useApprove, useCallAnyContract, useChipiContext, useChipiSession, useChipiWallet, useCreateSessionKey, useExecuteWithSession, useGetSessionData, useGetSku, useGetSkuList, useGetSkuPurchase, useGetTokenBalance, useGetTransactionList, useGetWallet, usePurchaseSku, useRecordSendTransaction, useRevokeSessionKey, useTransfer, useUpdateWalletEncryption } from '@chipi-stack/chipi-react';
6
+ export { ChipiWalletData, SessionState, SessionWallet, UseChipiSessionConfig, UseChipiSessionReturn, UseChipiWalletConfig, UseChipiWalletReturn, useAddSessionKeyToContract, useApprove, useCallAnyContract, useChipiContext, useChipiSession, useChipiWallet, useCreateSessionKey, useExecuteWithSession, useGetSessionData, useGetSku, useGetSkuList, useGetSkuPurchase, useGetTokenBalance, useGetTransaction, useGetTransactionList, useGetTransactionStatus, useGetWallet, usePurchaseSku, useRecordSendTransaction, useRevokeSessionKey, useTransfer, useUpdateWalletEncryption } from '@chipi-stack/chipi-react';
7
7
 
8
8
  interface ChipiProviderProps {
9
9
  children: ReactNode;
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
3
3
  import { ChipiSDKConfig, CreateWalletParams, CreateWalletResponse, MigrateWalletToPasskeyParams, WalletData } from '@chipi-stack/types';
4
4
  export * from '@chipi-stack/types';
5
5
  export { Chain, ChainToken } from '@chipi-stack/types';
6
- export { ChipiWalletData, SessionState, SessionWallet, UseChipiSessionConfig, UseChipiSessionReturn, UseChipiWalletConfig, UseChipiWalletReturn, useAddSessionKeyToContract, useApprove, useCallAnyContract, useChipiContext, useChipiSession, useChipiWallet, useCreateSessionKey, useExecuteWithSession, useGetSessionData, useGetSku, useGetSkuList, useGetSkuPurchase, useGetTokenBalance, useGetTransactionList, useGetWallet, usePurchaseSku, useRecordSendTransaction, useRevokeSessionKey, useTransfer, useUpdateWalletEncryption } from '@chipi-stack/chipi-react';
6
+ export { ChipiWalletData, SessionState, SessionWallet, UseChipiSessionConfig, UseChipiSessionReturn, UseChipiWalletConfig, UseChipiWalletReturn, useAddSessionKeyToContract, useApprove, useCallAnyContract, useChipiContext, useChipiSession, useChipiWallet, useCreateSessionKey, useExecuteWithSession, useGetSessionData, useGetSku, useGetSkuList, useGetSkuPurchase, useGetTokenBalance, useGetTransaction, useGetTransactionList, useGetTransactionStatus, useGetWallet, usePurchaseSku, useRecordSendTransaction, useRevokeSessionKey, useTransfer, useUpdateWalletEncryption } from '@chipi-stack/chipi-react';
7
7
 
8
8
  interface ChipiProviderProps {
9
9
  children: ReactNode;
package/dist/index.js CHANGED
@@ -271,10 +271,18 @@ Object.defineProperty(exports, "useGetTokenBalance", {
271
271
  enumerable: true,
272
272
  get: function () { return chipiReact.useGetTokenBalance; }
273
273
  });
274
+ Object.defineProperty(exports, "useGetTransaction", {
275
+ enumerable: true,
276
+ get: function () { return chipiReact.useGetTransaction; }
277
+ });
274
278
  Object.defineProperty(exports, "useGetTransactionList", {
275
279
  enumerable: true,
276
280
  get: function () { return chipiReact.useGetTransactionList; }
277
281
  });
282
+ Object.defineProperty(exports, "useGetTransactionStatus", {
283
+ enumerable: true,
284
+ get: function () { return chipiReact.useGetTransactionStatus; }
285
+ });
278
286
  Object.defineProperty(exports, "useGetWallet", {
279
287
  enumerable: true,
280
288
  get: function () { return chipiReact.useGetWallet; }
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ChipiProvider as ChipiProvider$1, useChipiContext } from '@chipi-stack/chipi-react';
2
- export { useAddSessionKeyToContract, useApprove, useCallAnyContract, useChipiContext, useChipiSession, useChipiWallet, useCreateSessionKey, useExecuteWithSession, useGetSessionData, useGetSku, useGetSkuList, useGetSkuPurchase, useGetTokenBalance, useGetTransactionList, useGetWallet, usePurchaseSku, useRecordSendTransaction, useRevokeSessionKey, useTransfer, useUpdateWalletEncryption } from '@chipi-stack/chipi-react';
2
+ export { useAddSessionKeyToContract, useApprove, useCallAnyContract, useChipiContext, useChipiSession, useChipiWallet, useCreateSessionKey, useExecuteWithSession, useGetSessionData, useGetSku, useGetSkuList, useGetSkuPurchase, useGetTokenBalance, useGetTransaction, useGetTransactionList, useGetTransactionStatus, useGetWallet, usePurchaseSku, useRecordSendTransaction, useRevokeSessionKey, useTransfer, useUpdateWalletEncryption } from '@chipi-stack/chipi-react';
3
3
  import * as LocalAuthentication from 'expo-local-authentication';
4
4
  import * as SecureStore from 'expo-secure-store';
5
5
  import CryptoES from 'crypto-es';
package/package.json CHANGED
@@ -1,28 +1,45 @@
1
1
  {
2
2
  "name": "@chipi-stack/chipi-expo",
3
- "version": "14.0.0",
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
- "react",
10
- "blockchain",
11
- "starknet",
14
+ "mobile",
15
+ "ios",
16
+ "android",
12
17
  "wallet",
13
- "transactions"
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://github.com/chipi-pay/chipi-sdk",
29
+ "homepage": "https://docs.chipipay.com",
16
30
  "bugs": {
17
- "url": "https://github.com/chipi-pay/chipi-sdk/issues"
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-sdk.git",
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": "Chipi Pay",
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/backend": "^14.0.0",
60
- "@chipi-stack/chipi-react": "^14.0.0",
61
- "@chipi-stack/shared": "^14.0.0",
62
- "@chipi-stack/types": "^14.0.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"
63
80
  },
64
81
  "peerDependencies": {
65
- "expo-local-authentication": ">=14.0.0",
66
- "expo-secure-store": ">=13.0.0",
67
- "react": ">=16.8.0",
68
- "react-dom": ">=16.8.0"
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": ">=18.17.0"
99
+ "node": ">=20.19.0"
83
100
  },
84
101
  "publishConfig": {
85
102
  "access": "public"