1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: node sdk bump with poll mode switch fix

This commit is contained in:
kwasniew 2025-09-01 11:13:54 +02:00
parent c7cb5465ff
commit a56f32b86b
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560
2 changed files with 6 additions and 6 deletions

View File

@ -129,7 +129,7 @@
"ts-toolbelt": "^9.6.0", "ts-toolbelt": "^9.6.0",
"type-is": "^2.0.0", "type-is": "^2.0.0",
"ulidx": "^2.4.1", "ulidx": "^2.4.1",
"unleash-client": "^6.7.0-beta.7", "unleash-client": "^6.7.0-beta.9",
"uuid": "^11.0.0" "uuid": "^11.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -7556,9 +7556,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"unleash-client@npm:^6.7.0-beta.7": "unleash-client@npm:^6.7.0-beta.9":
version: 6.7.0-beta.7 version: 6.7.0-beta.9
resolution: "unleash-client@npm:6.7.0-beta.7" resolution: "unleash-client@npm:6.7.0-beta.9"
dependencies: dependencies:
http-proxy-agent: "npm:^7.0.2" http-proxy-agent: "npm:^7.0.2"
https-proxy-agent: "npm:^7.0.5" https-proxy-agent: "npm:^7.0.5"
@ -7568,7 +7568,7 @@ __metadata:
murmurhash3js: "npm:^3.0.1" murmurhash3js: "npm:^3.0.1"
proxy-from-env: "npm:^1.1.0" proxy-from-env: "npm:^1.1.0"
semver: "npm:^7.6.2" semver: "npm:^7.6.2"
checksum: 10c0/624b76add507cdd36ccfb5ef30adc1c2ebc18859962f2238129392ac8bc927e838bb6cfb52785d889e85e57de5f649eced8416c1ecd5bdad566f1880bd06bd51 checksum: 10c0/50dafa1ac02b2c55f7a72f102724f9ba14099fb0bde87355f845817f5d6c130dd049f3c7fa30b11b0d082507cdd593ba085aee078a903e714abb029740ca01e4
languageName: node languageName: node
linkType: hard linkType: hard
@ -7685,7 +7685,7 @@ __metadata:
type-is: "npm:^2.0.0" type-is: "npm:^2.0.0"
typescript: "npm:5.8.3" typescript: "npm:5.8.3"
ulidx: "npm:^2.4.1" ulidx: "npm:^2.4.1"
unleash-client: "npm:^6.7.0-beta.7" unleash-client: "npm:^6.7.0-beta.9"
uuid: "npm:^11.0.0" uuid: "npm:^11.0.0"
vite-node: "npm:^3.1.3" vite-node: "npm:^3.1.3"
vitest: "npm:^3.1.3" vitest: "npm:^3.1.3"