-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: change project to ESM loader Move from CJs to ESModule * move mocha options into package.json * remove requires from test bootstrap * test: fixed tests for chai@5 with new plugin syntax feat: update to latest chai version BREAKING CHANGE: updated typescript interface due to incompatible export changes with esm (cannot export default and object in parallel) * feat: updated non-breaking dependencies fix: move type dependencies to devDependencies * refactor: change var to const declarations * docs: readme.md * fix: make http properties required on type * docs: remove promise note (most clients should support it now) * build: update dependencies * ci: set setup-node to v4 --------- Co-authored-by: Kristján Oddsson <[email protected]>
- Loading branch information
1 parent
62f521c
commit e5fddbb
Showing
20 changed files
with
779 additions
and
13,746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.