parse-dashboard 7.6.0-alpha.12 → 7.6.0-alpha.13
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
CHANGED
|
@@ -123,11 +123,14 @@ After starting the dashboard, you can visit http://localhost:4040 in your browse
|
|
|
123
123
|
## Compatibility
|
|
124
124
|
|
|
125
125
|
### Parse Server
|
|
126
|
-
Parse Dashboard is compatible with the following Parse Server
|
|
126
|
+
Parse Dashboard is compatible with the following versions of Parse Server.
|
|
127
127
|
|
|
128
|
-
| Parse Dashboard
|
|
129
|
-
|
|
130
|
-
| >=1.0
|
|
128
|
+
| Parse Dashboard | Parse Server |
|
|
129
|
+
|-----------------|------------------|
|
|
130
|
+
| >= 1.0.0 | >= 2.1.4 < 7.0.0 |
|
|
131
|
+
| >= 8.0.0 | >= 7.0.0 |
|
|
132
|
+
|
|
133
|
+
Parse Dashboard automatically checks the Parse Server version when connecting and displays a warning if the server version does not meet the minimum required version. The required Parse Server version is defined in the `supportedParseServerVersion` field in `package.json`.
|
|
131
134
|
|
|
132
135
|
### Node.js
|
|
133
136
|
Parse Dashboard is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) 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-dashboard",
|
|
3
|
-
"version": "7.6.0-alpha.
|
|
3
|
+
"version": "7.6.0-alpha.13",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/parse-community/parse-dashboard"
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"Push Status Page",
|
|
22
22
|
"Relation Editor"
|
|
23
23
|
],
|
|
24
|
+
"supportedParseServerVersion": ">=7.0.0",
|
|
24
25
|
"keywords": [
|
|
25
26
|
"parse",
|
|
26
27
|
"dashboard"
|