@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.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, H as ServerSessionManager, S as SolanaMobileWalletProvider, W as WebSessionManager, y as aggregate, I as buildSetDocumentsTransaction, J as clearCache, K as closeAllSubscriptions, L as convertRemainingAccounts, x as count, N as createSessionWithPrivy, Q as createSessionWithSignature, R as genAuthNonce, T as genSolanaMessage, j as get, d as getAuthLoading, h as getAuthProvider, U as getCachedData, f as getConfig, g as getCurrentUser, n as getFiles, B as getIdToken, i as init, F as isMobileWalletAvailable, l as login, e as logout, c as onAuthLoadingChanged, o as onAuthStateChanged, V as reconnectWithNewAuth, X as refreshSession, G 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, Y as signSessionCreateMessage, v as signTransaction, z as subscribe, A as useAuth } from './index-CIsuR4Ki.esm.js';
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
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-BpxspB4P.js');
3
+ var index = require('./index-CMTlhmPS.js');
4
4
  require('axios');
5
5
  require('@solana/web3.js');
6
6
  require('@coral-xyz/anchor');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pooflabs/web",
3
- "version": "0.0.71",
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",