@launchdarkly/node-server-sdk
Advanced tools
Comparing version 9.7.2 to 9.7.3
@@ -5,2 +5,16 @@ # Changelog | ||
## [9.7.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.7.2...node-server-sdk-v9.7.3) (2025-01-22) | ||
### Bug Fixes | ||
* Fix typo in proxy-authorization header for basic authentication. ([#720](https://github.com/launchdarkly/js-core/issues/720)) ([220b6d6](https://github.com/launchdarkly/js-core/commit/220b6d6d34331d271ca30f0cae363c734fcc38bf)), closes [#718](https://github.com/launchdarkly/js-core/issues/718) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.10.0 to 2.11.0 | ||
## [9.7.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.7.1...node-server-sdk-v9.7.2) (2024-11-14) | ||
@@ -7,0 +21,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.7.2", | ||
"version": "9.7.3", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.10.0", | ||
"@launchdarkly/js-server-sdk-common": "2.11.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.3" |
@@ -41,3 +41,3 @@ "use strict"; | ||
parsedOptions.headers = { | ||
'Proxy-Authorization': `Basic ${Buffer.from(proxyOptions.auth).toString('base64')}}`, | ||
'Proxy-Authorization': `Basic ${Buffer.from(proxyOptions.auth).toString('base64')}`, | ||
}; | ||
@@ -44,0 +44,0 @@ } |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.7.2", | ||
"version": "9.7.3", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.10.0", | ||
"@launchdarkly/js-server-sdk-common": "2.11.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.3" |
Sorry, the diff of this file is not supported yet
94713
+ Added@launchdarkly/js-sdk-common@2.13.0(transitive)
+ Added@launchdarkly/js-server-sdk-common@2.11.0(transitive)
- Removed@launchdarkly/js-sdk-common@2.12.0(transitive)
- Removed@launchdarkly/js-server-sdk-common@2.10.0(transitive)