Skip to content

Commit

Permalink
Restore pre 5.1.1 behavior and fix types (#759)
Browse files Browse the repository at this point in the history
* Restore pre 5.1.1 behavior and fix types

* Update types

* Move tokenGetter back to optional parameter

* Add tsd tests and fix types

* Add additional tests and run on CI

* Add additional tests around tokenGetter usage
  • Loading branch information
frederikprijck authored Dec 20, 2022
1 parent 29045be commit 283457b
Show file tree
Hide file tree
Showing 7 changed files with 1,262 additions and 57 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: npm run lint
- run: npm run build
- run: npm run test:ci
- run: npm run test:types
- codecov/upload
workflows:
build_and_test:
Expand Down
Loading

0 comments on commit 283457b

Please sign in to comment.