File tree 3 files changed +12
-12
lines changed 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
ELASTICSEARCH_VERSION :
3
- - 7.0.0
3
+ - 7.0.0
4
4
5
5
NODE_JS_VERSION :
6
- - 11
7
- - 10
8
- - 8
6
+ - 12
7
+ - 10
8
+ - 8
9
9
10
10
exclude : ~
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo: required
5
5
language : node_js
6
6
7
7
node_js :
8
- - " 11 "
8
+ - " 12 "
9
9
- " 10"
10
10
- " 8"
11
11
Original file line number Diff line number Diff line change 17
17
],
18
18
"scripts" : {
19
19
"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 " ,
23
23
"test:types" : " tsc --project ./test/types/tsconfig.json" ,
24
24
"test:coverage" : " nyc npm run test:unit && nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
25
25
"lint" : " standard" ,
36
36
"company" : " Elasticsearch BV"
37
37
},
38
38
"devDependencies" : {
39
- "@types/node" : " ^11.13.4 " ,
39
+ "@types/node" : " ^11.13.7 " ,
40
40
"codecov" : " ^3.3.0" ,
41
41
"convert-hrtime" : " ^3.0.0" ,
42
42
"dedent" : " ^0.7.0" ,
43
43
"deepmerge" : " ^3.2.0" ,
44
44
"dezalgo" : " ^1.0.3" ,
45
45
"js-yaml" : " ^3.13.1" ,
46
46
"license-checker" : " ^25.0.1" ,
47
- "lolex" : " ^3.1.0 " ,
47
+ "lolex" : " ^4.0.1 " ,
48
48
"minimist" : " ^1.2.0" ,
49
49
"ora" : " ^3.4.0" ,
50
50
"pretty-hrtime" : " ^1.0.3" ,
55
55
"split2" : " ^3.1.1" ,
56
56
"standard" : " ^12.0.1" ,
57
57
"stoppable" : " ^1.1.0" ,
58
- "tap" : " ^12.6 .1" ,
59
- "typescript" : " ^3.4.3 " ,
58
+ "tap" : " ^13.0 .1" ,
59
+ "typescript" : " ^3.4.5 " ,
60
60
"workq" : " ^2.1.0"
61
61
},
62
62
"dependencies" : {
You can’t perform that action at this time.
0 commit comments