You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix types (#77)
`.d.ts` files need to exist next to `.js` files for them to be auto
detected by Typescript.
Placing type files in their own directory only works when there is only
a single types file or when using `exports`.
Bumps `webdriverio` and vulnerable dependencies `elliptic`, `ws`, and…
… `express` (#67)
This PR resolves `npm audit` findings for `elliptic`, `ws`, and
`express`. As part of this, it bumps `webdriverio` from v8 to v9, which
requires some minor configuration changes.
---------
Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>