parse-server 6.0.0-alpha.19 → 6.0.0-alpha.20

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,7 +132,8 @@ Parse Server is continuously tested with the most recent releases of Node.js to
132
132
  |------------|----------------|-------------|------------|
133
133
  | Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
134
134
  | Node.js 16 | 16.14.2 | April 2024 | ✅ Yes |
135
- | Node.js 18 | 18.1.0 | April 2025 | ✅ Yes |
135
+ | Node.js 18 | 18.12.1 | April 2025 | ✅ Yes |
136
+ | Node.js 19 | 19.3.0 | June 2023 | ✅ Yes |
136
137
 
137
138
  #### MongoDB
138
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "6.0.0-alpha.19",
3
+ "version": "6.0.0-alpha.20",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {