-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add better error typings #103
Merged
Merged
Conversation
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
pulkitb2
requested review from
rbrazhnyk,
maratsh,
carlos-affinidi,
aeffinidi and
Bergmam
as code owners
June 11, 2024 10:31
aeffinidi
reviewed
Jun 11, 2024
rbrazhnyk
approved these changes
Jun 11, 2024
aeffinidi
reviewed
Jun 12, 2024
carlos-affinidi
added a commit
that referenced
this pull request
Jul 3, 2024
* feat: add iota-browser library * chore: more attempts * feat: add IotaResponse and move close vault * feat: popup mode, improved types * feat: Request class (#91) * feat: ftl-14587 use iota-browser for creating vault links * feat: iota request class features * fix: request callback * fix: flattened request params * chore: update package --------- Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> * feat: add audience param * chore: bump iota-utils (#96) * chore: remove non working vault closing code (#97) * chore: remove non working vault closing code * chore: update package version --------- Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> * feat: iota-utils (#98) * feat: add iota-utils package * fix: remove id check (#92) Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> * feat: we have a single vault link for all platforms (#94) * fix: bump iota-utils (#95) * fix: remove old code --------- Co-authored-by: Pulkit Batra <pulkit.b@affinidi.com> Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> Co-authored-by: Roman Brazhnyk <roman.b@affinidi.com> * feat: iota auth on backend (#99) * feat: iota auth on backend with iota-utils * fix: remove console logs --------- Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> * fix: bundle issue * fix: eslint * fix: add new iota client * feat: add better error typings (#103) * feat: add better error typings * fix: update package.lock * feat: refactor * feat: update version * fix: add try/catch and resolve * fix: error schema * fix: remove useless try/catch * fix: add endline after package lock * fix: add endline after package lock * feat: rename error methods * feat: update version of package * feat: logger * chore: update package-lock * fix: modules restructure (#113) * feat: restructure modules * fix: project.json and export iota credential type * fix: removed unused dep * ci: add libs to workspaces * fix: rollback workspaces --------- Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> * ci: add libs to workspaces * fix: package-lock.json * feat: iota error (#115) * feat: iota error * fix: use undefined for iota error --------- Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> * fix: iota error code type * docs: updated readme files * docs: readme links change * chore: update common lib * chore: update package-lock --------- Co-authored-by: Pulkit Batra <pulkit.b@affinidi.com> Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> Co-authored-by: Roman Brazhnyk <roman.b@affinidi.com> Co-authored-by: Pulkit Batra <146182581+pulkitb2@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close FTL-14880