- 7f5bddbd: Widen peer dependencies
- Adds ESM build (#997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are interchangeable:
- import Serialize from '@redux-devtools/serialize';
+ import { immutable } from '@redux-devtools/serialize';
Note: Version bump only for package remotedev-serialize