Minor changes:
Upgrade Notes:
The library now uses TS 3.1 internally, and a number of instances of any
have been replaced with the newer unknown
type. Projects using < typescript@3.0.1
will need a polyfill for the unknown type, such as unknown-ts.