@launchdarkly/node-server-sdk
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -5,2 +5,13 @@ # Changelog | ||
## [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) | ||
### Bug Fixes | ||
* Export missed Migration types. | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.0.0 to 2.0.1 | ||
## [9.0.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.2.4...node-server-sdk-v9.0.0) (2023-10-16) | ||
@@ -10,3 +21,3 @@ | ||
For detailed information about this version, refer to the list below. For information on how to upgrade from the previous version, read the [migration guide](https://docs.launchdarkly.com/sdk/server-side/node/migration-8-to-9). | ||
For detailed information about this version, refer to the list below. For information on how to upgrade from the previous version, read the [migration guide](https://docs.launchdarkly.com/sdk/server-side/node-js/migration-8-to-9). | ||
@@ -13,0 +24,0 @@ ### ⚠ BREAKING CHANGES |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"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.0", | ||
"@launchdarkly/js-server-sdk-common": "2.0.1", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -51,0 +51,0 @@ "launchdarkly-eventsource": "2.0.1" |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"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.0", | ||
"@launchdarkly/js-server-sdk-common": "2.0.1", | ||
"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
78515
+ Added@launchdarkly/js-server-sdk-common@2.0.1(transitive)
- Removed@launchdarkly/js-server-sdk-common@2.0.0(transitive)