@dynamic-labs-wallet/core 1.1.3 → 1.1.5
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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -961,7 +961,7 @@ const getRequiredExternalKeyShareId = (ks)=>{
|
|
|
961
961
|
* before it is posted and surfaces in Datadog exactly as the recovery path does.
|
|
962
962
|
*/ const assertDynamicLocationsHaveExternalKeyShareId = (locations)=>locations.filter((location)=>location.location === BackupLocation.DYNAMIC).forEach((location)=>getRequiredExternalKeyShareId(location));
|
|
963
963
|
|
|
964
|
-
var version = "1.1.
|
|
964
|
+
var version = "1.1.5";
|
|
965
965
|
|
|
966
966
|
/**
|
|
967
967
|
* Reads the Authorization header off an axios request config, which stores
|
package/index.esm.js
CHANGED
|
@@ -961,7 +961,7 @@ const getRequiredExternalKeyShareId = (ks)=>{
|
|
|
961
961
|
* before it is posted and surfaces in Datadog exactly as the recovery path does.
|
|
962
962
|
*/ const assertDynamicLocationsHaveExternalKeyShareId = (locations)=>locations.filter((location)=>location.location === BackupLocation.DYNAMIC).forEach((location)=>getRequiredExternalKeyShareId(location));
|
|
963
963
|
|
|
964
|
-
var version = "1.1.
|
|
964
|
+
var version = "1.1.5";
|
|
965
965
|
|
|
966
966
|
/**
|
|
967
967
|
* Reads the Authorization header off an axios request config, which stores
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@dynamic-labs/sdk-api-core": "^0.16.0",
|
|
8
|
-
"@dynamic-labs-wallet/primitives": "1.1.
|
|
8
|
+
"@dynamic-labs-wallet/primitives": "1.1.5",
|
|
9
9
|
"axios": "1.16.0",
|
|
10
10
|
"uuid": "11.1.0"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@dynamic-labs-wallet/forward-mpc-client": "2.0.
|
|
13
|
+
"@dynamic-labs-wallet/forward-mpc-client": "2.0.2"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"*",
|