parse-server 8.6.0 → 9.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![Coverage](https://codecov.io/github/parse-community/parse-server/branch/alpha/graph/badge.svg)](https://app.codecov.io/github/parse-community/parse-server/tree/alpha)
9
9
  [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
10
10
 
11
- [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org)
11
+ [![Node Version](https://img.shields.io/badge/nodejs-20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org)
12
12
  [![MongoDB Version](https://img.shields.io/badge/mongodb-6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
13
13
  [![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17,_18-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
14
14
 
@@ -128,7 +128,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
128
128
  | Version | Minimum Version | End-of-Life | Parse Server Support |
129
129
  |------------|-----------------|-------------|----------------------|
130
130
  | Node.js 18 | 18.20.4 | April 2025 | <= 8.x (2025) |
131
- | Node.js 20 | 20.18.0 | April 2026 | <= 9.x (2026) |
131
+ | Node.js 20 | 20.19.0 | April 2026 | <= 9.x (2026) |
132
132
  | Node.js 22 | 22.12.0 | April 2027 | <= 10.x (2027) |
133
133
  | Node.js 24 | 24.11.0 | April 2028 | <= 11.x (2028) |
134
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "8.6.0",
3
+ "version": "9.0.0-alpha.1",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -142,7 +142,7 @@
142
142
  },
143
143
  "types": "types/index.d.ts",
144
144
  "engines": {
145
- "node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0"
145
+ "node": ">=20.19.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0"
146
146
  },
147
147
  "bin": {
148
148
  "parse-server": "bin/parse-server"