Bonfida / sns-sdk

Solana Name Service SDKs monorepo
https://sns.id/
MIT License
34 stars 28 forks source link

Changelog hasn't been updated from 0.1.26 -> 0.2.12 #8

Closed mikemaccana closed 1 year ago

mikemaccana commented 1 year ago

See https://sns.guide/changelog.html. I'm currently trying to update to the latest version and seeing

Module '"@bonfida/spl-name-service"' has no exported member 'getAllDomains'

But there's nothing in the Changelog to tell me what to fix.

dr497 commented 1 year ago

The function getAllDomains has not been removed and is still exported from the packages https://github.com/Bonfida/sns-sdk/blob/main/js/src/utils.ts#LL184C23-L184C36

Could you share your package.json and yarn.lock?