Skip to content

v13.0.0

Compare
Choose a tag to compare
@AVVS AVVS released this 23 Dec 03:21
· 12 commits to master since this release
ceca53e

13.0.0 (2023-12-23)

Features

  • esm-only, drop bluebird, shelljs, yarn (#64) (ceca53e)

BREAKING CHANGES

  • drops usage of mentioned dependencies, only distributes as ESM.
    Introduces cosmicconfig to be able to read more configuration formats. This can
    still be used in CJS project as it is self-contained. However, projects using
    chrome helpers may have issues, auto-install script does less and eventually
    should be fully removed. Now accepts uid for test / exec user, resolves it or creates user with that uid and uses it going forward