parse-server 6.5.6 → 6.5.7
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": "6.5.
|
|
3
|
+
"version": "6.5.7",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"uuid": "9.0.1",
|
|
62
62
|
"winston": "3.12.0",
|
|
63
63
|
"winston-daily-rotate-file": "5.0.0",
|
|
64
|
-
"ws": "8.
|
|
64
|
+
"ws": "8.17.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@actions/core": "1.9.1",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"test:mongodb:4.4.13": "npm run test:mongodb --dbversion=4.4.13",
|
|
125
125
|
"test:mongodb:5.3.2": "npm run test:mongodb --dbversion=5.3.2",
|
|
126
126
|
"test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
|
|
127
|
+
"test:postgres:testonly": "cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly",
|
|
127
128
|
"posttest:mongodb": "mongodb-runner stop",
|
|
128
129
|
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start",
|
|
129
130
|
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
|