sats-connect 2.2.1-ec79c93 → 2.2.1-ed0a099
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.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -17,7 +17,6 @@ import {
|
|
|
17
17
|
} from "@sats-connect/ui";
|
|
18
18
|
import { makeDefaultConfig } from "@sats-connect/make-default-provider-config";
|
|
19
19
|
export * from "@sats-connect/core";
|
|
20
|
-
loadSelector();
|
|
21
20
|
var Wallet = class {
|
|
22
21
|
providerId;
|
|
23
22
|
defaultAdapters = defaultAdapters;
|
|
@@ -29,6 +28,7 @@ var Wallet = class {
|
|
|
29
28
|
this.createCustomConfig = createCustomConfig;
|
|
30
29
|
}
|
|
31
30
|
async selectProvider() {
|
|
31
|
+
loadSelector();
|
|
32
32
|
const providers = getSupportedWallets();
|
|
33
33
|
if (providers.length === 0) {
|
|
34
34
|
throw new Error("No wallets detected, may want to prompt user to install a wallet.");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sats-connect",
|
|
3
|
-
"version": "2.2.1-
|
|
3
|
+
"version": "2.2.1-ed0a099",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@sats-connect/core": "0.0.6",
|
|
27
27
|
"@sats-connect/make-default-provider-config": "0.0.1",
|
|
28
|
-
"@sats-connect/ui": "
|
|
28
|
+
"@sats-connect/ui": "0.0.4-68c5636"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"husky": "^8.0.3",
|