parse-server 7.3.0-alpha.1 → 7.3.0-alpha.3
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 +10 -9
- package/lib/Adapters/Storage/Mongo/MongoSchemaCollection.js +5 -3
- package/lib/Adapters/Storage/Mongo/MongoStorageAdapter.js +5 -3
- package/lib/Controllers/DatabaseController.js +11 -9
- package/lib/Controllers/ParseGraphQLController.js +15 -8
- package/lib/Controllers/SchemaController.js +3 -2
- package/lib/Options/Definitions.js +21 -1
- package/lib/Options/docs.js +5 -1
- package/lib/Options/index.js +1 -1
- package/lib/ParseServer.js +2 -2
- package/lib/TestUtils.js +17 -1
- package/lib/Utils.js +35 -1
- package/package.json +15 -15
- package/postinstall.js +38 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-server",
|
|
3
|
-
"version": "7.3.0-alpha.
|
|
3
|
+
"version": "7.3.0-alpha.3",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@apollo/server": "4.10.1",
|
|
23
|
-
"@babel/eslint-parser": "7.
|
|
23
|
+
"@babel/eslint-parser": "7.24.7",
|
|
24
24
|
"@graphql-tools/merge": "9.0.3",
|
|
25
25
|
"@graphql-tools/schema": "10.0.3",
|
|
26
26
|
"@graphql-tools/utils": "8.12.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"cors": "2.8.5",
|
|
33
33
|
"deepcopy": "2.1.0",
|
|
34
34
|
"express": "4.19.2",
|
|
35
|
-
"express-rate-limit": "
|
|
35
|
+
"express-rate-limit": "7.3.1",
|
|
36
36
|
"follow-redirects": "1.15.6",
|
|
37
37
|
"graphql": "16.8.1",
|
|
38
38
|
"graphql-list-fields": "2.0.4",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"otpauth": "9.2.2",
|
|
52
52
|
"parse": "5.3.0",
|
|
53
53
|
"path-to-regexp": "6.2.1",
|
|
54
|
-
"pg-monitor": "2.
|
|
55
|
-
"pg-promise": "11.
|
|
54
|
+
"pg-monitor": "2.1.0",
|
|
55
|
+
"pg-promise": "11.9.1",
|
|
56
56
|
"pluralize": "8.0.0",
|
|
57
57
|
"punycode": "2.3.1",
|
|
58
58
|
"rate-limit-redis": "4.2.0",
|
|
@@ -60,18 +60,18 @@
|
|
|
60
60
|
"semver": "7.6.0",
|
|
61
61
|
"subscriptions-transport-ws": "0.11.0",
|
|
62
62
|
"tv4": "1.3.0",
|
|
63
|
-
"uuid": "
|
|
64
|
-
"winston": "3.
|
|
63
|
+
"uuid": "10.0.0",
|
|
64
|
+
"winston": "3.13.1",
|
|
65
65
|
"winston-daily-rotate-file": "5.0.0",
|
|
66
|
-
"ws": "8.
|
|
66
|
+
"ws": "8.18.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@actions/core": "1.10.1",
|
|
70
70
|
"@apollo/client": "3.9.11",
|
|
71
|
-
"@babel/cli": "7.
|
|
71
|
+
"@babel/cli": "7.24.8",
|
|
72
72
|
"@babel/core": "7.24.7",
|
|
73
|
-
"@babel/plugin-proposal-object-rest-spread": "7.
|
|
74
|
-
"@babel/plugin-transform-flow-strip-types": "7.
|
|
73
|
+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
74
|
+
"@babel/plugin-transform-flow-strip-types": "7.24.7",
|
|
75
75
|
"@babel/preset-env": "7.24.0",
|
|
76
76
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
|
77
77
|
"@semantic-release/changelog": "6.0.3",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
83
83
|
"all-node-versions": "12.1.0",
|
|
84
84
|
"apollo-upload-client": "17.0.0",
|
|
85
|
-
"clean-jsdoc-theme": "4.
|
|
85
|
+
"clean-jsdoc-theme": "4.3.0",
|
|
86
86
|
"cross-env": "7.0.2",
|
|
87
87
|
"deep-diff": "1.0.2",
|
|
88
88
|
"eslint": "8.26.0",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"husky": "9.0.11",
|
|
94
94
|
"jasmine": "3.5.0",
|
|
95
95
|
"jasmine-spec-reporter": "7.0.0",
|
|
96
|
-
"jsdoc": "4.0.
|
|
96
|
+
"jsdoc": "4.0.3",
|
|
97
97
|
"jsdoc-babel": "0.5.0",
|
|
98
98
|
"lint-staged": "10.2.3",
|
|
99
99
|
"m": "1.9.0",
|
|
100
|
-
"madge": "
|
|
100
|
+
"madge": "7.0.0",
|
|
101
101
|
"mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
|
|
102
102
|
"mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
|
|
103
103
|
"mongodb-runner": "5.5.4",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"madge:circular": "node_modules/.bin/madge ./src --circular"
|
|
140
140
|
},
|
|
141
141
|
"engines": {
|
|
142
|
-
"node": "18 || 19 || 20 || 22"
|
|
142
|
+
"node": ">=18.0.0 <19.0.0 || >=19.0.0 <20.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"
|
|
143
143
|
},
|
|
144
144
|
"bin": {
|
|
145
145
|
"parse-server": "bin/parse-server"
|
package/postinstall.js
CHANGED
|
@@ -1,50 +1,38 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
process.exit(0);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
const errorMessage = `
|
|
43
|
-
⚠️ parse-server requires at least node@${minimum}!
|
|
44
|
-
You have node@${version}
|
|
45
|
-
|
|
46
|
-
`;
|
|
47
|
-
|
|
48
|
-
process.stdout.write(errorMessage);
|
|
49
|
-
process.exit(1);
|
|
50
|
-
};
|
|
1
|
+
const message = `
|
|
2
|
+
1111111111
|
|
3
|
+
1111111111111111
|
|
4
|
+
1111111111111111111111
|
|
5
|
+
11111111111111111111111111
|
|
6
|
+
111111111111111 11111111
|
|
7
|
+
1111111111111 111 111111
|
|
8
|
+
1111111111111 111111111 111111
|
|
9
|
+
111111111111 11111111111 111111
|
|
10
|
+
1111111111111 11111111111 111111
|
|
11
|
+
1111111111111 1111111111 111111
|
|
12
|
+
1111111111111111111111111 1111111
|
|
13
|
+
11111111 11111111
|
|
14
|
+
111111 111 1111111111111111111
|
|
15
|
+
11111 11111 111111111111111111
|
|
16
|
+
11111 1 11111111111111111
|
|
17
|
+
111111 111111111111111111
|
|
18
|
+
11111111111111111111111111
|
|
19
|
+
1111111111111111111111
|
|
20
|
+
111111111111111111
|
|
21
|
+
11111111111
|
|
22
|
+
|
|
23
|
+
Thank you for using Parse Platform!
|
|
24
|
+
https://parseplatform.org
|
|
25
|
+
|
|
26
|
+
Please consider donating to help us maintain
|
|
27
|
+
this package:
|
|
28
|
+
|
|
29
|
+
👉 https://opencollective.com/parse-server 👈
|
|
30
|
+
|
|
31
|
+
`;
|
|
32
|
+
|
|
33
|
+
function main() {
|
|
34
|
+
process.stdout.write(message);
|
|
35
|
+
process.exit(0);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
module.exports = main;
|