| 
35 | 35 |     "follow-redirects": "1.14.1",  | 
36 | 36 |     "graphql": "15.5.0",  | 
37 | 37 |     "graphql-list-fields": "2.0.2",  | 
38 |  | -    "graphql-relay": "0.7.0",  | 
 | 38 | +    "graphql-relay": "0.8.0",  | 
39 | 39 |     "graphql-tag": "2.12.5",  | 
40 | 40 |     "graphql-upload": "11.0.0",  | 
41 | 41 |     "intersect": "1.0.1",  | 
 | 
112 | 112 |     "test:mongodb:testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",  | 
113 | 113 |     "test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",  | 
114 | 114 |     "test:mongodb:4.0.25": "npm run test:mongodb --dbversion=4.0.25",  | 
115 |  | -    "test:mongodb:4.2.14": "npm run test:mongodb --dbversion=4.2.14",  | 
116 |  | -    "test:mongodb:4.4.6": "npm run test:mongodb --dbversion=4.4.6",  | 
 | 115 | +    "test:mongodb:4.2.15": "npm run test:mongodb --dbversion=4.2.15",  | 
 | 116 | +    "test:mongodb:4.4.7": "npm run test:mongodb --dbversion=4.4.7",  | 
117 | 117 |     "posttest:mongodb": "mongodb-runner stop",  | 
118 |  | -    "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.6} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",  | 
119 |  | -    "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.6} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",  | 
 | 118 | +    "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",  | 
 | 119 | +    "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",  | 
120 | 120 |     "test": "npm run testonly",  | 
121 |  | -    "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.6} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",  | 
122 |  | -    "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.6} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",  | 
 | 121 | +    "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",  | 
 | 122 | +    "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",  | 
123 | 123 |     "start": "node ./bin/parse-server",  | 
124 | 124 |     "prettier": "prettier --write '{src,spec}/{**/*,*}.js'",  | 
125 | 125 |     "prepare": "npm run build",  | 
 | 
0 commit comments