@dynamic-labs-wallet/stellar 0.0.325 → 0.0.327
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.
|
@@ -815,7 +815,7 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
815
815
|
case 1:
|
|
816
816
|
wallets = _state.sent();
|
|
817
817
|
stellarWallets = wallets.filter(function(wallet) {
|
|
818
|
-
return wallet.chainName === '
|
|
818
|
+
return wallet.chainName === 'STELLAR';
|
|
819
819
|
});
|
|
820
820
|
return [
|
|
821
821
|
2,
|
package/index.esm.js
CHANGED
|
@@ -795,7 +795,7 @@ var DynamicStellarWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
795
795
|
case 1:
|
|
796
796
|
wallets = _state.sent();
|
|
797
797
|
stellarWallets = wallets.filter(function(wallet) {
|
|
798
|
-
return wallet.chainName === '
|
|
798
|
+
return wallet.chainName === 'STELLAR';
|
|
799
799
|
});
|
|
800
800
|
return [
|
|
801
801
|
2,
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/stellar",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.327",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/browser": "0.0.
|
|
7
|
+
"@dynamic-labs-wallet/browser": "0.0.327",
|
|
8
8
|
"@stellar/stellar-sdk": "^12.3.0",
|
|
9
9
|
"@dynamic-labs/sdk-api-core": "^0.0.900"
|
|
10
10
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"build": {}
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
-
"main": "./index.cjs
|
|
22
|
+
"main": "./index.cjs",
|
|
23
23
|
"module": "./index.esm.js",
|
|
24
24
|
"types": "./index.esm.d.ts",
|
|
25
25
|
"exports": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
".": {
|
|
28
28
|
"types": "./index.esm.d.ts",
|
|
29
29
|
"import": "./index.esm.js",
|
|
30
|
-
"require": "./index.cjs
|
|
30
|
+
"require": "./index.cjs",
|
|
31
31
|
"default": "./index.esm.js"
|
|
32
32
|
}
|
|
33
33
|
}
|
|
File without changes
|