@ecency/sdk 1.0.48 → 1.0.49

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.
@@ -738,8 +738,8 @@ function qe(e, t, n = 100, o = void 0, i = !0) {
738
738
  {
739
739
  last: "",
740
740
  limit: n,
741
- sort: e,
742
- query: t,
741
+ sort: e === "hot" ? "rank" : e,
742
+ query: t || null,
743
743
  observer: o
744
744
  }
745
745
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/sdk",
3
3
  "private": false,
4
- "version": "1.0.48",
4
+ "version": "1.0.49",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "./dist/ecency-sdk.umd.js",