Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: streaming client no etag #9011

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"stoppable": "^1.1.0",
"ts-toolbelt": "^9.6.0",
"type-is": "^1.6.18",
"unleash-client": "^6.3.2",
"unleash-client": "^6.3.3",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9229,9 +9229,9 @@ __metadata:
languageName: node
linkType: hard

"unleash-client@npm:^6.3.2":
version: 6.3.2
resolution: "unleash-client@npm:6.3.2"
"unleash-client@npm:^6.3.3":
version: 6.3.3
resolution: "unleash-client@npm:6.3.3"
dependencies:
http-proxy-agent: "npm:^7.0.2"
https-proxy-agent: "npm:^7.0.5"
Expand All @@ -9241,7 +9241,7 @@ __metadata:
murmurhash3js: "npm:^3.0.1"
proxy-from-env: "npm:^1.1.0"
semver: "npm:^7.6.2"
checksum: 10c0/20f34a507823a7820d08495caeea7c1d79344f7861bd2df0184e6f81a4c64465e1a5a53775e8f40e0551ee2596f0e7075b0a8e4ff056c9b01f34848da6809d1d
checksum: 10c0/047f3b63aa1cadde15abc39a4f627f77c297aaa15d11928d93d86815f88b7d72811c931be4a7fcd44887cc12bdb5ad32f674dbe19b62665ece4a86dac77224bb
languageName: node
linkType: hard

Expand Down Expand Up @@ -9356,7 +9356,7 @@ __metadata:
tsc-watch: "npm:6.2.1"
type-is: "npm:^1.6.18"
typescript: "npm:5.4.5"
unleash-client: "npm:^6.3.2"
unleash-client: "npm:^6.3.3"
uuid: "npm:^9.0.0"
wait-on: "npm:^7.2.0"
languageName: unknown
Expand Down
Loading