-
Notifications
You must be signed in to change notification settings - Fork 123
Release v7.13.1 #668
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
Release v7.13.1 #668
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #668 +/- ##
==========================================
- Coverage 94.87% 93.34% -1.53%
==========================================
Files 35 37 +2
Lines 781 812 +31
Branches 66 72 +6
==========================================
+ Hits 741 758 +17
- Misses 33 47 +14
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request SummarySummary of what this PR changes and why (product/functionality/UX)
Risk / user-facing impact (concise)
Overall intent
Files Changed
View more in PlayerZero |
- Add fetchWrapper system with separate CJS/ESM implementations - Add setupFetchWrapper.js script for build-time wrapper selection - Update TypeScript configs to support dual module builds - Modify apiClient to use new fetch wrapper system - Update tests for new fetch handling approach This improves compatibility between CommonJS and ES modules by using dynamic imports for node-fetch in CJS builds while maintaining native fetch support in ESM builds.
Changelog
Fixed
License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.