v6.6.0
Changed
-
Reimplemented
collection.importThe previous implementation was broken. The new implementation should be backwards-compatible
in cases where it previously wasn't broken but is more flexible and also handles buffers.
Fixed
-
Added missing dependency on
@types/node(#567)This should solve TypeScript errors when the dependency was not already added.