v0.7.1
- Reference error now thrown if Puppeteer wasn't found when trying to use it.
- CI script now runs before publishing to NPM.
- Included
src
in the build. - Made some edits upon reading TypeScript performance wiki.
- Implemented
RawTimelineResponse
type. TimelineUser
class properties nowreadonly
.vite.config.ts
renamed tovitest.config.ts
(more appropriate since we aren't using Vite)