-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: release v1.0.5 #71
Conversation
chore: merge main to alpha
Winston does not play nice in web, and requires additional polyfills. bunyan is feature-par and is more suited for web environments
fix(logger): replace winston with bunyan
## [1.0.5-alpha.1](v1.0.4...v1.0.5-alpha.1) (2024-05-01) ### Bug Fixes * **logger:** replace winston with bunyan ([0488f75](0488f75))
chore: main to alpha
chore: add react typescript example
## [1.0.5-alpha.2](v1.0.5-alpha.1...v1.0.5-alpha.2) (2024-05-02) ### Bug Fixes * **cjs:** provide path alias for warp in cjs export ([7f9bf9a](7f9bf9a))
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #71 +/- ##
==========================================
+ Coverage 80.25% 80.86% +0.60%
==========================================
Files 19 19
Lines 466 465 -1
Branches 96 94 -2
==========================================
+ Hits 374 376 +2
- Misses 88 89 +1
+ Partials 4 0 -4 ☔ View full report in Codecov by Sentry. |
base64url is not defined in web environment polyfills - this should result in the same thing
## [1.0.5-alpha.3](v1.0.5-alpha.2...v1.0.5-alpha.3) (2024-05-02) ### Bug Fixes * **utils:** use base64 for fromB64url util ([42302ef](42302ef))
fix(utils): manally convert from b64 to b64url to avoid web polyfill i…
## [1.0.5-alpha.4](v1.0.5-alpha.3...v1.0.5-alpha.4) (2024-05-02) ### Bug Fixes * **utils:** manally conver from b64 to b64url to avoid web polyfill issues ([766035c](766035c))
The alias is nodoing what i thought it would.
chore(docs): update vite example and remove alias in tsconfig
fix(warp-contract): error logging warp contract write
## [1.0.5-alpha.5](v1.0.5-alpha.4...v1.0.5-alpha.5) (2024-05-02) ### Bug Fixes * **warp-contract:** correctly throw error in write interaction ([c2368dd](c2368dd))
fix(utils): add FQDN regex
## [1.0.5-alpha.6](v1.0.5-alpha.5...v1.0.5-alpha.6) (2024-05-02) ### Bug Fixes * **util:** add FQDN regex that matches ArNS contract ([e6d7396](e6d7396))
🎉 This PR is included in version 1.0.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.5-alpha.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Includes:
winston
withbunyan
to reduce the need for additional polyfillsbase64
infromB64url
to avoid web env issues (should result in the same thing)fqdn
regex to utils