js-sdk-contrib/libs/providers
github-actions[bot] 40bebd8b92
chore(main): release config-cat-web-provider 0.2.0 (#1386)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2025-09-18 21:07:34 -04:00
..
aws-ssm refactor(`aws-ssm`): improve unit tests readability (#1363) 2025-09-19 00:40:07 +00:00
config-cat chore(main): release config-cat-provider 0.8.0 (#1383) 2025-09-18 20:29:30 -04:00
config-cat-web chore(main): release config-cat-web-provider 0.2.0 (#1386) 2025-09-18 21:07:34 -04:00
env-var chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
flagd feat: support no default variant (#1354) 2025-07-16 09:17:07 -04:00
flagd-web feat: support no default variant (#1354) 2025-07-16 09:17:07 -04:00
flagsmith-client feat(flagsmith): upgrade-provider-to-latest-flagsmith-client-version (#1362) 2025-09-16 15:36:28 -04:00
flipt chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
flipt-web fix(deps): update dependency @flipt-io/flipt-client-js to v0.2.0 (#1331) 2025-07-04 13:27:33 -04:00
go-feature-flag fix(security): update dependency axios to v1.12.0 [security] (#1373) 2025-09-14 02:08:47 +00:00
go-feature-flag-web chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
growthbook chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
growthbook-client chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
in-memory chore: remove in-memory provider (#612) 2023-10-18 15:14:01 -04:00
launchdarkly-client chore(main): release launchdarkly-client-provider 0.3.3 (#1370) 2025-09-16 09:18:34 -04:00
multi-provider feat(multi-provider): Add Track Method Support to Multi-Provider (#1323) 2025-07-11 13:39:13 -04:00
multi-provider-web feat(multi-provider): Add Track Method Support to Multi-Provider (#1323) 2025-07-11 13:39:13 -04:00
ofrep chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
ofrep-web fix(security): update vulnerability-updates (#1342) 2025-07-04 14:53:58 -04:00
unleash-web chore: add "type" import enforcement lint rule and apply (#1292) 2025-05-30 13:06:18 -04:00
README.md update link to use new doc domain 2023-04-14 16:45:40 -04:00

README.md

OpenFeature JavaScript Providers

Providers are responsible for performing flag evaluation. They provide an abstraction between the underlying flag management system and OpenFeature itself. This allows providers to be changed without requiring a major code refactor. Please see the spec for more details.

Add a new provider

  1. npm ci
  2. npm run generate-provider