@launchdarkly/node-server-sdk
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -29,2 +29,16 @@ # Changelog | ||
## [0.4.4](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.4.3...node-server-sdk-v0.4.4) (2023-06-13) | ||
### Bug Fixes | ||
* Correctly handle excluded big segments. ([#160](https://github.com/launchdarkly/js-core/issues/160)) ([e9cb45a](https://github.com/launchdarkly/js-core/commit/e9cb45a14ed6d3f931680dab0feb4b5cef350592)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 1.0.3 to 1.0.4 | ||
## [0.4.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.4.0...node-server-sdk-v0.4.1) (2023-04-27) | ||
@@ -31,0 +45,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -22,2 +22,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"scripts": { | ||
"doc": "../../../scripts/build-doc.sh .", | ||
"clean": "npx tsc --build --clean", | ||
@@ -32,3 +33,3 @@ "//": "We run the tests in-band because the FS tests work best sequential.", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "1.0.3", | ||
"@launchdarkly/js-server-sdk-common": "1.0.4", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -35,0 +36,0 @@ "launchdarkly-eventsource": "^1.4.4" |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -12,4 +11,4 @@ * This is the API reference for the LaunchDarkly Server-Side SDK for Node.js. | ||
*/ | ||
import { BasicLoggerOptions, LDLogger, LDOptions, LDClient } from '@launchdarkly/js-server-sdk-common'; | ||
import { EventEmitter } from 'events'; | ||
import { BasicLoggerOptions, LDLogger, LDOptions } from '@launchdarkly/js-server-sdk-common'; | ||
import { LDClient } from './api/LDClient'; | ||
export * from '@launchdarkly/js-server-sdk-common'; | ||
@@ -36,3 +35,3 @@ export { LDClient, BigSegmentStoreStatusProvider } from './api'; | ||
*/ | ||
export declare function init(sdkKey: string, options?: LDOptions): LDClient & EventEmitter; | ||
export declare function init(sdkKey: string, options?: LDOptions): LDClient; | ||
/** | ||
@@ -39,0 +38,0 @@ * Provides a simple {@link LDLogger} implementation. |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -22,2 +22,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"scripts": { | ||
"doc": "../../../scripts/build-doc.sh .", | ||
"clean": "npx tsc --build --clean", | ||
@@ -32,3 +33,3 @@ "//": "We run the tests in-band because the FS tests work best sequential.", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "1.0.3", | ||
"@launchdarkly/js-server-sdk-common": "1.0.4", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -35,0 +36,0 @@ "launchdarkly-eventsource": "^1.4.4" |
@@ -15,3 +15,3 @@ # LaunchDarkly Server-Side SDK for Node.js | ||
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today! | ||
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today! | ||
@@ -30,3 +30,3 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/launchdarkly.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/intent/follow?screen_name=launchdarkly) | ||
Check out our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/node-js). | ||
Read our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/node-js). | ||
@@ -33,0 +33,0 @@ The authoritative description of all properties and methods is in the [TypeScript documentation](https://launchdarkly.github.io/node-server-sdk/). |
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
67468
858
+ Added@launchdarkly/js-sdk-common@1.0.2(transitive)
+ Added@launchdarkly/js-server-sdk-common@1.0.4(transitive)
- Removed@launchdarkly/js-sdk-common@1.0.1(transitive)
- Removed@launchdarkly/js-server-sdk-common@1.0.3(transitive)