@ecency/sdk 2.3.25 → 2.3.26

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.
@@ -3408,6 +3408,8 @@ interface Entry$1 {
3408
3408
  max_accepted_payout: string;
3409
3409
  net_rshares: number;
3410
3410
  net_votes?: number;
3411
+ tip_count?: number;
3412
+ tipped_by_viewer?: boolean;
3411
3413
  parent_author?: string;
3412
3414
  parent_permlink?: string;
3413
3415
  payout: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/sdk",
3
3
  "private": false,
4
- "version": "2.3.25",
4
+ "version": "2.3.26",
5
5
  "description": "Ecency SDK",
6
6
  "repository": {
7
7
  "type": "git",