parse-server 5.0.0-alpha.7 → 5.0.0-alpha.8
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 +1 -2
- package/package.json +9 -13
package/README.md
CHANGED
|
@@ -116,8 +116,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|
|
|
116
116
|
|------------|----------------|-------------|---------------|
|
|
117
117
|
| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
|
|
118
118
|
| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes |
|
|
119
|
-
| Node.js
|
|
120
|
-
| Node.js 16 | 16.x.x | April 2024 | ❌ Not tested |
|
|
119
|
+
| Node.js 16 | 16.13.0 | April 2024 | ✅ Yes |
|
|
121
120
|
|
|
122
121
|
#### MongoDB
|
|
123
122
|
Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-server",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.8",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"license": "BSD-3-Clause",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@apollographql/graphql-playground-html": "1.6.29",
|
|
23
|
-
"@graphql-tools/links": "
|
|
23
|
+
"@graphql-tools/links": "8.2.1",
|
|
24
24
|
"@graphql-tools/stitch": "6.2.4",
|
|
25
25
|
"@graphql-tools/utils": "6.2.4",
|
|
26
|
-
"@parse/fs-files-adapter": "1.2.
|
|
26
|
+
"@parse/fs-files-adapter": "1.2.1",
|
|
27
27
|
"@parse/push-adapter": "3.4.1",
|
|
28
28
|
"apollo-server-express": "2.25.2",
|
|
29
29
|
"bcryptjs": "2.4.3",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"cors": "2.8.5",
|
|
33
33
|
"deepcopy": "2.1.0",
|
|
34
34
|
"express": "4.17.1",
|
|
35
|
-
"follow-redirects": "1.14.
|
|
36
|
-
"graphql": "15.
|
|
35
|
+
"follow-redirects": "1.14.4",
|
|
36
|
+
"graphql": "15.7.0",
|
|
37
37
|
"graphql-list-fields": "2.0.2",
|
|
38
38
|
"graphql-relay": "0.9.0",
|
|
39
39
|
"graphql-tag": "2.12.5",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"mustache": "4.2.0",
|
|
50
50
|
"parse": "3.3.1",
|
|
51
51
|
"pg-monitor": "1.4.1",
|
|
52
|
-
"pg-promise": "10.11.
|
|
52
|
+
"pg-promise": "10.11.1",
|
|
53
53
|
"pluralize": "8.0.0",
|
|
54
54
|
"redis": "3.1.2",
|
|
55
55
|
"semver": "7.3.5",
|
|
@@ -58,10 +58,11 @@
|
|
|
58
58
|
"uuid": "8.3.2",
|
|
59
59
|
"winston": "3.3.3",
|
|
60
60
|
"winston-daily-rotate-file": "4.5.5",
|
|
61
|
-
"ws": "8.2.
|
|
61
|
+
"ws": "8.2.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@actions/core": "1.2.6",
|
|
65
|
+
"@apollo/client": "3.4.17",
|
|
65
66
|
"@babel/cli": "7.10.0",
|
|
66
67
|
"@babel/core": "7.10.0",
|
|
67
68
|
"@babel/plugin-proposal-object-rest-spread": "7.10.0",
|
|
@@ -75,12 +76,7 @@
|
|
|
75
76
|
"@semantic-release/npm": "7.1.3",
|
|
76
77
|
"@semantic-release/release-notes-generator": "9.0.3",
|
|
77
78
|
"all-node-versions": "8.0.0",
|
|
78
|
-
"apollo-
|
|
79
|
-
"apollo-client": "2.6.10",
|
|
80
|
-
"apollo-link": "1.2.14",
|
|
81
|
-
"apollo-link-http": "1.5.17",
|
|
82
|
-
"apollo-link-ws": "1.0.20",
|
|
83
|
-
"apollo-upload-client": "13.0.0",
|
|
79
|
+
"apollo-upload-client": "16.0.0",
|
|
84
80
|
"apollo-utilities": "1.3.4",
|
|
85
81
|
"babel-eslint": "10.1.0",
|
|
86
82
|
"bcrypt-nodejs": "0.0.3",
|