@launchdarkly/node-server-sdk
Advanced tools
Comparing version 9.4.6 to 9.4.7
@@ -5,2 +5,9 @@ # Changelog | ||
## [9.4.7](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.4.6...node-server-sdk-v9.4.7) (2024-07-01) | ||
### Bug Fixes | ||
* Log errors when there is no error event handler. ([#495](https://github.com/launchdarkly/js-core/issues/495)) ([6b73699](https://github.com/launchdarkly/js-core/commit/6b73699061efa46cd291756d3932fcf78d480f40)) | ||
## [9.4.6](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.4.5...node-server-sdk-v9.4.6) (2024-06-14) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.4.6", | ||
"version": "9.4.7", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", |
@@ -30,2 +30,5 @@ "use strict"; | ||
} | ||
else { | ||
logger.error(err.message); | ||
} | ||
}, | ||
@@ -32,0 +35,0 @@ onFailed: (err) => { |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.4.6", | ||
"version": "9.4.7", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
89967
920