-
Notifications
You must be signed in to change notification settings - Fork 57
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
add a browser package #905
Conversation
🦋 Changeset detectedLatest commit: 4d419d7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
TBDocs Report 🛑 Errors: 0 @web5/api
@web5/crypto
@web5/crypto-aws-kms
@web5/dids
@web5/credentials
TBDocs Report Updated at 2024-09-20T19:16:56Z |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #905 +/- ##
=======================================
Coverage 93.44% 93.44%
=======================================
Files 117 117
Lines 33470 33470
Branches 2704 2704
=======================================
Hits 31277 31277
Misses 2154 2154
Partials 39 39
|
2693cb7
This PR creates a
@web5/browser
package.This package will contain tools and helpers that are useful specifically within a browser environment.
Currently this repo only contains
activatePolyfills
which enables DRL and some other web-specific features.