Skip to content

Commit 9a75576

Browse files
authored
chore: release (#60)
* chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 * chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#52) * feat: require resolver to be passed as a parameter to verifyJWT (#57) * chore(deps): bump handlebars from 4.1.0 to 4.2.0 * chore(deps): bump lodash from 4.17.11 to 4.17.15 BREAKING CHANGE: verifyJWT now requires the user to provide a did-resolver. This allows the user to configure their own resolver instead of being limited to default ethr-did and https-did resolvers
1 parent 3baf277 commit 9a75576

File tree

5 files changed

+110
-351
lines changed

5 files changed

+110
-351
lines changed

.dependabot/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 1
2+
update_configs:
3+
4+
- package_manager: "javascript"
5+
directory: "/"
6+
update_schedule: "live"
7+
commit_message:
8+
prefix: "chore"
9+
include_scope: true

0 commit comments

Comments
 (0)