parse-server 7.3.0 → 7.4.0-alpha.1
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 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://github.com/parse-community/parse-dashboard/releases)
|
|
11
11
|
|
|
12
12
|
[](https://nodejs.org)
|
|
13
|
-
[](https://www.mongodb.com)
|
|
13
|
+
[](https://www.mongodb.com)
|
|
14
14
|
[](https://www.postgresql.org)
|
|
15
15
|
|
|
16
16
|
[](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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-server",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-alpha.1",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"express": "4.21.0",
|
|
35
35
|
"express-rate-limit": "7.3.1",
|
|
36
36
|
"follow-redirects": "1.15.6",
|
|
37
|
-
"graphql": "16.
|
|
37
|
+
"graphql": "16.9.0",
|
|
38
38
|
"graphql-list-fields": "2.0.4",
|
|
39
39
|
"graphql-relay": "0.10.2",
|
|
40
40
|
"graphql-tag": "2.12.6",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@semantic-release/changelog": "6.0.3",
|
|
78
78
|
"@semantic-release/commit-analyzer": "13.0.0",
|
|
79
79
|
"@semantic-release/git": "10.0.1",
|
|
80
|
-
"@semantic-release/github": "10.1.
|
|
80
|
+
"@semantic-release/github": "10.1.4",
|
|
81
81
|
"@semantic-release/npm": "12.0.1",
|
|
82
82
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
83
83
|
"all-node-versions": "12.1.0",
|