@pooflabs/web 0.0.71 → 0.0.72
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-DFBVGK4A.js → index-CJuG7364.js} +2 -2
- package/dist/{index-DFBVGK4A.js.map → index-CJuG7364.js.map} +1 -1
- package/dist/{index-BpxspB4P.js → index-CMTlhmPS.js} +5 -4
- package/dist/{index-BpxspB4P.js.map → index-CMTlhmPS.js.map} +1 -1
- package/dist/{index-BEFBhDYr.esm.js → index-Crc3B1ZK.esm.js} +2 -2
- package/dist/{index-BEFBhDYr.esm.js.map → index-Crc3B1ZK.esm.js.map} +1 -1
- package/dist/{index-CIsuR4Ki.esm.js → index-u0Q8zhkj.esm.js} +5 -5
- package/dist/{index-CIsuR4Ki.esm.js.map → index-u0Q8zhkj.esm.js.map} +1 -1
- package/dist/index.browser-BOJRGZWX.js +1167 -0
- package/dist/index.browser-BOJRGZWX.js.map +1 -0
- package/dist/index.browser-C6e2ssNC.esm.js +4867 -0
- package/dist/index.browser-C6e2ssNC.esm.js.map +1 -0
- package/dist/index.browser-CPRwXOyN.js +311 -0
- package/dist/index.browser-CPRwXOyN.js.map +1 -0
- package/dist/index.browser-DZjyUgtx.esm.js +1164 -0
- package/dist/index.browser-DZjyUgtx.esm.js.map +1 -0
- package/dist/index.browser-DjDHEvuF.esm.js +308 -0
- package/dist/index.browser-DjDHEvuF.esm.js.map +1 -0
- package/dist/index.browser-jwxjZVpT.js +4877 -0
- package/dist/index.browser-jwxjZVpT.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -15
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { F as DEFAULT_TEST_ADDRESS, M as MockAuthProvider, O as OffchainAuthProvider, P as PhantomWalletProvider, D as PrivyWalletProvider, I as ServerSessionManager, S as SolanaMobileWalletProvider, W as WebSessionManager, z as aggregate, J as buildSetDocumentsTransaction, K as clearCache, L as closeAllSubscriptions, N as convertRemainingAccounts, y as count, Q as createSessionWithPrivy, R as createSessionWithSignature, T as genAuthNonce, U as genSolanaMessage, k as get, e as getAuthLoading, j as getAuthProvider, V as getCachedData, h as getConfig, c as getCurrentUser, p as getFiles, C as getIdToken, i as init, G as isMobileWalletAvailable, l as login, f as logout, d as onAuthLoadingChanged, o as onAuthStateChanged, X as reconnectWithNewAuth, Y as refreshSession, H as registerMobileWalletAdapter, t as runExpression, u as runExpressionMany, r as runQuery, q as runQueryMany, s as set, n as setFile, m as setMany, x as signAndSubmitTransaction, v as signMessage, Z as signSessionCreateMessage, w as signTransaction, A as subscribe, B as useAuth } from './index-u0Q8zhkj.esm.js';
|
|
2
2
|
import 'axios';
|
|
3
3
|
import '@solana/web3.js';
|
|
4
4
|
import '@coral-xyz/anchor';
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pooflabs/web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.72",
|
|
4
4
|
"description": "JavaScript SDK for Tarobase API",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -31,23 +31,9 @@
|
|
|
31
31
|
"author": "0xTarobase",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.0",
|
|
35
|
-
"@solana-mobile/wallet-adapter-mobile": "^2.0.0",
|
|
36
|
-
"@solana-mobile/wallet-standard-mobile": "^1.0.0",
|
|
37
34
|
"react": "^18 || ^19",
|
|
38
35
|
"react-dom": "^18 || ^19"
|
|
39
36
|
},
|
|
40
|
-
"peerDependenciesMeta": {
|
|
41
|
-
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": {
|
|
42
|
-
"optional": true
|
|
43
|
-
},
|
|
44
|
-
"@solana-mobile/wallet-adapter-mobile": {
|
|
45
|
-
"optional": true
|
|
46
|
-
},
|
|
47
|
-
"@solana-mobile/wallet-standard-mobile": {
|
|
48
|
-
"optional": true
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
37
|
"devDependencies": {
|
|
52
38
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
53
39
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -68,6 +54,9 @@
|
|
|
68
54
|
"@phantom/react-sdk": "^1.0.2",
|
|
69
55
|
"@pooflabs/core": "0.0.37",
|
|
70
56
|
"@privy-io/react-auth": "^3.10.1",
|
|
57
|
+
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.0",
|
|
58
|
+
"@solana-mobile/wallet-adapter-mobile": "^2.0.0",
|
|
59
|
+
"@solana-mobile/wallet-standard-mobile": "^0.4.4",
|
|
71
60
|
"@solana-program/memo": "^0.10.0",
|
|
72
61
|
"@solana-program/system": "0.10.0",
|
|
73
62
|
"@solana-program/token": "0.9.0",
|