parse-dashboard 7.6.0-alpha.11 → 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.
@@ -39,8 +39,6 @@ object-assign
39
39
 
40
40
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
41
41
 
42
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
43
-
44
42
  /**
45
43
  * @license
46
44
  * MIT License
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 versions.
126
+ Parse Dashboard is compatible with the following versions of Parse Server.
127
127
 
128
- | Parse Dashboard Version | Parse Server Version | Compatible |
129
- |-------------------------|----------------------|------------|
130
- | >=1.0 | >= 2.1.4 | Yes |
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.11",
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"
@@ -56,7 +57,7 @@
56
57
  "node-fetch": "3.3.2",
57
58
  "otpauth": "8.0.3",
58
59
  "package-json": "7.0.0",
59
- "parse": "3.5.1",
60
+ "parse": "7.0.1",
60
61
  "passport": "0.7.0",
61
62
  "passport-local": "1.0.0",
62
63
  "prismjs": "1.30.0",