File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11---
22ELASTICSEARCH_VERSION :
3- - 6.7.1
3+ - 6.7.1
44
55NODE_JS_VERSION :
6- - 11
7- - 10
8- - 8
6+ - 12
7+ - 10
8+ - 8
99
1010exclude : ~
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo: required
55language : node_js
66
77node_js :
8- - " 11 "
8+ - " 12 "
99 - " 10"
1010 - " 8"
1111
Original file line number Diff line number Diff line change 1717 ],
1818 "scripts" : {
1919 "test" : " npm run lint && npm run test:unit && npm run test:behavior && npm run test:types" ,
20- "test:unit" : " tap test/unit/*.test.js -J - t 300" ,
21- "test:behavior" : " tap test/behavior/*.test.js -J - t 300" ,
22- "test:integration" : " tap test/integration/index.js -T --harmony --no-esm" ,
20+ "test:unit" : " tap test/unit/*.test.js -t 300 --no-coverage " ,
21+ "test:behavior" : " tap test/behavior/*.test.js -t 300 --no-coverage " ,
22+ "test:integration" : " tap test/integration/index.js -T --harmony --no-esm --no-coverage " ,
2323 "test:types" : " tsc --project ./test/types/tsconfig.json" ,
2424 "test:coverage" : " nyc npm run test:unit && nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
2525 "lint" : " standard" ,
3636 "company" : " Elasticsearch BV"
3737 },
3838 "devDependencies" : {
39- "@types/node" : " ^11.13.4 " ,
39+ "@types/node" : " ^11.13.7 " ,
4040 "codecov" : " ^3.3.0" ,
4141 "convert-hrtime" : " ^3.0.0" ,
4242 "dedent" : " ^0.7.0" ,
4343 "deepmerge" : " ^3.2.0" ,
4444 "dezalgo" : " ^1.0.3" ,
4545 "js-yaml" : " ^3.13.1" ,
4646 "license-checker" : " ^25.0.1" ,
47- "lolex" : " ^3.1.0 " ,
47+ "lolex" : " ^4.0.1 " ,
4848 "minimist" : " ^1.2.0" ,
4949 "ora" : " ^3.4.0" ,
5050 "pretty-hrtime" : " ^1.0.3" ,
5555 "split2" : " ^3.1.1" ,
5656 "standard" : " ^12.0.1" ,
5757 "stoppable" : " ^1.1.0" ,
58- "tap" : " ^12.6 .1" ,
59- "typescript" : " ^3.4.3 " ,
58+ "tap" : " ^13.0 .1" ,
59+ "typescript" : " ^3.4.5 " ,
6060 "workq" : " ^2.1.0"
6161 },
6262 "dependencies" : {
You can’t perform that action at this time.
0 commit comments