Skip to content

Commit 1f8375f

Browse files
authored
added unleash web JS provider (#902)
## 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]>
1 parent 78c6fd6 commit 1f8375f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/unleash.ts

+6
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ export const Unleash: Provider = {
1717
href: 'https://github.com/open-feature/java-sdk-contrib/tree/main/providers/unleash',
1818
category: ['Server'],
1919
},
20+
{
21+
technology: 'JavaScript',
22+
vendorOfficial: false,
23+
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/unleash-web',
24+
category: ['Client'],
25+
},
2026
],
2127
};

0 commit comments

Comments
 (0)