Description
The next warning is coming from the zustand-pub since it imports the createStore not correctly:
[DEPRECATED] Default export is deprecated. Instead use import { createStore } from 'zustand/vanilla'.
I checked the source code out. You've fixed it here:
e6c852e#diff-6f7df3ffeb17d1b3df1802118e68eab0a84565c51fb83f257d2dcabd85997ef5R1
But somehow it didn't affect the build output:

As you can see, the createStore method is still imported as a default. Possibly, you forgot to rebuild the package before releasing it.
"version": "1.0.0-beta.19"