@dignetwork/dig-sdk 0.0.1-alpha.109 → 0.0.1-alpha.110

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.
@@ -128,7 +128,6 @@ class StoreInfoCacheUpdater {
128
128
  // Another process acquired the lock; skip without logging
129
129
  }
130
130
  else {
131
- console.error("Failed to update store cache:", error);
132
131
  }
133
132
  }
134
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignetwork/dig-sdk",
3
- "version": "0.0.1-alpha.109",
3
+ "version": "0.0.1-alpha.110",
4
4
  "description": "",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",