|
1 | 1 | { |
2 | 2 | "name": "parse-server", |
3 | | - "version": "5.0.0-alpha.21", |
| 3 | + "version": "5.0.0-alpha.22", |
4 | 4 | "description": "An express module providing a Parse-compatible API server", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "repository": { |
|
46 | 46 | "lodash": "4.17.21", |
47 | 47 | "lru-cache": "5.1.1", |
48 | 48 | "mime": "3.0.0", |
49 | | - "mongodb": "3.6.11", |
| 49 | + "mongodb": "4.3.1", |
50 | 50 | "mustache": "4.2.0", |
51 | 51 | "parse": "3.4.1", |
52 | 52 | "pg-monitor": "1.4.1", |
|
118 | 118 | "test:mongodb:4.0.27": "npm run test:mongodb --dbversion=4.0.27", |
119 | 119 | "test:mongodb:4.2.17": "npm run test:mongodb --dbversion=4.2.17", |
120 | 120 | "test:mongodb:4.4.10": "npm run test:mongodb --dbversion=4.4.10", |
| 121 | + "test:mongodb:5.0.5": "npm run test:mongodb --dbversion=5.0.5", |
121 | 122 | "posttest:mongodb": "mongodb-runner stop", |
122 | | - "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start", |
123 | | - "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine", |
| 123 | + "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start", |
| 124 | + "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine", |
124 | 125 | "test": "npm run testonly", |
125 | | - "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop", |
126 | | - "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine", |
| 126 | + "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop", |
| 127 | + "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine", |
127 | 128 | "start": "node ./bin/parse-server", |
128 | 129 | "prettier": "prettier --write {src,spec}/{**/*,*}.js", |
129 | 130 | "prepare": "npm run build", |
|
0 commit comments