hive-react-kit 1.0.12 → 1.0.15

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.
@@ -46,7 +46,7 @@ declare class ApiService {
46
46
  getCommentsList(author: string, permlink: string, observer?: string): Promise<Discussion[]>;
47
47
  getMyVideos(authToken: string): Promise<ThreeSpeakVideo[]>;
48
48
  getRankedPosts(sort?: PostSort, tag?: string, observer?: string, limit?: number, start_author?: string, start_permlink?: string): Promise<Post[]>;
49
- getPostContent(author: string, permlink: string): Promise<Post | null>;
49
+ getPostContent(author: string, permlink: string, observer?: string): Promise<Post | null>;
50
50
  }
51
51
  export declare const apiService: ApiService;
52
52
  export { server };
@@ -212,8 +212,8 @@ export interface KERatioResult {
212
212
  }
213
213
  /**
214
214
  * KE ratio for a Hive account — lifetime rewards divided by own staked HP.
215
- * Matches the value shown on peakd.com and mirrors the server-side calculator
216
- * at curation-marketing/Server/utils/ke-ratio-of-account.js.
215
+ * Mirrors the server-side calculator at
216
+ * curation-marketing/Server/utils/ke-ratio-of-account.js.
217
217
  *
218
218
  * ke = (posting_rewards + curation_rewards in HP) / own_HP
219
219
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hive-react-kit",
3
3
  "private": false,
4
- "version": "1.0.12",
4
+ "version": "1.0.15",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",