@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/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-DEHeP5Qr.esm.js';
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
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CMKICH1P.js');
3
+ var index = require('./index-Rzm01Zbu.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.70-rc.1",
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.36-rc.1",
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",