Skip to content

Commit 6441e34

Browse files
feat: add sdk uniqueness headers (#32)
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 e69d360 commit 6441e34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"preview": "vite preview"
3434
},
3535
"dependencies": {
36-
"unleash-proxy-client": "^3.2.0",
36+
"unleash-proxy-client": "^3.7.1",
3737
"vue": "^3.2.45"
3838
},
3939
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -897,10 +897,10 @@ universalify@^2.0.0:
897897
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
898898
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
899899

900-
unleash-proxy-client@^3.2.0:
901-
version "3.2.0"
902-
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.2.0.tgz#cdecf1b3bdd40fbe7a20fd66c27906b33e53c4fd"
903-
integrity sha512-y9iCRCytxQCej6HlXecGu63ul1Wz6xklXOs+vuaPbqtj4NDGT6IThUvP3h7m5pW+IIxR99hnkVS1FICt1FT3yQ==
900+
unleash-proxy-client@^3.7.1:
901+
version "3.7.1"
902+
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.7.1.tgz#c51483aebaad664e6d6ea70828f5f10bece61a40"
903+
integrity sha512-ri3cauGfQBjvRvwwJIQfnHlpOfFvQz0iy5hVd82Tr4t0LkqpqFr248tuO8jkI39JXelUcX7TCGNHneeMMPZM1A==
904904
dependencies:
905905
tiny-emitter "^2.1.0"
906906
uuid "^9.0.1"

0 commit comments

Comments
 (0)