@replyke/expo 5.0.0-beta.8 → 5.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ 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
- - **Feeds** – Fetch and display dynamic feeds with various filtering and sorting options.
17
+ - **Entity Lists** – Fetch and display dynamic feeds with various filtering and sorting options.
18
18
  - **Lists** – Enable users to create collections of entities, including nested sublists.
19
19
  - **Reporting** – Allow users to report inappropriate content, enhancing moderation.
20
20
  - **App Notifications** – Generate in-app notifications for key user actions.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@replyke/expo",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0",
4
+ "private": false,
4
5
  "author": "Replyke, maintained by Yanay Tsabary",
5
6
  "description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
6
7
  "keywords": [
@@ -38,7 +39,7 @@
38
39
  },
39
40
  "homepage": "https://docs.replyke.com",
40
41
  "dependencies": {
41
- "@replyke/core": "5.0.0-beta.8"
42
+ "@replyke/core": "5.0.0"
42
43
  },
43
44
  "devDependencies": {
44
45
  "expo-secure-store": "^14.0.1"