Skip to content

Commit 71ca0e4

Browse files
authored
chore: node sdk version upgrade to support deltas (#9356)
1 parent 353207d commit 71ca0e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"stoppable": "^1.1.0",
169169
"ts-toolbelt": "^9.6.0",
170170
"type-is": "^1.6.18",
171-
"unleash-client": "^6.5.0-beta.0",
171+
"unleash-client": "^6.5.0",
172172
"uuid": "^9.0.0"
173173
},
174174
"devDependencies": {

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -9281,9 +9281,9 @@ __metadata:
92819281
languageName: node
92829282
linkType: hard
92839283

9284-
"unleash-client@npm:^6.5.0-beta.0":
9285-
version: 6.5.0-beta.0
9286-
resolution: "unleash-client@npm:6.5.0-beta.0"
9284+
"unleash-client@npm:^6.5.0":
9285+
version: 6.5.0
9286+
resolution: "unleash-client@npm:6.5.0"
92879287
dependencies:
92889288
http-proxy-agent: "npm:^7.0.2"
92899289
https-proxy-agent: "npm:^7.0.5"
@@ -9293,7 +9293,7 @@ __metadata:
92939293
murmurhash3js: "npm:^3.0.1"
92949294
proxy-from-env: "npm:^1.1.0"
92959295
semver: "npm:^7.6.2"
9296-
checksum: 10c0/2a525d14dcbb0f7547e4f304f5c6c6a5a42799c77e6d3b142e960854b39700ef83e17daa3304553ab35f88ffd86b0d7af0ae204ff4513ac6c93a438c0b90d524
9296+
checksum: 10c0/766f7285a6e3847c5ed60a2c303092be657221a41743a9047f0a09423cff8d82b3e834a1e6f2b7a02f777cb94e7219653d36d2469ba9355b9245e945701dfa92
92979297
languageName: node
92989298
linkType: hard
92999299

@@ -9409,7 +9409,7 @@ __metadata:
94099409
tsc-watch: "npm:6.2.1"
94109410
type-is: "npm:^1.6.18"
94119411
typescript: "npm:5.4.5"
9412-
unleash-client: "npm:^6.5.0-beta.0"
9412+
unleash-client: "npm:^6.5.0"
94139413
uuid: "npm:^9.0.0"
94149414
wait-on: "npm:^7.2.0"
94159415
languageName: unknown

0 commit comments

Comments
 (0)