JS
Fix:
- There was a misconfiguration in rollup which did not properly bundle protocol
buffers for the browser.
Breaking:
- Deep import links have changed to now support `cjs`, `iife`, and `es`.
Notably, `umd` has been removed and superceeded by `cjs` and `iife` due to the
fix above. Users will need to specify the deep import paths for nodejs (`cjs`)
and the browser (`iife` or `es`) instead of relying on the previous `umd`
build.