Skip to content

Commit 37f54b8

Browse files
authored
Closes #173 - downgraded node-fetch from v3 to v2 (#174)
1 parent abb61d9 commit 37f54b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "switcher-client",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Client JS SDK for working with Switcher-API",
55
"main": "./switcher-client.js",
66
"type": "module",
@@ -30,11 +30,11 @@
3030
"src/"
3131
],
3232
"dependencies": {
33-
"node-fetch": "^3.3.2"
33+
"node-fetch": "^2.7.0"
3434
},
3535
"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",
3838
"babel-eslint": "^10.1.0",
3939
"c8": "^9.1.0",
4040
"chai": "^5.1.0",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectKey=switcherapi_switcher-client-master
22
sonar.projectName=switcher-client-js
33
sonar.organization=switcherapi
4-
sonar.projectVersion=4.0.1
4+
sonar.projectVersion=4.0.2
55
sonar.links.homepage=https://github.com/switcherapi/switcher-client-js
66

77
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)