parse-server 9.7.0-alpha.2 → 9.7.0-alpha.4
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": "9.7.0-alpha.
|
|
3
|
+
"version": "9.7.0-alpha.4",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"commander": "14.0.3",
|
|
32
32
|
"cors": "2.8.6",
|
|
33
33
|
"express": "5.2.1",
|
|
34
|
-
"express-rate-limit": "8.
|
|
34
|
+
"express-rate-limit": "8.3.0",
|
|
35
35
|
"follow-redirects": "1.15.9",
|
|
36
36
|
"graphql": "16.11.0",
|
|
37
37
|
"graphql-list-fields": "2.0.4",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"jwks-rsa": "3.2.0",
|
|
43
43
|
"ldapjs": "3.0.7",
|
|
44
44
|
"lodash": "4.17.23",
|
|
45
|
-
"lru-cache": "
|
|
45
|
+
"lru-cache": "11.2.6",
|
|
46
46
|
"mime": "4.0.7",
|
|
47
47
|
"mongodb": "7.1.0",
|
|
48
48
|
"mustache": "4.2.0",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"@semantic-release/changelog": "6.0.3",
|
|
77
77
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
78
78
|
"@semantic-release/git": "10.0.1",
|
|
79
|
-
"@semantic-release/github": "
|
|
80
|
-
"@semantic-release/npm": "
|
|
79
|
+
"@semantic-release/github": "12.0.0",
|
|
80
|
+
"@semantic-release/npm": "13.0.0",
|
|
81
81
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
82
82
|
"all-node-versions": "13.0.1",
|
|
83
83
|
"apollo-upload-client": "18.0.1",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"jasmine-spec-reporter": "7.0.0",
|
|
95
95
|
"jsdoc": "4.0.4",
|
|
96
96
|
"jsdoc-babel": "0.5.0",
|
|
97
|
-
"lint-staged": "16.
|
|
97
|
+
"lint-staged": "16.2.7",
|
|
98
98
|
"m": "1.10.0",
|
|
99
99
|
"madge": "8.0.0",
|
|
100
100
|
"mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"node-fetch": "3.2.10",
|
|
105
105
|
"nyc": "17.1.0",
|
|
106
106
|
"prettier": "3.8.1",
|
|
107
|
-
"semantic-release": "
|
|
107
|
+
"semantic-release": "25.0.3",
|
|
108
108
|
"typescript": "5.9.3",
|
|
109
109
|
"typescript-eslint": "8.53.1",
|
|
110
110
|
"yaml": "2.8.2"
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"postinstall": "node -p 'require(\"./postinstall.js\")()'",
|
|
136
136
|
"madge:circular": "node_modules/.bin/madge ./src --circular",
|
|
137
137
|
"benchmark": "cross-env MONGODB_VERSION=8.0.4 MONGODB_TOPOLOGY=standalone mongodb-runner exec -t standalone --version 8.0.4 -- --port 27017 -- npm run benchmark:only",
|
|
138
|
-
"benchmark:only": "node --expose-gc benchmark/performance.js",
|
|
138
|
+
"benchmark:only": "node --expose-gc --max-old-space-size=1024 benchmark/performance.js",
|
|
139
139
|
"benchmark:quick": "cross-env BENCHMARK_ITERATIONS=10 npm run benchmark:only"
|
|
140
140
|
},
|
|
141
141
|
"types": "types/index.d.ts",
|