@pooflabs/web 0.0.48 → 0.0.49
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 -1
- package/dist/{index-BMMdUWro.esm.js → index-B-RIRJEL.esm.js} +2 -2
- package/dist/{index-BMMdUWro.esm.js.map → index-B-RIRJEL.esm.js.map} +1 -1
- package/dist/{index-BWQWVO4Q.js → index-BM6eGmtn.js} +2 -2
- package/dist/{index-BWQWVO4Q.js.map → index-BM6eGmtn.js.map} +1 -1
- package/dist/{index-Bj9e15Hj.js → index-BluuzeCc.js} +3 -3
- package/dist/{index-Bj9e15Hj.js.map → index-BluuzeCc.js.map} +1 -1
- package/dist/{index-Bpn_DJ0f.esm.js → index-DbpX94X9.esm.js} +3 -3
- package/dist/{index-Bpn_DJ0f.esm.js.map → index-DbpX94X9.esm.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -13051,7 +13051,7 @@ function requireBuffer () {
|
|
|
13051
13051
|
|
|
13052
13052
|
var bufferExports = requireBuffer();
|
|
13053
13053
|
|
|
13054
|
-
const VALID_PROVIDERS = ['injected', 'google', 'apple', 'deeplink'];
|
|
13054
|
+
const VALID_PROVIDERS = ['injected', 'google', 'apple', 'deeplink', 'phantom'];
|
|
13055
13055
|
// Dynamically import React and Phantom SDK - only when needed
|
|
13056
13056
|
let React$1;
|
|
13057
13057
|
let ReactDOM$1;
|
|
@@ -13072,7 +13072,7 @@ async function loadDependencies() {
|
|
|
13072
13072
|
const [reactModule, reactDomModule, phantomModule] = await Promise.all([
|
|
13073
13073
|
import('react'),
|
|
13074
13074
|
import('react-dom/client'),
|
|
13075
|
-
Promise.resolve().then(function () { return require('./index-
|
|
13075
|
+
Promise.resolve().then(function () { return require('./index-BM6eGmtn.js'); })
|
|
13076
13076
|
]);
|
|
13077
13077
|
// Extract default export from ESM module namespace
|
|
13078
13078
|
// Dynamic import() returns { default: Module, ...exports }, not the module directly
|
|
@@ -34506,4 +34506,4 @@ exports.signSessionCreateMessage = signSessionCreateMessage;
|
|
|
34506
34506
|
exports.signTransaction = signTransaction;
|
|
34507
34507
|
exports.subscribe = subscribe;
|
|
34508
34508
|
exports.useAuth = useAuth;
|
|
34509
|
-
//# sourceMappingURL=index-
|
|
34509
|
+
//# sourceMappingURL=index-BluuzeCc.js.map
|