Skip to content

Commit

Permalink
added unleash web JS provider (#902)
Browse files Browse the repository at this point in the history
## This PR
adds the unleash web provider for JS

- adds this new feature

### Related Issues

Closes #901 

### Notes

pending merge of this PR into js-sdk-contrib -
open-feature/js-sdk-contrib#1105

### Follow-up Tasks
n/a

### How to test
n/a

Signed-off-by: jarebudev <[email protected]>
  • Loading branch information
jarebudev authored Jan 7, 2025
1 parent 78c6fd6 commit 1f8375f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/datasets/providers/unleash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ export const Unleash: Provider = {
href: 'https://github.com/open-feature/java-sdk-contrib/tree/main/providers/unleash',
category: ['Server'],
},
{
technology: 'JavaScript',
vendorOfficial: false,
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/unleash-web',
category: ['Client'],
},
],
};

0 comments on commit 1f8375f

Please sign in to comment.