Skip to content

Commit 7bfd2bd

Browse files
authored
fix: flagsClient returning "disabled" state after multiple asynchronous calls (#107)
1 parent e70de16 commit 7bfd2bd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"dependencies": {
5050
"@commander-js/extra-typings": "12.1.0",
5151
"@next/env": "14.2.13",
52-
"@unleash/proxy-client-react": "4.5.2",
52+
"@unleash/proxy-client-react": "5.0.0",
5353
"commander": "12.1.0",
5454
"murmurhash3js": "3.0.1",
5555
"semver": "7.6.3",
5656
"unleash-client": "^6.4.4",
57-
"unleash-proxy-client": "^3.7.3"
57+
"unleash-proxy-client": "^3.7.4"
5858
},
5959
"peerDependencies": {
6060
"next": ">=12",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,10 +1003,10 @@
10031003
resolved "https://registry.yarnpkg.com/@unleash/client-specification/-/client-specification-5.1.9.tgz#29e3721e2ead91fafb96f7d4a2d3a51e09a4a4f5"
10041004
integrity sha512-9/Z5Kc3uuSe/3cqTCa0P3nWqv6g5ZpD2ZRi6G3blU1C7SAqs6Zixo2etSz9U9tOHSQdDq39X4SM9KQwDutAdYg==
10051005

1006-
"@unleash/proxy-client-react@4.5.2":
1007-
version "4.5.2"
1008-
resolved "https://registry.yarnpkg.com/@unleash/proxy-client-react/-/proxy-client-react-4.5.2.tgz#8668eb0259d50fc5f2adb5d4c95a5515d9f71065"
1009-
integrity sha512-mxml+6+hH64qpTml768Suf955n5YttCZgmsw1TJYmUJ1pa+X+dBYvAM0Mdg8L+uUU7hz1xFrOeWtgtJRe+17eQ==
1006+
"@unleash/proxy-client-react@5.0.0":
1007+
version "5.0.0"
1008+
resolved "https://registry.yarnpkg.com/@unleash/proxy-client-react/-/proxy-client-react-5.0.0.tgz#2ec5a6c92d993c6411efa6cc2761eda7627d6c51"
1009+
integrity sha512-f00yLXSdA2ifB1RvqD1T4Il3Yk0CjVibKYS4cdOeLb6LhyH4kIeyJwtQO1slUrKRUy8VBt8Hmm2Rh1JEGlkfSQ==
10101010

10111011
10121012
version "2.0.3"
@@ -4319,10 +4319,10 @@ unleash-client@^6.4.4:
43194319
proxy-from-env "^1.1.0"
43204320
semver "^7.6.2"
43214321

4322-
unleash-proxy-client@^3.7.3:
4323-
version "3.7.3"
4324-
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.7.3.tgz#2f69b4d4a3ea673f6f1c647b50e5a4433b955045"
4325-
integrity sha512-Cd7ovrhAIpwveNFdtpzs7HO0WeArC2fbjIVGL2Cjza8bHD+jJ1JbSuy3tFuKvvUkbVKq/EGV0RgosEa/3UVLgg==
4322+
unleash-proxy-client@^3.7.4:
4323+
version "3.7.4"
4324+
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.7.4.tgz#a6422fbf6ba8ac8fb410c664f7efd6c85c3471c2"
4325+
integrity sha512-/MySSG+d1jlChDZrIKxRMClerj9kAaVMDHDA48Uguq7JhYfEvNFGcm+waaWsgaK+Xx7+xRTnKgMq0x8fSDiv3w==
43264326
dependencies:
43274327
tiny-emitter "^2.1.0"
43284328
uuid "^9.0.1"

0 commit comments

Comments
 (0)