File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
env :
7
7
NODE_VERSION : " {{ matrix.nodejs }}"
8
8
TEST_SUITE : " {{ matrix.suite }}"
9
- STACK_VERSION : 8.15 .0
9
+ STACK_VERSION : 8.16 .0
10
10
matrix :
11
11
setup :
12
12
suite :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/elasticsearch" ,
3
- "version" : " 8.15 .0" ,
4
- "versionCanary" : " 8.15 .0-canary.0" ,
3
+ "version" : " 8.16 .0" ,
4
+ "versionCanary" : " 8.16 .0-canary.0" ,
5
5
"description" : " The official Elasticsearch client for Node.js" ,
6
6
"main" : " ./index.js" ,
7
7
"types" : " index.d.ts" ,
53
53
"node" : " >=18"
54
54
},
55
55
"devDependencies" : {
56
- "@elastic/request-converter" : " ^8.15.2 " ,
56
+ "@elastic/request-converter" : " ^8.16.1 " ,
57
57
"@sinonjs/fake-timers" : " github:sinonjs/fake-timers#0bfffc1" ,
58
58
"@types/debug" : " ^4.1.7" ,
59
59
"@types/ms" : " ^0.7.31" ,
You can’t perform that action at this time.
0 commit comments