@pooflabs/web 0.0.41 → 0.0.44
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-D4AGvIAD.esm.js → index--v_YgLAD.esm.js} +2 -2406
- package/dist/index--v_YgLAD.esm.js.map +1 -0
- package/dist/{index-DhhR0WRy.js → index-ByKp66xq.js} +6 -6
- package/dist/index-ByKp66xq.js.map +1 -0
- package/dist/{index-pn682_P9.js → index-CMx3uUhs.js} +2 -2406
- package/dist/index-CMx3uUhs.js.map +1 -0
- package/dist/{index-DsQ3lRxj.esm.js → index-DhtEgj7p.esm.js} +7 -5
- package/dist/index-DhtEgj7p.esm.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -6
- package/dist/index-D4AGvIAD.esm.js.map +0 -1
- package/dist/index-DhhR0WRy.js.map +0 -1
- package/dist/index-DsQ3lRxj.esm.js.map +0 -1
- package/dist/index-pn682_P9.js.map +0 -1
|
@@ -13065,10 +13065,12 @@ async function loadDependencies() {
|
|
|
13065
13065
|
const [reactModule, reactDomModule, phantomModule] = await Promise.all([
|
|
13066
13066
|
import('react'),
|
|
13067
13067
|
import('react-dom/client'),
|
|
13068
|
-
Promise.resolve().then(function () { return require('./index-
|
|
13068
|
+
Promise.resolve().then(function () { return require('./index-CMx3uUhs.js'); })
|
|
13069
13069
|
]);
|
|
13070
|
-
|
|
13071
|
-
|
|
13070
|
+
// Extract default export from ESM module namespace
|
|
13071
|
+
// Dynamic import() returns { default: Module, ...exports }, not the module directly
|
|
13072
|
+
React$1 = reactModule.default || reactModule;
|
|
13073
|
+
ReactDOM$1 = reactDomModule.default || reactDomModule;
|
|
13072
13074
|
phantomReactSdk = phantomModule;
|
|
13073
13075
|
sdkLoaded = true;
|
|
13074
13076
|
})();
|
|
@@ -34208,7 +34210,6 @@ exports.bufferExports = bufferExports;
|
|
|
34208
34210
|
exports.buildSetDocumentsTransaction = buildSetDocumentsTransaction;
|
|
34209
34211
|
exports.clearCache = clearCache;
|
|
34210
34212
|
exports.closeAllSubscriptions = closeAllSubscriptions;
|
|
34211
|
-
exports.commonjsRequire = commonjsRequire;
|
|
34212
34213
|
exports.convertRemainingAccounts = convertRemainingAccounts;
|
|
34213
34214
|
exports.createSessionWithPrivy = createSessionWithPrivy;
|
|
34214
34215
|
exports.createSessionWithSignature = createSessionWithSignature;
|
|
@@ -34229,7 +34230,6 @@ exports.onAuthLoadingChanged = onAuthLoadingChanged;
|
|
|
34229
34230
|
exports.onAuthStateChanged = onAuthStateChanged;
|
|
34230
34231
|
exports.reconnectWithNewAuth = reconnectWithNewAuth;
|
|
34231
34232
|
exports.refreshSession = refreshSession;
|
|
34232
|
-
exports.require$$0 = require$$0$1;
|
|
34233
34233
|
exports.runExpression = runExpression;
|
|
34234
34234
|
exports.runExpressionMany = runExpressionMany;
|
|
34235
34235
|
exports.runQuery = runQuery;
|
|
@@ -34243,4 +34243,4 @@ exports.signSessionCreateMessage = signSessionCreateMessage;
|
|
|
34243
34243
|
exports.signTransaction = signTransaction;
|
|
34244
34244
|
exports.subscribe = subscribe;
|
|
34245
34245
|
exports.useAuth = useAuth;
|
|
34246
|
-
//# sourceMappingURL=index-
|
|
34246
|
+
//# sourceMappingURL=index-ByKp66xq.js.map
|