File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " switcher-client" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " Client JS SDK for working with Switcher-API" ,
5
5
"main" : " ./switcher-client.js" ,
6
6
"type" : " module" ,
30
30
" src/"
31
31
],
32
32
"dependencies" : {
33
- "node-fetch" : " ^3.3.2 "
33
+ "node-fetch" : " ^2.7.0 "
34
34
},
35
35
"devDependencies" : {
36
- "@typescript-eslint/eslint-plugin" : " ^7.6 .0" ,
37
- "@typescript-eslint/parser" : " ^7.6 .0" ,
36
+ "@typescript-eslint/eslint-plugin" : " ^7.7 .0" ,
37
+ "@typescript-eslint/parser" : " ^7.7 .0" ,
38
38
"babel-eslint" : " ^10.1.0" ,
39
39
"c8" : " ^9.1.0" ,
40
40
"chai" : " ^5.1.0" ,
Original file line number Diff line number Diff line change 1
1
sonar.projectKey =switcherapi_switcher-client-master
2
2
sonar.projectName =switcher-client-js
3
3
sonar.organization =switcherapi
4
- sonar.projectVersion =4.0.1
4
+ sonar.projectVersion =4.0.2
5
5
sonar.links.homepage =https://github.com/switcherapi/switcher-client-js
6
6
7
7
sonar.javascript.lcov.reportPaths =coverage/lcov.info
You can’t perform that action at this time.
0 commit comments