parse-server 7.3.1-alpha.1 → 7.4.0-alpha.2
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 +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
[](https://github.com/parse-community/parse-dashboard/releases)
|
|
11
11
|
|
|
12
12
|
[](https://nodejs.org)
|
|
13
|
-
[](https://www.mongodb.com)
|
|
14
|
-
[](https://www.postgresql.org)
|
|
13
|
+
[](https://www.mongodb.com)
|
|
14
|
+
[](https://www.postgresql.org)
|
|
15
15
|
|
|
16
16
|
[](https://www.npmjs.com/package/parse-server)
|
|
17
17
|
[](https://www.npmjs.com/package/parse-server)
|
|
@@ -144,6 +144,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
|
|
|
144
144
|
| MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
|
|
145
145
|
| MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
|
|
146
146
|
| MongoDB 7 | 7.0.8 | TDB | ✅ Yes |
|
|
147
|
+
| MongoDB 8 | 8.0.0 | TDB | ✅ Yes |
|
|
147
148
|
|
|
148
149
|
#### PostgreSQL
|
|
149
150
|
|
|
@@ -155,6 +156,7 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
|
|
|
155
156
|
| Postgres 14 | 3.4 | November 2026 | <= 7.x (2024) | ✅ Yes |
|
|
156
157
|
| Postgres 15 | 3.4 | November 2027 | <= 8.x (2025) | ✅ Yes |
|
|
157
158
|
| Postgres 16 | 3.4 | November 2028 | <= 9.x (2026) | ✅ Yes |
|
|
159
|
+
| Postgres 17 | 3.4 | November 2029 | <= 9.x (2026) | ✅ Yes |
|
|
158
160
|
|
|
159
161
|
### Locally
|
|
160
162
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-server",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-alpha.2",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"jwks-rsa": "3.1.0",
|
|
45
45
|
"ldapjs": "3.0.7",
|
|
46
46
|
"lodash": "4.17.21",
|
|
47
|
-
"lru-cache": "10.
|
|
47
|
+
"lru-cache": "10.4.0",
|
|
48
48
|
"mime": "3.0.0",
|
|
49
49
|
"mongodb": "5.9.0",
|
|
50
50
|
"mustache": "4.2.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"ws": "8.18.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@actions/core": "1.
|
|
69
|
+
"@actions/core": "1.11.1",
|
|
70
70
|
"@apollo/client": "3.11.1",
|
|
71
71
|
"@babel/cli": "7.24.8",
|
|
72
72
|
"@babel/core": "7.24.7",
|