@replyke/expo 5.0.1 → 5.0.3

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -187,7 +187,7 @@
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright [yyyy] [name of copyright owner]
190
+ Copyright 2025 Replyke
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -38,4 +38,4 @@ Full documentation, including API references and integration guides, is availabl
38
38
 
39
39
  ## License
40
40
 
41
- Replyke Core is licensed under the Apache 2.0 License.
41
+ Replyke Expo is licensed under the Apache 2.0 License.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@replyke/expo",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "private": false,
5
+ "license": "Apache-2.0",
5
6
  "author": "Replyke, maintained by Yanay Tsabary",
6
7
  "description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
7
8
  "keywords": [
@@ -23,7 +24,6 @@
23
24
  "react-native",
24
25
  "typescript"
25
26
  ],
26
- "license": "Apache-2.0",
27
27
  "main": "dist/cjs/index.js",
28
28
  "module": "dist/esm/index.js",
29
29
  "types": "dist/esm/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://docs.replyke.com",
41
41
  "dependencies": {
42
- "@replyke/core": "5.0.1"
42
+ "@replyke/core": "5.0.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "expo-secure-store": "^14.0.1"