Skip to content

Commit

Permalink
feat: upgrade node sdk to support dependent features
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Oct 16, 2023
1 parent 2e73af5 commit 471a958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/proxy",
"version": "0.17.0",
"version": "0.18.0",
"description": "The Unleash Proxy (Open-Source)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"json-schema-to-ts": "^2.3.0",
"openapi-types": "^11.0.0",
"type-is": "^1.6.18",
"unleash-client": "^4.1.0"
"unleash-client": "^4.2.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4596,10 +4596,10 @@ unique-slug@^3.0.0:
dependencies:
imurmurhash "^0.1.4"

unleash-client@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-4.1.0.tgz#2948ac933bf0392bf56eebad8e64628a7a84d20d"
integrity sha512-b6IKLTVFqMrADXR0gghe1TW7GUBMJF34NOxIwzkflW48f59Xh3J8r/Nzv43AKFhG2YqI3Ex38kelFwDVFRSIYQ==
unleash-client@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-4.2.0.tgz#18fe74baa3d369c7450a9d52f98a14cb3aab50d8"
integrity sha512-HFkJhZ4EkljbF5t+xyWAcC/s7TstM2g5N0EkCbzFp1hWEhym1PV2JhhIk8sbdYQ99d/e9tPWQkAv6a1K6miTnA==
dependencies:
ip "^1.1.8"
make-fetch-happen "^10.2.1"
Expand Down

0 comments on commit 471a958

Please sign in to comment.