Skip to content

Commit 5d59503

Browse files
feat: add sdk uniqueness headers (#185)
Updates the dependency on the underlying Unleash client to 3.7.1. This version of the client adds new x-unleash headers which lets Unleash count unique connections and see SDK version information.
1 parent a3e7836 commit 5d59503

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"react-dom": "^18.2.0",
5151
"react-test-renderer": "^18.2.0",
5252
"typescript": "^5.3.2",
53-
"unleash-proxy-client": "^3.5.2",
53+
"unleash-proxy-client": "^3.7.1",
5454
"vite": "^4.5.0",
5555
"vite-plugin-dts": "^3.6.3",
5656
"vitest": "^0.34.6"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,10 +1972,10 @@ universalify@^0.2.0:
19721972
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
19731973
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
19741974

1975-
unleash-proxy-client@^3.5.2:
1976-
version "3.5.2"
1977-
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.5.2.tgz#e5c1735e94ada7abec33958e2b252ba66ad83074"
1978-
integrity sha512-fbxTmNyJ/B6uKAZSRcfzZ9IXHokPikWgI14/6DQU3poJjZr+P7hX2KyZbkucd1/0VFYWnNTPAn+ihwyV3C8F/Q==
1975+
unleash-proxy-client@^3.7.1:
1976+
version "3.7.1"
1977+
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.7.1.tgz#c51483aebaad664e6d6ea70828f5f10bece61a40"
1978+
integrity sha512-ri3cauGfQBjvRvwwJIQfnHlpOfFvQz0iy5hVd82Tr4t0LkqpqFr248tuO8jkI39JXelUcX7TCGNHneeMMPZM1A==
19791979
dependencies:
19801980
tiny-emitter "^2.1.0"
19811981
uuid "^9.0.1"

0 commit comments

Comments
 (0)