@dynamic-labs-wallet/core 1.0.8 → 1.0.9

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 CHANGED
@@ -901,7 +901,7 @@ const getRequiredExternalKeyShareId = (ks)=>{
901
901
  * before it is posted and surfaces in Datadog exactly as the recovery path does.
902
902
  */ const assertDynamicLocationsHaveExternalKeyShareId = (locations)=>locations.filter((location)=>location.location === BackupLocation.DYNAMIC).forEach((location)=>getRequiredExternalKeyShareId(location));
903
903
 
904
- var version = "1.0.8";
904
+ var version = "1.0.9";
905
905
 
906
906
  class BaseClient {
907
907
  get forwardMPCClient() {
package/index.esm.js CHANGED
@@ -901,7 +901,7 @@ const getRequiredExternalKeyShareId = (ks)=>{
901
901
  * before it is posted and surfaces in Datadog exactly as the recovery path does.
902
902
  */ const assertDynamicLocationsHaveExternalKeyShareId = (locations)=>locations.filter((location)=>location.location === BackupLocation.DYNAMIC).forEach((location)=>getRequiredExternalKeyShareId(location));
903
903
 
904
- var version = "1.0.8";
904
+ var version = "1.0.9";
905
905
 
906
906
  class BaseClient {
907
907
  get forwardMPCClient() {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/core",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "@dynamic-labs/sdk-api-core": "^0.0.984",
8
- "@dynamic-labs-wallet/primitives": "1.0.8",
8
+ "@dynamic-labs-wallet/primitives": "1.0.9",
9
9
  "axios": "1.16.0",
10
10
  "uuid": "11.1.0"
11
11
  },