@pooflabs/web 0.0.70-rc.1 → 0.0.70
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/auth/providers/solana-mobile-wallet-provider.d.ts +16 -6
- package/dist/{index-DEHeP5Qr.esm.js → index-Buv6IzVV.esm.js} +904 -609
- package/dist/index-Buv6IzVV.esm.js.map +1 -0
- package/dist/{index-BO2G95MR.js → index-De5j2Ofs.js} +1226 -18
- package/dist/index-De5j2Ofs.js.map +1 -0
- package/dist/{index-B3B6I7hT.esm.js → index-DgZ0DRmj.esm.js} +1222 -14
- package/dist/index-DgZ0DRmj.esm.js.map +1 -0
- package/dist/{index-CMKICH1P.js → index-Rzm01Zbu.js} +904 -610
- package/dist/index-Rzm01Zbu.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +7 -2
- package/dist/index-B3B6I7hT.esm.js.map +0 -1
- package/dist/index-BO2G95MR.js.map +0 -1
- package/dist/index-CMKICH1P.js.map +0 -1
- package/dist/index-DEHeP5Qr.esm.js.map +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DEFAULT_TEST_ADDRESS, M as MockAuthProvider, O as OffchainAuthProvider, P as PhantomWalletProvider, C as PrivyWalletProvider,
|
|
1
|
+
export { D as DEFAULT_TEST_ADDRESS, M as MockAuthProvider, O as OffchainAuthProvider, P as PhantomWalletProvider, C as PrivyWalletProvider, G as ServerSessionManager, S as SolanaMobileWalletProvider, W as WebSessionManager, y as aggregate, H as buildSetDocumentsTransaction, I as clearCache, J as closeAllSubscriptions, K as convertRemainingAccounts, x as count, L as createSessionWithPrivy, N as createSessionWithSignature, Q as genAuthNonce, R as genSolanaMessage, j as get, d as getAuthLoading, h as getAuthProvider, T as getCachedData, f as getConfig, a as getCurrentUser, n as getFiles, B as getIdToken, i as init, E as isMobileWalletAvailable, l as login, e as logout, c as onAuthLoadingChanged, o as onAuthStateChanged, U as reconnectWithNewAuth, V as refreshSession, F as registerMobileWalletAdapter, q as runExpression, t as runExpressionMany, r as runQuery, p as runQueryMany, s as set, m as setFile, k as setMany, w as signAndSubmitTransaction, u as signMessage, X as signSessionCreateMessage, v as signTransaction, z as subscribe, A as useAuth } from './index-Buv6IzVV.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.70
|
|
3
|
+
"version": "0.0.70",
|
|
4
4
|
"description": "JavaScript SDK for Tarobase API",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -31,12 +31,16 @@
|
|
|
31
31
|
"author": "0xTarobase",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"peerDependencies": {
|
|
34
|
+
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.0",
|
|
34
35
|
"@solana-mobile/wallet-adapter-mobile": "^2.0.0",
|
|
35
36
|
"@solana-mobile/wallet-standard-mobile": "^1.0.0",
|
|
36
37
|
"react": "^18 || ^19",
|
|
37
38
|
"react-dom": "^18 || ^19"
|
|
38
39
|
},
|
|
39
40
|
"peerDependenciesMeta": {
|
|
41
|
+
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": {
|
|
42
|
+
"optional": true
|
|
43
|
+
},
|
|
40
44
|
"@solana-mobile/wallet-adapter-mobile": {
|
|
41
45
|
"optional": true
|
|
42
46
|
},
|
|
@@ -48,6 +52,7 @@
|
|
|
48
52
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
49
53
|
"@rollup/plugin-json": "^6.1.0",
|
|
50
54
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
55
|
+
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.2.5",
|
|
51
56
|
"@types/bs58": "^4.0.4",
|
|
52
57
|
"@types/react": "^19.0.1",
|
|
53
58
|
"@types/react-dom": "^19.0.1",
|
|
@@ -61,7 +66,7 @@
|
|
|
61
66
|
"dependencies": {
|
|
62
67
|
"@coral-xyz/anchor": "^0.31.1",
|
|
63
68
|
"@phantom/react-sdk": "^1.0.2",
|
|
64
|
-
"@pooflabs/core": "0.0.
|
|
69
|
+
"@pooflabs/core": "0.0.37",
|
|
65
70
|
"@privy-io/react-auth": "^3.10.1",
|
|
66
71
|
"@solana-program/memo": "^0.10.0",
|
|
67
72
|
"@solana-program/system": "0.10.0",
|