Skip to content

Commit

Permalink
fix: variant hashing through node sdk (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Oct 30, 2023
1 parent 8198ee4 commit f46a759
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.18.2",
"version": "1.0.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.2.0"
"unleash-client": "^5.0.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.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==
unleash-client@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-5.0.0.tgz#b6725723b38f5572b4b1c5261c1bb2254148ec58"
integrity sha512-9x3SOpHTnMDY0CosKwy/0Hi9gIjw65+i2fsC76bvYaUIVTlqDoPdCfosBokNIZ/IjCF0TjEgSZefSWNGY5SC9A==
dependencies:
ip "^1.1.8"
make-fetch-happen "^10.2.1"
Expand Down

0 comments on commit f46a759

Please sign in to comment.