parse-server 8.3.0 → 8.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/lib/Options/Definitions.js +3 -3
- package/lib/Options/docs.js +2 -2
- package/lib/Options/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://app.codecov.io/github/parse-community/parse-server/tree/alpha)
|
|
9
9
|
[](https://github.com/parse-community/parse-dashboard/releases)
|
|
10
10
|
|
|
11
|
-
[](https://nodejs.org)
|
|
11
|
+
[](https://nodejs.org)
|
|
12
12
|
[](https://www.mongodb.com)
|
|
13
13
|
[](https://www.postgresql.org)
|
|
14
14
|
|
|
@@ -130,6 +130,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|
|
|
130
130
|
| Node.js 18 | 18.20.4 | April 2025 | <= 8.x (2025) |
|
|
131
131
|
| Node.js 20 | 20.18.0 | April 2026 | <= 9.x (2026) |
|
|
132
132
|
| Node.js 22 | 22.12.0 | April 2027 | <= 10.x (2027) |
|
|
133
|
+
| Node.js 24 | 24.11.0 | April 2028 | <= 11.x (2028) |
|
|
133
134
|
|
|
134
135
|
#### MongoDB
|
|
135
136
|
|