File tree Expand file tree Collapse file tree 2 files changed +261
-930
lines changed Expand file tree Collapse file tree 2 files changed +261
-930
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codefresh-io/service-base" ,
3
- "version" : " 5 .0.4 " ,
3
+ "version" : " 6 .0.0 " ,
4
4
"main" : " index.js" ,
5
5
"description" : " " ,
6
6
"bin" : {
7
7
"cf-openapi" : " ./node_modules/cf-openapi/bin/cf-openapi"
8
8
},
9
9
"engines" : {
10
- "node" : " >=12.22.12 "
10
+ "node" : " >=18.0.0 "
11
11
},
12
12
"scripts" : {
13
13
"test" : " (find . -not -path './node_modules/*' -path '*/*.spec.js' | grep -v '__tests__' | NODE_ENV=test xargs mocha) && jest" ,
33
33
"homepage" : " https://github.com/codefresh-io/service-base#readme" ,
34
34
"dependencies" : {
35
35
"@codefresh-io/authenticated-entity" : " ^2.17.1" ,
36
- "@codefresh-io/cf-monitor" : " ^0 .0.29 " ,
36
+ "@codefresh-io/cf-monitor" : " ^12 .0.0 " ,
37
37
"@codefresh-io/cf-openapi" : " ^0.7.20" ,
38
38
"@codefresh-io/eventbus" : " ^2.0.0" ,
39
39
"@codefresh-io/http-infra" : " ^1.8.15" ,
You can’t perform that action at this time.
0 commit comments