@replyke/react-js 5.0.0-beta.3 → 5.0.0-beta.30
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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,8 +14,8 @@ This package is designed to be flexible, efficient, and developer-friendly, offe
|
|
|
14
14
|
- **Entities** – Create, update, delete, and manage content such as posts, products, or other user-generated items.
|
|
15
15
|
- **Comments** – Full-featured comment system with replies, voting, and user mentions.
|
|
16
16
|
- **Voting System** – Upvote/downvote functionality for both entities and comments.
|
|
17
|
-
- **
|
|
18
|
-
- **Lists** – Enable users to create collections of entities, including nested
|
|
17
|
+
- **Entity Lists** – Fetch and display dynamic feeds with various filtering and sorting options.
|
|
18
|
+
- **Lists** – Enable users to create collections of entities, including nested sub-lists.
|
|
19
19
|
- **Reporting** – Allow users to report inappropriate content, enhancing moderation.
|
|
20
20
|
- **App Notifications** – Generate in-app notifications for key user actions.
|
|
21
21
|
- **Follows** – Establish follow relationships between users to build social connections.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@replyke/react-js",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.30",
|
|
4
4
|
"author": "Replyke, maintained by Yanay Tsabary",
|
|
5
5
|
"description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
|
|
6
6
|
"keywords": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://docs.replyke.com",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@replyke/core": "5.0.0-beta.
|
|
40
|
+
"@replyke/core": "5.0.0-beta.30"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build:esm": "tsc -p tsconfig.esm.json",
|