You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking internal change: Depreciate ErrorClass enum and use the ErrorType union in its place.
Add the extractSuccess helper. You can use it to unwrap a Spree SDK ResultResponse and reject errors. extractSuccess is especially convenient when using async..await.
Stop git versioning generated TypeScript declarations in /types.
Fix routes generation by encoding parameters. Reported by @EstebanBorai (#294). Thank you for the Issue and PR. 🥇