@launchdarkly/node-server-sdk-redis
Advanced tools
Comparing version
@@ -93,2 +93,9 @@ # Changelog | ||
## [4.1.5](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.1.4...node-server-sdk-redis-v4.1.5) (2024-04-01) | ||
### Bug Fixes | ||
* Fix typings for big segment store factories. ([#413](https://github.com/launchdarkly/js-core/issues/413)) ([723804b](https://github.com/launchdarkly/js-core/commit/723804bb7db19f485d84940715c69e34cc08062f)) | ||
## [4.1.3](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.1.2...node-server-sdk-redis-v4.1.3) (2024-03-15) | ||
@@ -95,0 +102,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { interfaces, LDOptions } from '@launchdarkly/node-server-sdk'; | ||
import { interfaces, LDClientContext } from '@launchdarkly/node-server-sdk'; | ||
import LDRedisOptions from './LDRedisOptions'; | ||
@@ -14,3 +14,3 @@ /** | ||
*/ | ||
export default function RedisBigSegmentStoreFactory(options?: LDRedisOptions): (config: LDOptions) => interfaces.BigSegmentStore; | ||
export default function RedisBigSegmentStoreFactory(options?: LDRedisOptions): (config: LDClientContext) => interfaces.BigSegmentStore; | ||
//# sourceMappingURL=RedisBigSegmentStoreFactory.d.ts.map |
@@ -16,5 +16,5 @@ "use strict"; | ||
function RedisBigSegmentStoreFactory(options) { | ||
return (config) => new RedisBigSegmentStore_1.default(options, config.logger); | ||
return (config) => new RedisBigSegmentStore_1.default(options, config === null || config === void 0 ? void 0 : config.basicConfiguration.logger); | ||
} | ||
exports.default = RedisBigSegmentStoreFactory; | ||
//# sourceMappingURL=RedisBigSegmentStoreFactory.js.map |
{ | ||
"name": "@launchdarkly/node-server-sdk-redis", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "Redis-backed feature store for the LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-redis", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54441
0.88%