Skip to content

Regression: LDSingleKindContext type not exported in 9.6.1Β #626

@klippx

Description

@klippx

Is this a support request?

No

Describe the bug

My code:

import type { LDSingleKindContext } from '@launchdarkly/node-server-sdk';

This has pretty much always worked, and still works in 9.6.0. But when renovate want to merge a patch update to 9.6.1 then this is no longer available and breaks our build.

To reproduce

I think you can figure it out :)

Expected behavior

All types that were exported before shall still be exported in a patch version, and if you intended to remove LDSingleKindContext then it should go in the major 10.x release.

Logs

Not needed

SDK version

9.6.1

Language version, developer tools

Node v22.9.0
TypeScript 5.6.3

OS/platform

Any OS

Additional context

Not needed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpackage: sdk/server-nodeLabel for issues affecting the sdk/server-node package.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions