Skip to content

Commit

Permalink
feat: add support for more credential formats (#39)
Browse files Browse the repository at this point in the history
fixes #38

BREAKING CHANGE: The method signature for `StatusMethod` requires support for both credential formats
BREAKING CHANGE: The return type of `StatusMethod`  is `Promise<CredentialStatus>` with the expectation to reject if there is a problem resolving the status.
  • Loading branch information
mirceanis authored Feb 16, 2022
1 parent e2e33d1 commit 52f68fa
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 181 deletions.
97 changes: 0 additions & 97 deletions .circleci/config.yml

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"dev": "tsc --watch",
"format": "prettier --write \"src/**/*.[jt]s\"",
"lint": "eslint --ignore-pattern \"src/**/*.test.[jt]s\" \"src/**/*.[jt]s\"",
"prepare": "yarn build",
"prepublishOnly": "npm test && npm run lint",
"release": "semantic-release --debug"
},
Expand Down
Loading

0 comments on commit 52f68fa

Please sign in to comment.