@vue-solana/vue 0.8.0 → 0.8.2
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 +63 -46
- package/dist/index.cjs +13 -12
- package/dist/index.mjs +14 -13
- package/dist/shared/{vue.5sF8eKgx.mjs → vue.B7w1CC4R.mjs} +1 -1
- package/dist/shared/{vue.BlfFUgC-.mjs → vue.BBNHeOeb.mjs} +3 -3
- package/dist/shared/{vue.CzTu_DPr.mjs → vue.BTN0h5Il.mjs} +2 -2
- package/dist/shared/{vue.CwhEmATP.cjs → vue.Bii4W61L.cjs} +1 -1
- package/dist/shared/{vue.D1JtJ2lD.cjs → vue.BleajB0B.cjs} +2 -2
- package/dist/shared/{vue.COyyrsQU.cjs → vue.C5C3l0RQ.cjs} +1 -1
- package/dist/shared/{vue.BBoDTIfF.cjs → vue.CKXhlRu-.cjs} +2 -2
- package/dist/shared/{vue.DlEAL2G8.mjs → vue.CKx4lRew.mjs} +1 -1
- package/dist/shared/{vue.BnSjOzvb.cjs → vue.CMJANJ4a.cjs} +3 -3
- package/dist/shared/{vue.DRlaqQCL.cjs → vue.CXNFQf3l.cjs} +2 -2
- package/dist/shared/{vue.BeA8WQ2g.cjs → vue.CZohWxBN.cjs} +1 -1
- package/dist/shared/{vue.BqDzSepb.mjs → vue.ChnRkpDR.mjs} +1 -1
- package/dist/shared/{vue.h-uS8MXN.mjs → vue.Cvg6TEXE.mjs} +1 -1
- package/dist/shared/{vue.P9tgeC5S.cjs → vue.D5Kmwcx3.cjs} +1 -1
- package/dist/shared/{vue.NFoc_-Kt.cjs → vue.D6U1RFZ0.cjs} +2 -2
- package/dist/shared/{vue.1M_c5FWA.mjs → vue.DCDTsSjf.mjs} +3 -1
- package/dist/shared/{vue.BDl2vVkp.mjs → vue.DOpWV4b3.mjs} +2 -2
- package/dist/shared/{vue.BzopW_4m.mjs → vue.DZWyk9E_.mjs} +2 -2
- package/dist/shared/{vue.CxMrojxC.mjs → vue.DaoqgzJC.mjs} +1 -1
- package/dist/shared/{vue.Cl3hXlXK.mjs → vue.DgPfVZnU.mjs} +2 -2
- package/dist/shared/{vue.DuI_Jm5P.cjs → vue.Dp894nYb.cjs} +1 -1
- package/dist/shared/{vue.C4tLiG3R.cjs → vue.eNXmiI3a.cjs} +3 -1
- package/dist/shared/{vue.DfeKj9vL.cjs → vue.o-mWY2Yg.cjs} +1 -1
- package/dist/shared/{vue.PTQ2iRAi.mjs → vue.vn--SX8d.mjs} +1 -1
- package/dist/useAccountInfo.cjs +4 -4
- package/dist/useAccountInfo.mjs +4 -4
- package/dist/useBalance.cjs +4 -4
- package/dist/useBalance.mjs +4 -4
- package/dist/useConnection.cjs +3 -3
- package/dist/useConnection.mjs +3 -3
- package/dist/useProgramAccounts.cjs +4 -4
- package/dist/useProgramAccounts.mjs +4 -4
- package/dist/useRpc.cjs +2 -2
- package/dist/useRpc.mjs +2 -2
- package/dist/useSignAndSendTransaction.cjs +6 -6
- package/dist/useSignAndSendTransaction.mjs +6 -6
- package/dist/useSignMessage.cjs +3 -3
- package/dist/useSignMessage.mjs +3 -3
- package/dist/useSignatureStatus.cjs +4 -4
- package/dist/useSignatureStatus.mjs +4 -4
- package/dist/useSolana.cjs +1 -1
- package/dist/useSolana.mjs +1 -1
- package/dist/useTransactionConfirmation.cjs +4 -4
- package/dist/useTransactionConfirmation.mjs +4 -4
- package/dist/useWallet.cjs +2 -2
- package/dist/useWallet.mjs +2 -2
- package/dist/useWallets.cjs +2 -2
- package/dist/useWallets.mjs +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# @vue-solana/vue
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@vue-solana/vue)
|
|
4
|
+
[](https://www.npmjs.com/package/@vue-solana/vue)
|
|
5
|
+
[](https://github.com/vue-solana/vue-solana/blob/main/LICENSE)
|
|
6
|
+
[](https://vue-solana-docs.vercel.app/packages/vue)
|
|
7
|
+
|
|
8
|
+
Solana wallet, RPC, account, message signing, and transaction composables for Vue 3.
|
|
4
9
|
|
|
5
10
|
Use this package in Vue 3 apps that need Solana RPC access, balance reads, wallet state, message signing, and transaction helper state.
|
|
6
11
|
|
|
@@ -14,6 +19,26 @@ New to Solana? Start with the official docs and the project concepts guide:
|
|
|
14
19
|
- [Agent Skill](https://vue-solana-docs.vercel.app/agent-skill)
|
|
15
20
|
- [Live demo](https://vue-solana-docs.vercel.app/demo)
|
|
16
21
|
|
|
22
|
+
## Features
|
|
23
|
+
|
|
24
|
+
- Vue plugin for shared Solana RPC and wallet context.
|
|
25
|
+
- SSR-safe composables that return inert state when no client plugin context is available.
|
|
26
|
+
- RPC status and latest blockhash reads.
|
|
27
|
+
- Balance, account info, program account, and signature status composables.
|
|
28
|
+
- Unified wallet discovery and selection for browser extensions, Android Mobile Wallet Adapter, and supported iOS browser wallets.
|
|
29
|
+
- Message signing helpers for wallet ownership and authentication challenges.
|
|
30
|
+
- Transaction submission and confirmation state helpers.
|
|
31
|
+
- Direct subpath exports for narrower imports.
|
|
32
|
+
|
|
33
|
+
## Compatibility
|
|
34
|
+
|
|
35
|
+
| Requirement | Supported |
|
|
36
|
+
| ------------------ | ----------------------------------------------- |
|
|
37
|
+
| Vue | `^3.5.0` |
|
|
38
|
+
| TypeScript | TypeScript 5.x recommended |
|
|
39
|
+
| Solana client peer | `@solana/web3-compat@^0.0.21` |
|
|
40
|
+
| Clusters | `mainnet-beta`, `devnet`, `testnet`, `localnet` |
|
|
41
|
+
|
|
17
42
|
## Install
|
|
18
43
|
|
|
19
44
|
```sh
|
|
@@ -63,6 +88,18 @@ createApp(App).use(
|
|
|
63
88
|
|
|
64
89
|
Supported clusters are `mainnet-beta`, `devnet`, `testnet`, and `localnet`. Use `mainnet-beta` for Solana mainnet; this is Solana's official cluster name.
|
|
65
90
|
|
|
91
|
+
### Plugin Options
|
|
92
|
+
|
|
93
|
+
| Option | Type | Default | Description |
|
|
94
|
+
| -------------- | ------------------------------------------------------- | ------------------------------------ | --------------------------------------------------------------------------------------------- |
|
|
95
|
+
| `cluster` | `"mainnet-beta" \| "devnet" \| "testnet" \| "localnet"` | `"devnet"` | Solana cluster used when `endpoint` is omitted. |
|
|
96
|
+
| `endpoint` | `string` | Public endpoint for `cluster` | HTTP RPC endpoint. Use a dedicated RPC provider for production apps. |
|
|
97
|
+
| `wsEndpoint` | `string` | Derived from `endpoint` | WebSocket RPC endpoint. |
|
|
98
|
+
| `commitment` | Solana commitment | Solana client default | Default commitment for created connections. |
|
|
99
|
+
| `autoConnect` | `boolean` | `false` | Reconnects only a previously selected discovered wallet identity when it is discovered again. |
|
|
100
|
+
| `wallet` | `SolanaWallet` | Disabled | Custom wallet adapter, useful for tests or custom integrations. |
|
|
101
|
+
| `mobileWallet` | `MobileWalletOptions \| false` | Enabled on supported Android clients | Configures or disables Android Mobile Wallet Adapter registration. |
|
|
102
|
+
|
|
66
103
|
The root export remains supported. For composables, prefer direct subpath imports in new code so bundlers can avoid evaluating unrelated package entry code:
|
|
67
104
|
|
|
68
105
|
```ts
|
|
@@ -268,21 +305,23 @@ Docs: [Vue Solana Agent Skill](https://vue-solana-docs.vercel.app/agent-skill)
|
|
|
268
305
|
|
|
269
306
|
## API
|
|
270
307
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
308
|
+
| API | Description |
|
|
309
|
+
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
|
|
310
|
+
| `createSolanaPlugin(options?)` | Installs the Vue Solana context. |
|
|
311
|
+
| `VueSolana` | Alias for `createSolanaPlugin`. |
|
|
312
|
+
| `useSolana()` | Returns the full injected Solana context. |
|
|
313
|
+
| `useRpc()` | Returns cluster, endpoint, connection status, latest blockhash, and `checkConnection()`. |
|
|
314
|
+
| `useConnection()` | Returns the Solana `Connection`. |
|
|
315
|
+
| `useWallet()` | Returns wallet refs, computed connection state, and wallet actions. |
|
|
316
|
+
| `useWallets()` | Returns discovered browser extension wallets, Android MWA wallets, iOS browser wallet links, and wallet selection actions. |
|
|
317
|
+
| `useSignMessage()` | Signs arbitrary message bytes through the connected wallet when message signing is supported. |
|
|
318
|
+
| `useBalance(address, commitment?)` | Loads lamport balance for a `PublicKey` or address string. |
|
|
319
|
+
| `useAccountInfo(address, options?)` | Loads account info and can subscribe to account changes with `watch: true`. |
|
|
320
|
+
| `useProgramAccounts(programId, config?)` | Loads accounts owned by a program with optional filters, commitment, and `dataSlice`. |
|
|
321
|
+
| `useTransaction(handler, options?)` | Generic async transaction state helper with optional timeout settings. |
|
|
322
|
+
| `useTransactionConfirmation(options?)` | Confirms a submitted signature with reactive status and timeout/error state. |
|
|
323
|
+
| `useSignatureStatus(signature, options?)` | Reads a transaction signature status with optional polling or websocket subscription. |
|
|
324
|
+
| `useSignAndSendTransaction()` | Signs and sends a transaction through the configured wallet, with optional confirmation waiting. |
|
|
286
325
|
|
|
287
326
|
Direct composable subpaths:
|
|
288
327
|
|
|
@@ -300,37 +339,15 @@ Direct composable subpaths:
|
|
|
300
339
|
- `@vue-solana/vue/useSignatureStatus`
|
|
301
340
|
- `@vue-solana/vue/useSignAndSendTransaction`
|
|
302
341
|
|
|
303
|
-
##
|
|
304
|
-
|
|
305
|
-
`@solana/web3-compat@0.0.21` currently has broken TypeScript metadata. Runtime imports still use the real package, but TypeScript consumers may need a local declaration shim.
|
|
306
|
-
|
|
307
|
-
If TypeScript cannot resolve `@solana/web3-compat`, add `types/web3-compat.d.ts` to your app:
|
|
308
|
-
|
|
309
|
-
```ts
|
|
310
|
-
declare module "@solana/web3-compat" {
|
|
311
|
-
export type {
|
|
312
|
-
AccountInfo,
|
|
313
|
-
Commitment,
|
|
314
|
-
RpcResponseAndContext,
|
|
315
|
-
SendOptions,
|
|
316
|
-
SignatureResult,
|
|
317
|
-
SignatureStatus,
|
|
318
|
-
TransactionSignature,
|
|
319
|
-
} from "@solana/web3.js";
|
|
320
|
-
export {
|
|
321
|
-
Connection,
|
|
322
|
-
Keypair,
|
|
323
|
-
PublicKey,
|
|
324
|
-
SystemProgram,
|
|
325
|
-
Transaction,
|
|
326
|
-
TransactionInstruction,
|
|
327
|
-
VersionedTransaction,
|
|
328
|
-
} from "@solana/web3.js";
|
|
329
|
-
}
|
|
330
|
-
```
|
|
342
|
+
## Caveats
|
|
331
343
|
|
|
332
|
-
|
|
344
|
+
- Wallet and RPC operations require the plugin-provided client context. Composables are SSR-safe, but real wallet work should run after hydration or in user actions.
|
|
345
|
+
- Public Solana RPC endpoints are useful for development, but production apps should use dedicated RPC infrastructure.
|
|
346
|
+
- Broad `useProgramAccounts()` scans can be expensive or blocked on public RPC nodes. Prefer narrow filters and `dataSlice`.
|
|
347
|
+
- Use `mainnet-beta` for Solana mainnet. `mainnet` is intentionally not accepted as a cluster alias.
|
|
348
|
+
- `@solana/web3-compat@0.0.21` currently has broken TypeScript package metadata. Runtime imports still use the real package, but TypeScript consumers may need a local declaration shim. See [Troubleshooting](https://vue-solana-docs.vercel.app/troubleshooting) for the workaround.
|
|
349
|
+
- Desktop native app wallets are planned but not implemented yet.
|
|
333
350
|
|
|
334
351
|
## Status
|
|
335
352
|
|
|
336
|
-
This package
|
|
353
|
+
This package provides RPC, balance, browser extension wallet, Android mobile wallet, iOS browser wallet, message signing, and transaction composables.
|
package/dist/index.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useAccountInfo = require('./shared/vue.
|
|
4
|
-
const useBalance = require('./shared/vue.
|
|
5
|
-
const useConnection = require('./shared/vue.
|
|
6
|
-
const useProgramAccounts = require('./shared/vue.
|
|
7
|
-
const useRpc = require('./shared/vue.
|
|
8
|
-
const useSignMessage = require('./shared/vue.
|
|
9
|
-
const useSignAndSendTransaction = require('./shared/vue.
|
|
10
|
-
const useSignatureStatus = require('./shared/vue.
|
|
11
|
-
const useSolana = require('./shared/vue.
|
|
3
|
+
const useAccountInfo = require('./shared/vue.CKXhlRu-.cjs');
|
|
4
|
+
const useBalance = require('./shared/vue.D6U1RFZ0.cjs');
|
|
5
|
+
const useConnection = require('./shared/vue.Bii4W61L.cjs');
|
|
6
|
+
const useProgramAccounts = require('./shared/vue.BleajB0B.cjs');
|
|
7
|
+
const useRpc = require('./shared/vue.C5C3l0RQ.cjs');
|
|
8
|
+
const useSignMessage = require('./shared/vue.Dp894nYb.cjs');
|
|
9
|
+
const useSignAndSendTransaction = require('./shared/vue.CMJANJ4a.cjs');
|
|
10
|
+
const useSignatureStatus = require('./shared/vue.CXNFQf3l.cjs');
|
|
11
|
+
const useSolana = require('./shared/vue.eNXmiI3a.cjs');
|
|
12
12
|
const useTransaction = require('./shared/vue.CE5i8KZZ.cjs');
|
|
13
|
-
const useTransactionConfirmation = require('./shared/vue.
|
|
14
|
-
const useWallet = require('./shared/vue.
|
|
15
|
-
const useWallets = require('./shared/vue.
|
|
13
|
+
const useTransactionConfirmation = require('./shared/vue.CZohWxBN.cjs');
|
|
14
|
+
const useWallet = require('./shared/vue.o-mWY2Yg.cjs');
|
|
15
|
+
const useWallets = require('./shared/vue.D5Kmwcx3.cjs');
|
|
16
16
|
const errors = require('@vue-solana/core/errors');
|
|
17
17
|
const rpc = require('@vue-solana/core/rpc');
|
|
18
18
|
const timeout = require('@vue-solana/core/timeout');
|
|
@@ -146,6 +146,7 @@ function createSolanaWalletRegistry(options) {
|
|
|
146
146
|
);
|
|
147
147
|
},
|
|
148
148
|
disconnect: () => adaptedWallet.disconnect(),
|
|
149
|
+
signMessage: adaptedWallet.signMessage?.bind(adaptedWallet),
|
|
149
150
|
signTransaction: adaptedWallet.signTransaction?.bind(adaptedWallet),
|
|
150
151
|
signAllTransactions: adaptedWallet.signAllTransactions?.bind(adaptedWallet),
|
|
151
152
|
signAndSendTransaction: adaptedWallet.signAndSendTransaction?.bind(adaptedWallet)
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { u as useAccountInfo } from './shared/vue.
|
|
2
|
-
export { u as useBalance } from './shared/vue.
|
|
3
|
-
export { u as useConnection } from './shared/vue.
|
|
4
|
-
export { u as useProgramAccounts } from './shared/vue.
|
|
5
|
-
export { u as useRpc } from './shared/vue.
|
|
6
|
-
export { u as useSignMessage } from './shared/vue.
|
|
7
|
-
export { u as useSignAndSendTransaction } from './shared/vue.
|
|
8
|
-
export { u as useSignatureStatus } from './shared/vue.
|
|
9
|
-
import { s as solanaInjectionKey } from './shared/vue.
|
|
10
|
-
export { t as tryUseSolana, u as useSolana } from './shared/vue.
|
|
1
|
+
export { u as useAccountInfo } from './shared/vue.DgPfVZnU.mjs';
|
|
2
|
+
export { u as useBalance } from './shared/vue.DOpWV4b3.mjs';
|
|
3
|
+
export { u as useConnection } from './shared/vue.CKx4lRew.mjs';
|
|
4
|
+
export { u as useProgramAccounts } from './shared/vue.BTN0h5Il.mjs';
|
|
5
|
+
export { u as useRpc } from './shared/vue.ChnRkpDR.mjs';
|
|
6
|
+
export { u as useSignMessage } from './shared/vue.vn--SX8d.mjs';
|
|
7
|
+
export { u as useSignAndSendTransaction } from './shared/vue.BBNHeOeb.mjs';
|
|
8
|
+
export { u as useSignatureStatus } from './shared/vue.DZWyk9E_.mjs';
|
|
9
|
+
import { s as solanaInjectionKey } from './shared/vue.DCDTsSjf.mjs';
|
|
10
|
+
export { t as tryUseSolana, u as useSolana } from './shared/vue.DCDTsSjf.mjs';
|
|
11
11
|
export { u as useTransaction } from './shared/vue.C4d2JA8U.mjs';
|
|
12
|
-
export { g as getConfirmedTransactionStatus, u as useTransactionConfirmation } from './shared/vue.
|
|
13
|
-
export { u as useWallet } from './shared/vue.
|
|
14
|
-
export { u as useWallets } from './shared/vue.
|
|
12
|
+
export { g as getConfirmedTransactionStatus, u as useTransactionConfirmation } from './shared/vue.DaoqgzJC.mjs';
|
|
13
|
+
export { u as useWallet } from './shared/vue.B7w1CC4R.mjs';
|
|
14
|
+
export { u as useWallets } from './shared/vue.Cvg6TEXE.mjs';
|
|
15
15
|
import { createSolanaError, normalizeSolanaError } from '@vue-solana/core/errors';
|
|
16
16
|
import { createSolanaContext } from '@vue-solana/core/rpc';
|
|
17
17
|
import { withTimeout } from '@vue-solana/core/timeout';
|
|
@@ -145,6 +145,7 @@ function createSolanaWalletRegistry(options) {
|
|
|
145
145
|
);
|
|
146
146
|
},
|
|
147
147
|
disconnect: () => adaptedWallet.disconnect(),
|
|
148
|
+
signMessage: adaptedWallet.signMessage?.bind(adaptedWallet),
|
|
148
149
|
signTransaction: adaptedWallet.signTransaction?.bind(adaptedWallet),
|
|
149
150
|
signAllTransactions: adaptedWallet.signAllTransactions?.bind(adaptedWallet),
|
|
150
151
|
signAndSendTransaction: adaptedWallet.signAndSendTransaction?.bind(adaptedWallet)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { normalizeSolanaError } from '@vue-solana/core/errors';
|
|
2
2
|
import { createNoWalletSelectedError } from '@vue-solana/core/wallet';
|
|
3
3
|
import { ref, computed, triggerRef } from 'vue';
|
|
4
|
-
import { u as useSolana } from './vue.
|
|
4
|
+
import { u as useSolana } from './vue.DCDTsSjf.mjs';
|
|
5
5
|
|
|
6
6
|
function useWallet() {
|
|
7
7
|
const solana = useSolana();
|
|
@@ -3,9 +3,9 @@ import { withSolanaTimeout } from '@vue-solana/core/timeout';
|
|
|
3
3
|
import { signAndSendTransaction, confirmTransactionSignature } from '@vue-solana/core/transaction';
|
|
4
4
|
import { createNoWalletSelectedError } from '@vue-solana/core/wallet';
|
|
5
5
|
import { ref } from 'vue';
|
|
6
|
-
import { u as useConnection } from './vue.
|
|
7
|
-
import { u as useWallet } from './vue.
|
|
8
|
-
import { g as getConfirmedTransactionStatus } from './vue.
|
|
6
|
+
import { u as useConnection } from './vue.CKx4lRew.mjs';
|
|
7
|
+
import { u as useWallet } from './vue.B7w1CC4R.mjs';
|
|
8
|
+
import { g as getConfirmedTransactionStatus } from './vue.DaoqgzJC.mjs';
|
|
9
9
|
|
|
10
10
|
const SIGN_AND_SEND_TIMEOUT_MS = 12e4;
|
|
11
11
|
function useSignAndSendTransaction() {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { parsePublicKey } from '@vue-solana/core/address';
|
|
2
2
|
import { normalizeSolanaError } from '@vue-solana/core/errors';
|
|
3
3
|
import { shallowRef, onMounted, onUnmounted, watch, toValue } from 'vue';
|
|
4
|
-
import { u as useConnection } from './vue.
|
|
5
|
-
import { t as tryUseSolana } from './vue.
|
|
4
|
+
import { u as useConnection } from './vue.CKx4lRew.mjs';
|
|
5
|
+
import { t as tryUseSolana } from './vue.DCDTsSjf.mjs';
|
|
6
6
|
|
|
7
7
|
function useProgramAccounts(programId, options = {}) {
|
|
8
8
|
const solana = tryUseSolana();
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const address = require('@vue-solana/core/address');
|
|
4
4
|
const errors = require('@vue-solana/core/errors');
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const useConnection = require('./vue.
|
|
7
|
-
const useSolana = require('./vue.
|
|
6
|
+
const useConnection = require('./vue.Bii4W61L.cjs');
|
|
7
|
+
const useSolana = require('./vue.eNXmiI3a.cjs');
|
|
8
8
|
|
|
9
9
|
function useProgramAccounts(programId, options = {}) {
|
|
10
10
|
const solana = useSolana.tryUseSolana();
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const address = require('@vue-solana/core/address');
|
|
4
4
|
const errors = require('@vue-solana/core/errors');
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const useConnection = require('./vue.
|
|
7
|
-
const useSolana = require('./vue.
|
|
6
|
+
const useConnection = require('./vue.Bii4W61L.cjs');
|
|
7
|
+
const useSolana = require('./vue.eNXmiI3a.cjs');
|
|
8
8
|
|
|
9
9
|
function useAccountInfo(address$1, options = {}) {
|
|
10
10
|
const solana = useSolana.tryUseSolana();
|
|
@@ -5,9 +5,9 @@ const timeout = require('@vue-solana/core/timeout');
|
|
|
5
5
|
const transaction = require('@vue-solana/core/transaction');
|
|
6
6
|
const wallet = require('@vue-solana/core/wallet');
|
|
7
7
|
const vue = require('vue');
|
|
8
|
-
const useConnection = require('./vue.
|
|
9
|
-
const useWallet = require('./vue.
|
|
10
|
-
const useTransactionConfirmation = require('./vue.
|
|
8
|
+
const useConnection = require('./vue.Bii4W61L.cjs');
|
|
9
|
+
const useWallet = require('./vue.o-mWY2Yg.cjs');
|
|
10
|
+
const useTransactionConfirmation = require('./vue.CZohWxBN.cjs');
|
|
11
11
|
|
|
12
12
|
const SIGN_AND_SEND_TIMEOUT_MS = 12e4;
|
|
13
13
|
function useSignAndSendTransaction() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const errors = require('@vue-solana/core/errors');
|
|
4
4
|
const bs58 = require('bs58');
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const useConnection = require('./vue.
|
|
7
|
-
const useSolana = require('./vue.
|
|
6
|
+
const useConnection = require('./vue.Bii4W61L.cjs');
|
|
7
|
+
const useSolana = require('./vue.eNXmiI3a.cjs');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
|
|
10
10
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const transaction = require('@vue-solana/core/transaction');
|
|
4
4
|
const errors = require('@vue-solana/core/errors');
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const useConnection = require('./vue.
|
|
6
|
+
const useConnection = require('./vue.Bii4W61L.cjs');
|
|
7
7
|
|
|
8
8
|
function getConfirmedTransactionStatus(confirmation) {
|
|
9
9
|
if (confirmation.commitment === "finalized") {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const address = require('@vue-solana/core/address');
|
|
4
4
|
const errors = require('@vue-solana/core/errors');
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const useConnection = require('./vue.
|
|
7
|
-
const useSolana = require('./vue.
|
|
6
|
+
const useConnection = require('./vue.Bii4W61L.cjs');
|
|
7
|
+
const useSolana = require('./vue.eNXmiI3a.cjs');
|
|
8
8
|
|
|
9
9
|
function useBalance(address$1, commitment) {
|
|
10
10
|
const solana = useSolana.tryUseSolana();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { parsePublicKey } from '@vue-solana/core/address';
|
|
2
2
|
import { normalizeSolanaError } from '@vue-solana/core/errors';
|
|
3
3
|
import { shallowRef, onMounted, watch, toValue } from 'vue';
|
|
4
|
-
import { u as useConnection } from './vue.
|
|
5
|
-
import { t as tryUseSolana } from './vue.
|
|
4
|
+
import { u as useConnection } from './vue.CKx4lRew.mjs';
|
|
5
|
+
import { t as tryUseSolana } from './vue.DCDTsSjf.mjs';
|
|
6
6
|
|
|
7
7
|
function useBalance(address, commitment) {
|
|
8
8
|
const solana = tryUseSolana();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { normalizeSolanaError, createSolanaError } from '@vue-solana/core/errors';
|
|
2
2
|
import bs58 from 'bs58';
|
|
3
3
|
import { shallowRef, onMounted, onUnmounted, watch, toValue } from 'vue';
|
|
4
|
-
import { u as useConnection } from './vue.
|
|
5
|
-
import { t as tryUseSolana } from './vue.
|
|
4
|
+
import { u as useConnection } from './vue.CKx4lRew.mjs';
|
|
5
|
+
import { t as tryUseSolana } from './vue.DCDTsSjf.mjs';
|
|
6
6
|
|
|
7
7
|
function useSignatureStatus(signature, options = {}) {
|
|
8
8
|
const solana = tryUseSolana();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { confirmTransactionSignature } from '@vue-solana/core/transaction';
|
|
2
2
|
import { normalizeSolanaError } from '@vue-solana/core/errors';
|
|
3
3
|
import { ref } from 'vue';
|
|
4
|
-
import { u as useConnection } from './vue.
|
|
4
|
+
import { u as useConnection } from './vue.CKx4lRew.mjs';
|
|
5
5
|
|
|
6
6
|
function getConfirmedTransactionStatus(confirmation) {
|
|
7
7
|
if (confirmation.commitment === "finalized") {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { parsePublicKey } from '@vue-solana/core/address';
|
|
2
2
|
import { normalizeSolanaError } from '@vue-solana/core/errors';
|
|
3
3
|
import { shallowRef, onMounted, onUnmounted, watch, toValue } from 'vue';
|
|
4
|
-
import { u as useConnection } from './vue.
|
|
5
|
-
import { t as tryUseSolana } from './vue.
|
|
4
|
+
import { u as useConnection } from './vue.CKx4lRew.mjs';
|
|
5
|
+
import { t as tryUseSolana } from './vue.DCDTsSjf.mjs';
|
|
6
6
|
|
|
7
7
|
function useAccountInfo(address, options = {}) {
|
|
8
8
|
const solana = tryUseSolana();
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const errors = require('@vue-solana/core/errors');
|
|
4
4
|
const wallet = require('@vue-solana/core/wallet');
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const useWallet = require('./vue.
|
|
6
|
+
const useWallet = require('./vue.o-mWY2Yg.cjs');
|
|
7
7
|
|
|
8
8
|
function useSignMessage() {
|
|
9
9
|
const { wallet: wallet$1 } = useWallet.useWallet();
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const errors = require('@vue-solana/core/errors');
|
|
4
4
|
const wallet = require('@vue-solana/core/wallet');
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const useSolana = require('./vue.
|
|
6
|
+
const useSolana = require('./vue.eNXmiI3a.cjs');
|
|
7
7
|
|
|
8
8
|
function useWallet() {
|
|
9
9
|
const solana = useSolana.useSolana();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { normalizeSolanaError } from '@vue-solana/core/errors';
|
|
2
2
|
import { createNoWalletSelectedError, assertWalletCanSignMessage } from '@vue-solana/core/wallet';
|
|
3
3
|
import { ref } from 'vue';
|
|
4
|
-
import { u as useWallet } from './vue.
|
|
4
|
+
import { u as useWallet } from './vue.B7w1CC4R.mjs';
|
|
5
5
|
|
|
6
6
|
function useSignMessage() {
|
|
7
7
|
const { wallet } = useWallet();
|
package/dist/useAccountInfo.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useAccountInfo = require('./shared/vue.
|
|
3
|
+
const useAccountInfo = require('./shared/vue.CKXhlRu-.cjs');
|
|
4
4
|
require('@vue-solana/core/address');
|
|
5
5
|
require('@vue-solana/core/errors');
|
|
6
6
|
require('vue');
|
|
7
|
-
require('./shared/vue.
|
|
8
|
-
require('./shared/vue.
|
|
9
|
-
require('./shared/vue.
|
|
7
|
+
require('./shared/vue.Bii4W61L.cjs');
|
|
8
|
+
require('./shared/vue.C5C3l0RQ.cjs');
|
|
9
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
package/dist/useAccountInfo.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { u as useAccountInfo } from './shared/vue.
|
|
1
|
+
export { u as useAccountInfo } from './shared/vue.DgPfVZnU.mjs';
|
|
2
2
|
import '@vue-solana/core/address';
|
|
3
3
|
import '@vue-solana/core/errors';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import './shared/vue.
|
|
6
|
-
import './shared/vue.
|
|
7
|
-
import './shared/vue.
|
|
5
|
+
import './shared/vue.CKx4lRew.mjs';
|
|
6
|
+
import './shared/vue.ChnRkpDR.mjs';
|
|
7
|
+
import './shared/vue.DCDTsSjf.mjs';
|
package/dist/useBalance.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useBalance = require('./shared/vue.
|
|
3
|
+
const useBalance = require('./shared/vue.D6U1RFZ0.cjs');
|
|
4
4
|
require('@vue-solana/core/address');
|
|
5
5
|
require('@vue-solana/core/errors');
|
|
6
6
|
require('vue');
|
|
7
|
-
require('./shared/vue.
|
|
8
|
-
require('./shared/vue.
|
|
9
|
-
require('./shared/vue.
|
|
7
|
+
require('./shared/vue.Bii4W61L.cjs');
|
|
8
|
+
require('./shared/vue.C5C3l0RQ.cjs');
|
|
9
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
package/dist/useBalance.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { u as useBalance } from './shared/vue.
|
|
1
|
+
export { u as useBalance } from './shared/vue.DOpWV4b3.mjs';
|
|
2
2
|
import '@vue-solana/core/address';
|
|
3
3
|
import '@vue-solana/core/errors';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import './shared/vue.
|
|
6
|
-
import './shared/vue.
|
|
7
|
-
import './shared/vue.
|
|
5
|
+
import './shared/vue.CKx4lRew.mjs';
|
|
6
|
+
import './shared/vue.ChnRkpDR.mjs';
|
|
7
|
+
import './shared/vue.DCDTsSjf.mjs';
|
package/dist/useConnection.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useConnection = require('./shared/vue.
|
|
4
|
-
require('./shared/vue.
|
|
3
|
+
const useConnection = require('./shared/vue.Bii4W61L.cjs');
|
|
4
|
+
require('./shared/vue.C5C3l0RQ.cjs');
|
|
5
5
|
require('vue');
|
|
6
|
-
require('./shared/vue.
|
|
6
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/dist/useConnection.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { u as useConnection } from './shared/vue.
|
|
2
|
-
import './shared/vue.
|
|
1
|
+
export { u as useConnection } from './shared/vue.CKx4lRew.mjs';
|
|
2
|
+
import './shared/vue.ChnRkpDR.mjs';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import './shared/vue.
|
|
4
|
+
import './shared/vue.DCDTsSjf.mjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useProgramAccounts = require('./shared/vue.
|
|
3
|
+
const useProgramAccounts = require('./shared/vue.BleajB0B.cjs');
|
|
4
4
|
require('@vue-solana/core/address');
|
|
5
5
|
require('@vue-solana/core/errors');
|
|
6
6
|
require('vue');
|
|
7
|
-
require('./shared/vue.
|
|
8
|
-
require('./shared/vue.
|
|
9
|
-
require('./shared/vue.
|
|
7
|
+
require('./shared/vue.Bii4W61L.cjs');
|
|
8
|
+
require('./shared/vue.C5C3l0RQ.cjs');
|
|
9
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { u as useProgramAccounts } from './shared/vue.
|
|
1
|
+
export { u as useProgramAccounts } from './shared/vue.BTN0h5Il.mjs';
|
|
2
2
|
import '@vue-solana/core/address';
|
|
3
3
|
import '@vue-solana/core/errors';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import './shared/vue.
|
|
6
|
-
import './shared/vue.
|
|
7
|
-
import './shared/vue.
|
|
5
|
+
import './shared/vue.CKx4lRew.mjs';
|
|
6
|
+
import './shared/vue.ChnRkpDR.mjs';
|
|
7
|
+
import './shared/vue.DCDTsSjf.mjs';
|
package/dist/useRpc.cjs
CHANGED
package/dist/useRpc.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { u as useRpc } from './shared/vue.
|
|
1
|
+
export { u as useRpc } from './shared/vue.ChnRkpDR.mjs';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import './shared/vue.
|
|
3
|
+
import './shared/vue.DCDTsSjf.mjs';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useSignAndSendTransaction = require('./shared/vue.
|
|
3
|
+
const useSignAndSendTransaction = require('./shared/vue.CMJANJ4a.cjs');
|
|
4
4
|
require('@vue-solana/core/errors');
|
|
5
5
|
require('@vue-solana/core/timeout');
|
|
6
6
|
require('@vue-solana/core/transaction');
|
|
7
7
|
require('@vue-solana/core/wallet');
|
|
8
8
|
require('vue');
|
|
9
|
-
require('./shared/vue.
|
|
10
|
-
require('./shared/vue.
|
|
11
|
-
require('./shared/vue.
|
|
12
|
-
require('./shared/vue.
|
|
13
|
-
require('./shared/vue.
|
|
9
|
+
require('./shared/vue.Bii4W61L.cjs');
|
|
10
|
+
require('./shared/vue.C5C3l0RQ.cjs');
|
|
11
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
12
|
+
require('./shared/vue.o-mWY2Yg.cjs');
|
|
13
|
+
require('./shared/vue.CZohWxBN.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { u as useSignAndSendTransaction } from './shared/vue.
|
|
1
|
+
export { u as useSignAndSendTransaction } from './shared/vue.BBNHeOeb.mjs';
|
|
2
2
|
import '@vue-solana/core/errors';
|
|
3
3
|
import '@vue-solana/core/timeout';
|
|
4
4
|
import '@vue-solana/core/transaction';
|
|
5
5
|
import '@vue-solana/core/wallet';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import './shared/vue.
|
|
8
|
-
import './shared/vue.
|
|
9
|
-
import './shared/vue.
|
|
10
|
-
import './shared/vue.
|
|
11
|
-
import './shared/vue.
|
|
7
|
+
import './shared/vue.CKx4lRew.mjs';
|
|
8
|
+
import './shared/vue.ChnRkpDR.mjs';
|
|
9
|
+
import './shared/vue.DCDTsSjf.mjs';
|
|
10
|
+
import './shared/vue.B7w1CC4R.mjs';
|
|
11
|
+
import './shared/vue.DaoqgzJC.mjs';
|
package/dist/useSignMessage.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useSignMessage = require('./shared/vue.
|
|
3
|
+
const useSignMessage = require('./shared/vue.Dp894nYb.cjs');
|
|
4
4
|
require('@vue-solana/core/errors');
|
|
5
5
|
require('@vue-solana/core/wallet');
|
|
6
6
|
require('vue');
|
|
7
|
-
require('./shared/vue.
|
|
8
|
-
require('./shared/vue.
|
|
7
|
+
require('./shared/vue.o-mWY2Yg.cjs');
|
|
8
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
package/dist/useSignMessage.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { u as useSignMessage } from './shared/vue.
|
|
1
|
+
export { u as useSignMessage } from './shared/vue.vn--SX8d.mjs';
|
|
2
2
|
import '@vue-solana/core/errors';
|
|
3
3
|
import '@vue-solana/core/wallet';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import './shared/vue.
|
|
6
|
-
import './shared/vue.
|
|
5
|
+
import './shared/vue.B7w1CC4R.mjs';
|
|
6
|
+
import './shared/vue.DCDTsSjf.mjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useSignatureStatus = require('./shared/vue.
|
|
3
|
+
const useSignatureStatus = require('./shared/vue.CXNFQf3l.cjs');
|
|
4
4
|
require('@vue-solana/core/errors');
|
|
5
5
|
require('bs58');
|
|
6
6
|
require('vue');
|
|
7
|
-
require('./shared/vue.
|
|
8
|
-
require('./shared/vue.
|
|
9
|
-
require('./shared/vue.
|
|
7
|
+
require('./shared/vue.Bii4W61L.cjs');
|
|
8
|
+
require('./shared/vue.C5C3l0RQ.cjs');
|
|
9
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { u as useSignatureStatus } from './shared/vue.
|
|
1
|
+
export { u as useSignatureStatus } from './shared/vue.DZWyk9E_.mjs';
|
|
2
2
|
import '@vue-solana/core/errors';
|
|
3
3
|
import 'bs58';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import './shared/vue.
|
|
6
|
-
import './shared/vue.
|
|
7
|
-
import './shared/vue.
|
|
5
|
+
import './shared/vue.CKx4lRew.mjs';
|
|
6
|
+
import './shared/vue.ChnRkpDR.mjs';
|
|
7
|
+
import './shared/vue.DCDTsSjf.mjs';
|
package/dist/useSolana.cjs
CHANGED
package/dist/useSolana.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { t as tryUseSolana, u as useSolana } from './shared/vue.
|
|
1
|
+
export { t as tryUseSolana, u as useSolana } from './shared/vue.DCDTsSjf.mjs';
|
|
2
2
|
import 'vue';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useTransactionConfirmation = require('./shared/vue.
|
|
3
|
+
const useTransactionConfirmation = require('./shared/vue.CZohWxBN.cjs');
|
|
4
4
|
require('@vue-solana/core/transaction');
|
|
5
5
|
require('@vue-solana/core/errors');
|
|
6
6
|
require('vue');
|
|
7
|
-
require('./shared/vue.
|
|
8
|
-
require('./shared/vue.
|
|
9
|
-
require('./shared/vue.
|
|
7
|
+
require('./shared/vue.Bii4W61L.cjs');
|
|
8
|
+
require('./shared/vue.C5C3l0RQ.cjs');
|
|
9
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { g as getConfirmedTransactionStatus, u as useTransactionConfirmation } from './shared/vue.
|
|
1
|
+
export { g as getConfirmedTransactionStatus, u as useTransactionConfirmation } from './shared/vue.DaoqgzJC.mjs';
|
|
2
2
|
import '@vue-solana/core/transaction';
|
|
3
3
|
import '@vue-solana/core/errors';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import './shared/vue.
|
|
6
|
-
import './shared/vue.
|
|
7
|
-
import './shared/vue.
|
|
5
|
+
import './shared/vue.CKx4lRew.mjs';
|
|
6
|
+
import './shared/vue.ChnRkpDR.mjs';
|
|
7
|
+
import './shared/vue.DCDTsSjf.mjs';
|
package/dist/useWallet.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useWallet = require('./shared/vue.
|
|
3
|
+
const useWallet = require('./shared/vue.o-mWY2Yg.cjs');
|
|
4
4
|
require('@vue-solana/core/errors');
|
|
5
5
|
require('@vue-solana/core/wallet');
|
|
6
6
|
require('vue');
|
|
7
|
-
require('./shared/vue.
|
|
7
|
+
require('./shared/vue.eNXmiI3a.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
package/dist/useWallet.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { u as useWallet } from './shared/vue.
|
|
1
|
+
export { u as useWallet } from './shared/vue.B7w1CC4R.mjs';
|
|
2
2
|
import '@vue-solana/core/errors';
|
|
3
3
|
import '@vue-solana/core/wallet';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import './shared/vue.
|
|
5
|
+
import './shared/vue.DCDTsSjf.mjs';
|
package/dist/useWallets.cjs
CHANGED
package/dist/useWallets.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { u as useWallets } from './shared/vue.
|
|
2
|
-
import './shared/vue.
|
|
1
|
+
export { u as useWallets } from './shared/vue.Cvg6TEXE.mjs';
|
|
2
|
+
import './shared/vue.DCDTsSjf.mjs';
|
|
3
3
|
import 'vue';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-solana/vue",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Vue plugin and composables for Solana applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"bs58": "^6.0.0",
|
|
107
|
-
"@vue-solana/core": "0.7.
|
|
107
|
+
"@vue-solana/core": "0.7.1"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"@solana/web3-compat": "^0.0.21",
|