v1.2.2
1.2.2 (2023-04-09)
Refactor
- Removed isomorphic-unfetch dependency as fetch is supported by modern browsers and node@18. If your working environment does not have fetch you can include it by using
whatwg-fetch
or other polyfills.
Chore
- Upgraded dependencies