Skip to content

Commit 287f97c

Browse files
authored
Add bucket web provider to ecosystem (#688)
## This PR - adds the Bucket Web Provider to ecosystem pages ### Related Issues Similar to #674 ### How to test Tested locally Signed-off-by: Ron Cohen <[email protected]>
1 parent 0b2a39a commit 287f97c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/bucket.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ export const Bucket: Provider = {
1212
href: 'https://github.com/bucketco/bucket-javascript-sdk/tree/main/packages/openfeature-node-provider',
1313
category: ['Server'],
1414
},
15+
{
16+
technology: 'JavaScript',
17+
vendorOfficial: true,
18+
href: 'https://github.com/bucketco/bucket-javascript-sdk/tree/main/packages/openfeature-browser-provider',
19+
category: ['Client'],
20+
},
1521
],
1622
};

0 commit comments

Comments
 (0)