Skip to content

Commit

Permalink
fix:fetch lib with its deps (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Jul 18, 2023
1 parent fb9b1ed commit 69ddeef
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 171 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unleash-client",
"version": "4.1.0-beta.1",
"version": "4.1.0-beta.2",
"description": "Unleash Client for Node",
"license": "Apache-2.0",
"main": "./lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/Unleash/unleash-client-node",
"dependencies": {
"ip": "^1.1.8",
"make-fetch-happen": "^11.1.1",
"make-fetch-happen": "^10.2.1",
"murmurhash3js": "^3.0.1",
"semver": "^7.5.3"
},
Expand Down
Loading

0 comments on commit 69ddeef

Please sign in to comment.