@dynamic-labs-wallet/node 0.0.185 → 0.0.186
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/index.cjs.js +2 -1
- package/index.esm.js +2 -1
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -1325,7 +1325,8 @@ const createDelegatedWalletClient = ({ environmentId, baseApiUrl, baseMPCRelayAp
|
|
|
1325
1325
|
return core.debug;
|
|
1326
1326
|
},
|
|
1327
1327
|
get apiUrl () {
|
|
1328
|
-
|
|
1328
|
+
var _core_baseApiUrl;
|
|
1329
|
+
return (_core_baseApiUrl = core.baseApiUrl) != null ? _core_baseApiUrl : 'https://app.dynamicauth.com';
|
|
1329
1330
|
},
|
|
1330
1331
|
get wallets () {
|
|
1331
1332
|
return walletMap;
|
package/index.esm.js
CHANGED
|
@@ -1324,7 +1324,8 @@ const createDelegatedWalletClient = ({ environmentId, baseApiUrl, baseMPCRelayAp
|
|
|
1324
1324
|
return core.debug;
|
|
1325
1325
|
},
|
|
1326
1326
|
get apiUrl () {
|
|
1327
|
-
|
|
1327
|
+
var _core_baseApiUrl;
|
|
1328
|
+
return (_core_baseApiUrl = core.baseApiUrl) != null ? _core_baseApiUrl : 'https://app.dynamicauth.com';
|
|
1328
1329
|
},
|
|
1329
1330
|
get wallets () {
|
|
1330
1331
|
return walletMap;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/node",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.186",
|
|
4
4
|
"license": "Licensed under the Dynamic Labs, Inc. Terms Of Service (https://www.dynamic.xyz/terms-conditions)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/core": "0.0.
|
|
7
|
+
"@dynamic-labs-wallet/core": "0.0.186",
|
|
8
8
|
"@dynamic-labs/logger": "^4.25.3",
|
|
9
9
|
"@dynamic-labs/sdk-api-core": "^0.0.801",
|
|
10
10
|
"uuid": "11.1.0",
|