@ecency/sdk 1.0.5 → 1.0.6

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.
@@ -440,7 +440,7 @@ function Pe(e) {
440
440
  queryKey: ["ecency-wallets", "wallets", e]
441
441
  }), { mutateAsync: n } = z(e);
442
442
  return u({
443
- mutationKey: ["ecency-wallets", "save-wallet-to-metadata", e],
443
+ mutationKey: ["ecency-wallets", "save-wallet-to-metadata", e, t],
444
444
  mutationFn: () => n({
445
445
  ...Array.from((t == null ? void 0 : t.entries()) ?? []).reduce(
446
446
  (s, [a, i]) => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/sdk",
3
3
  "private": false,
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "./dist/ecency-sdk.umd.js",