event-catalog / sdk

JS/TS SDK for EventCatalog
https://eventcatalog.dev/docs/sdk
7 stars 4 forks source link

fix(sdk): issue getting resources in nested folder structures #73

Closed boyney123 closed 1 week ago

boyney123 commented 1 week ago

Had an issue when you have tested structures, and called getServices or getDomains, they would return all nested resources, they now only return the correct resource.

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: 7ce9ae2ffe83d70f4734dee14890a5e181b9d383

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | @eventcatalog/sdk | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

boyney123 commented 1 week ago

Closes #72