v2.0.0
Breaking changes
-
Switching the build toolchain to TypeScript means an update to imports is required:
- const msgpack = require("express-msgpack"); + const { default: msgpack } = require("express-msgpack");
Switching the build toolchain to TypeScript means an update to imports is required:
- const msgpack = require("express-msgpack");
+ const { default: msgpack } = require("express-msgpack");