@launchdarkly/node-server-sdk
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -5,2 +5,14 @@ # Changelog | ||
## [9.0.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.1...node-server-sdk-v9.0.2) (2023-11-01) | ||
### Bug Fixes | ||
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.0.1 to 2.0.2 | ||
## [9.0.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.0...node-server-sdk-v9.0.1) (2023-10-16) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"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.0.1", | ||
"@launchdarkly/js-server-sdk-common": "2.0.2", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.1" |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"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.0.1", | ||
"@launchdarkly/js-server-sdk-common": "2.0.2", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79010
+ Added@launchdarkly/js-server-sdk-common@2.0.2(transitive)
- Removed@launchdarkly/js-server-sdk-common@2.0.1(transitive)