parse-server 7.0.0-alpha.11 → 7.0.0-alpha.12

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 +3 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![Coverage](https://img.shields.io/codecov/c/github/parse-community/parse-server/alpha.svg)](https://codecov.io/github/parse-community/parse-server?branch=alpha)
10
10
  [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
11
11
 
12
- [![Node Version](https://img.shields.io/badge/nodejs-14,_16,_18-green.svg?logo=node.js&style=flat)](https://nodejs.org)
12
+ [![Node Version](https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat)](https://nodejs.org)
13
13
  [![MongoDB Version](https://img.shields.io/badge/mongodb-4.0,_4.2,_4.4,_5,_6-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
14
14
  [![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
15
15
 
@@ -129,10 +129,8 @@ Parse Server is continuously tested with the most recent releases of Node.js to
129
129
 
130
130
  | Version | Latest Version | End-of-Life | Compatible |
131
131
  |------------|----------------|-------------|------------|
132
- | Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
133
- | Node.js 16 | 16.14.2 | April 2024 | ✅ Yes |
134
- | Node.js 18 | 18.12.1 | April 2025 | ✅ Yes |
135
- | Node.js 19 | 19.3.0 | June 2023 | ✅ Yes |
132
+ | Node.js 18 | 18.19.1 | April 2025 | ✅ Yes |
133
+ | Node.js 20 | 20.11.1 | April 2026 | ✅ Yes |
136
134
 
137
135
  #### MongoDB
138
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "7.0.0-alpha.11",
3
+ "version": "7.0.0-alpha.12",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -137,7 +137,7 @@
137
137
  "madge:circular": "node_modules/.bin/madge ./src --circular"
138
138
  },
139
139
  "engines": {
140
- "node": ">=14.21.0 <17 || >=18 <19"
140
+ "node": ">=18.0.0 <21"
141
141
  },
142
142
  "bin": {
143
143
  "parse-server": "bin/parse-server"