parse-server 8.3.0-alpha.9 → 8.3.1-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "8.3.0-alpha.9",
3
+ "version": "8.3.1-alpha.1",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -122,6 +122,7 @@ export interface ParseServerOptions {
122
122
  allowExpiredAuthDataToken?: boolean;
123
123
  requestKeywordDenylist?: (RequestKeywordDenylist[]);
124
124
  rateLimit?: (RateLimitOptions[]);
125
+ verifyServerUrl?: boolean;
125
126
  }
126
127
  export interface RateLimitOptions {
127
128
  requestPath: string;