|
47 | 47 | "mime": "2.5.2",
|
48 | 48 | "mongodb": "3.6.11",
|
49 | 49 | "mustache": "4.2.0",
|
50 |
| - "parse": "3.3.0", |
| 50 | + "parse": "3.3.1", |
51 | 51 | "pg-monitor": "1.4.1",
|
52 | 52 | "pg-promise": "10.11.0",
|
53 | 53 | "pluralize": "8.0.0",
|
|
114 | 114 | "test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
|
115 | 115 | "test:mongodb:4.0.27": "npm run test:mongodb --dbversion=4.0.27",
|
116 | 116 | "test:mongodb:4.2.17": "npm run test:mongodb --dbversion=4.2.17",
|
117 |
| - "test:mongodb:4.4.9": "npm run test:mongodb --dbversion=4.4.9", |
| 117 | + "test:mongodb:4.4.10": "npm run test:mongodb --dbversion=4.4.10", |
118 | 118 | "posttest:mongodb": "mongodb-runner stop",
|
119 |
| - "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start", |
120 |
| - "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine", |
| 119 | + "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", |
| 120 | + "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", |
121 | 121 | "test": "npm run testonly",
|
122 |
| - "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop", |
123 |
| - "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine", |
| 122 | + "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", |
| 123 | + "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", |
124 | 124 | "start": "node ./bin/parse-server",
|
125 | 125 | "prettier": "prettier --write {src,spec}/{**/*,*}.js",
|
126 | 126 | "prepare": "npm run build",
|
|
0 commit comments