feat: openfeature-node-server migration#1767
Conversation
|
@launchdarkly/js-client-sdk-common size report |
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/browser size report |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 8553145. Configure here.
8553145 to
43d17fb
Compare
Migrates the implemenation of `@launchdarkly/openfeature-node-server` to the `js-core` monorepo. For older changelogs please see https://github.com/launchdarkly/openfeature-node-server/blob/main/CHANGELOG.md
43d17fb to
4da6fa1
Compare
This PR will publish a new minor version of the openfeature node provider from this monorepo
Note
Medium Risk
Enabling automated npm publish for a server-side feature-flag provider is customer-facing; version pinning to 1.3.0 must align with the intended migration from the prior release line.
Overview
Turns on publishing for
@launchdarkly/openfeature-node-serverby replacing the disabledrelease-openfeature-node-serverjob (if: false) with the normal release-please gate, and pinningrelease-as:1.3.0inrelease-please-config.json(with a correctedexamples/getting-startedextra-file path).Docs and discoverability: root
README.mdlists the package with CI/npm/issue badges;CONTRIBUTING.mdadds it to the dependency diagram (fromopenfeature-server-commonandserver-node). The package README removes the experimental caution and shows live NPM, CI, docs, and download badges.Reviewed by Cursor Bugbot for commit 4da6fa1. Bugbot is set up for automated code reviews on this repo. Configure here.