@pooflabs/web 0.0.47 → 0.0.49
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/index.d.ts +1 -0
- package/dist/auth/providers/phantom-wallet-provider.d.ts +5 -6
- package/dist/{index-R_GFZpLo.esm.js → index-B-RIRJEL.esm.js} +2 -2
- package/dist/{index-R_GFZpLo.esm.js.map → index-B-RIRJEL.esm.js.map} +1 -1
- package/dist/{index-BEla3UUZ.js → index-BM6eGmtn.js} +2 -2
- package/dist/{index-BEla3UUZ.js.map → index-BM6eGmtn.js.map} +1 -1
- package/dist/{index-7SWQ00_t.js → index-BluuzeCc.js} +143 -218
- package/dist/{index-7SWQ00_t.js.map → index-BluuzeCc.js.map} +1 -1
- package/dist/{index-B6X0fhJf.esm.js → index-DbpX94X9.esm.js} +143 -218
- package/dist/{index-B6X0fhJf.esm.js.map → index-DbpX94X9.esm.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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, S as ServerSessionManager, W as WebSessionManager, F as buildSetDocumentsTransaction, G as clearCache, H as closeAllSubscriptions, I as convertRemainingAccounts, J as createSessionWithPrivy, K as createSessionWithSignature, L as genAuthNonce, N as genSolanaMessage, k as get, e as getAuthLoading, j as getAuthProvider, Q as getCachedData, h as getConfig, g as getCurrentUser, p as getFiles, B as getIdToken, i as init, l as login, f as logout, d as onAuthLoadingChanged, o as onAuthStateChanged, R as reconnectWithNewAuth, T as refreshSession, u as runExpression, v as runExpressionMany, q as runQuery, t as runQueryMany, s as set, n as setFile, m as setMany, y as signAndSubmitTransaction, w as signMessage, U as signSessionCreateMessage, x as signTransaction, z as subscribe, A as useAuth } from './index-
|
|
1
|
+
export { D as DEFAULT_TEST_ADDRESS, M as MockAuthProvider, O as OffchainAuthProvider, P as PhantomWalletProvider, C as PrivyWalletProvider, S as ServerSessionManager, W as WebSessionManager, F as buildSetDocumentsTransaction, G as clearCache, H as closeAllSubscriptions, I as convertRemainingAccounts, J as createSessionWithPrivy, K as createSessionWithSignature, L as genAuthNonce, N as genSolanaMessage, k as get, e as getAuthLoading, j as getAuthProvider, Q as getCachedData, h as getConfig, g as getCurrentUser, p as getFiles, B as getIdToken, i as init, l as login, f as logout, d as onAuthLoadingChanged, o as onAuthStateChanged, R as reconnectWithNewAuth, T as refreshSession, u as runExpression, v as runExpressionMany, q as runQuery, t as runQueryMany, s as set, n as setFile, m as setMany, y as signAndSubmitTransaction, w as signMessage, U as signSessionCreateMessage, x as signTransaction, z as subscribe, A as useAuth } from './index-DbpX94X9.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.49",
|
|
4
4
|
"description": "JavaScript SDK for Tarobase API",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@coral-xyz/anchor": "^0.31.1",
|
|
53
53
|
"@phantom/react-sdk": "^1.0.0",
|
|
54
|
-
"@pooflabs/core": "0.0.
|
|
54
|
+
"@pooflabs/core": "0.0.27",
|
|
55
55
|
"@privy-io/react-auth": "^3.10.1",
|
|
56
56
|
"@solana-program/memo": "^0.10.0",
|
|
57
57
|
"@solana-program/system": "0.10.0",
|