@chipi-stack/chipi-expo 14.0.0 → 14.1.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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -0
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chipi-stack/chipi-expo",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.1.0",
|
|
4
4
|
"description": "Chipi SDK for React Native and Expo applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chipi",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@tanstack/react-query": "^5.85.0",
|
|
58
58
|
"crypto-es": "^2.1.0",
|
|
59
|
-
"@chipi-stack/backend": "^14.
|
|
60
|
-
"@chipi-stack/chipi-react": "^14.
|
|
61
|
-
"@chipi-stack/shared": "^14.
|
|
62
|
-
"@chipi-stack/types": "^14.
|
|
59
|
+
"@chipi-stack/backend": "^14.1.0",
|
|
60
|
+
"@chipi-stack/chipi-react": "^14.1.0",
|
|
61
|
+
"@chipi-stack/shared": "^14.1.0",
|
|
62
|
+
"@chipi-stack/types": "^14.1.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"expo-local-authentication": ">=14.0.0",
|