Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 677 Bytes

File metadata and controls

20 lines (13 loc) · 677 Bytes

openfeature-js-client

Monorepo using Lerna with fixed versioning — all packages share the version in lerna.json.

Release

See CONTRIBUTING.md for the full release process.

Key commands:

# Non-interactive version bump (use this instead of interactive `yarn release`)
yarn lerna version <VERSION> --exact --force-publish --yes

Packages

  • @datadog/flagging-core — runtime-agnostic flag evaluation (packages/core/)
  • @datadog/openfeature-browser — browser OpenFeature provider (packages/browser/)
  • @datadog/openfeature-node-server — Node.js OpenFeature provider (packages/node-server/)