@pooflabs/web 0.0.62 → 0.0.63
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-7_nqSSXr.esm.js → index-AjAeq_x4.esm.js} +855 -951
- package/dist/index-AjAeq_x4.esm.js.map +1 -0
- package/dist/{index-BCpgjKea.js → index-Ce_FPfWw.js} +857 -952
- package/dist/index-Ce_FPfWw.js.map +1 -0
- package/dist/{index-C2cjjAWD.js → index-Cx0ON8Td.js} +1226 -18
- package/dist/index-Cx0ON8Td.js.map +1 -0
- package/dist/{index-B4o54izZ.esm.js → index-Dcrdb8rn.esm.js} +1222 -14
- package/dist/index-Dcrdb8rn.esm.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/index-7_nqSSXr.esm.js.map +0 -1
- package/dist/index-B4o54izZ.esm.js.map +0 -1
- package/dist/index-BCpgjKea.js.map +0 -1
- package/dist/index-C2cjjAWD.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { init, getCurrentUser, onAuthStateChanged, onAuthLoadingChanged, getAuthLoading, login, logout, } from "./global";
|
|
2
2
|
export { getConfig } from "@pooflabs/core";
|
|
3
3
|
export { getAuthProvider } from "./auth";
|
|
4
|
-
export { get, set, setMany, setFile, getFiles, runQuery, runQueryMany, runExpression, runExpressionMany, signMessage, signTransaction, signAndSubmitTransaction, GetOptions, SetOptions, } from "@pooflabs/core";
|
|
4
|
+
export { get, set, setMany, setFile, getFiles, runQuery, runQueryMany, runExpression, runExpressionMany, signMessage, signTransaction, signAndSubmitTransaction, count, aggregate, GetOptions, SetOptions, CountOptions, AggregateOptions, AggregateOperation, AggregateResult, } from "@pooflabs/core";
|
|
5
5
|
export type { GetOptions as TarobaseGetOptions } from "@pooflabs/core";
|
|
6
6
|
export { subscribe } from "@pooflabs/core";
|
|
7
7
|
export * from "@pooflabs/core";
|
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,
|
|
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, y as aggregate, E as buildSetDocumentsTransaction, F as clearCache, G as closeAllSubscriptions, H as convertRemainingAccounts, x as count, I as createSessionWithPrivy, J as createSessionWithSignature, K as genAuthNonce, L as genSolanaMessage, j as get, d as getAuthLoading, h as getAuthProvider, N as getCachedData, f as getConfig, a as getCurrentUser, n as getFiles, B as getIdToken, i as init, l as login, e as logout, c as onAuthLoadingChanged, o as onAuthStateChanged, Q as reconnectWithNewAuth, R 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, T as signSessionCreateMessage, v as signTransaction, z as subscribe, A as useAuth } from './index-AjAeq_x4.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-
|
|
3
|
+
var index = require('./index-Ce_FPfWw.js');
|
|
4
4
|
require('axios');
|
|
5
5
|
require('@solana/web3.js');
|
|
6
6
|
require('@coral-xyz/anchor');
|
|
@@ -16,10 +16,12 @@ exports.PhantomWalletProvider = index.PhantomWalletProvider;
|
|
|
16
16
|
exports.PrivyWalletProvider = index.PrivyWalletProvider;
|
|
17
17
|
exports.ServerSessionManager = index.ServerSessionManager;
|
|
18
18
|
exports.WebSessionManager = index.WebSessionManager;
|
|
19
|
+
exports.aggregate = index.aggregate;
|
|
19
20
|
exports.buildSetDocumentsTransaction = index.buildSetDocumentsTransaction;
|
|
20
21
|
exports.clearCache = index.clearCache;
|
|
21
22
|
exports.closeAllSubscriptions = index.closeAllSubscriptions;
|
|
22
23
|
exports.convertRemainingAccounts = index.convertRemainingAccounts;
|
|
24
|
+
exports.count = index.count;
|
|
23
25
|
exports.createSessionWithPrivy = index.createSessionWithPrivy;
|
|
24
26
|
exports.createSessionWithSignature = index.createSessionWithSignature;
|
|
25
27
|
exports.genAuthNonce = index.genAuthNonce;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pooflabs/web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
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.33",
|
|
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",
|