@pooflabs/web 0.0.59 → 0.0.60
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/phantom-wallet-provider.d.ts +1 -0
- package/dist/{index-B1INQP2H.esm.js → index-BU0jcnYK.esm.js} +2 -2
- package/dist/{index-B1INQP2H.esm.js.map → index-BU0jcnYK.esm.js.map} +1 -1
- package/dist/{index-C9sapvtl.esm.js → index-Bt89WhpV.esm.js} +47 -20
- package/dist/index-Bt89WhpV.esm.js.map +1 -0
- package/dist/{index-DZfjvlS2.js → index-D15hrtDJ.js} +47 -20
- package/dist/index-D15hrtDJ.js.map +1 -0
- package/dist/{index-BGYQ_HzF.js → index-DzGrm7WK.js} +2 -2
- package/dist/{index-BGYQ_HzF.js.map → index-DzGrm7WK.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-C9sapvtl.esm.js.map +0 -1
- package/dist/index-DZfjvlS2.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, A as PrivyWalletProvider, S as ServerSessionManager, W as WebSessionManager, B as buildSetDocumentsTransaction, C as clearCache, F as closeAllSubscriptions, G as convertRemainingAccounts, H as createSessionWithPrivy, I as createSessionWithSignature, J as genAuthNonce, K as genSolanaMessage, j as get, d as getAuthLoading, h as getAuthProvider, L as getCachedData, f as getConfig, g as getCurrentUser, n as getFiles, z as getIdToken, i as init, l as login, e as logout, c as onAuthLoadingChanged, o as onAuthStateChanged, N as reconnectWithNewAuth, Q as refreshSession, 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, R as signSessionCreateMessage, v as signTransaction, x as subscribe, y as useAuth } from './index-
|
|
1
|
+
export { D as DEFAULT_TEST_ADDRESS, M as MockAuthProvider, O as OffchainAuthProvider, P as PhantomWalletProvider, A as PrivyWalletProvider, S as ServerSessionManager, W as WebSessionManager, B as buildSetDocumentsTransaction, C as clearCache, F as closeAllSubscriptions, G as convertRemainingAccounts, H as createSessionWithPrivy, I as createSessionWithSignature, J as genAuthNonce, K as genSolanaMessage, j as get, d as getAuthLoading, h as getAuthProvider, L as getCachedData, f as getConfig, g as getCurrentUser, n as getFiles, z as getIdToken, i as init, l as login, e as logout, c as onAuthLoadingChanged, o as onAuthStateChanged, N as reconnectWithNewAuth, Q as refreshSession, 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, R as signSessionCreateMessage, v as signTransaction, x as subscribe, y as useAuth } from './index-Bt89WhpV.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.60",
|
|
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.2",
|
|
54
|
-
"@pooflabs/core": "0.0.
|
|
54
|
+
"@pooflabs/core": "0.0.31",
|
|
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",
|