-
Notifications
You must be signed in to change notification settings - Fork 1
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: refactor with typescript #12
Conversation
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] |
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
===========================================
+ Coverage 65.33% 94.40% +29.06%
===========================================
Files 94 17 -77
Lines 5675 1860 -3815
Branches 656 280 -376
===========================================
- Hits 3708 1756 -1952
+ Misses 1967 104 -1863
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
[skip ci] ## [2.0.0](v1.2.6...v2.0.0) (2023-10-05) ### ⚠ BREAKING CHANGES * Drop Node.js < 16 support Other BREAKING changes: - remove stsToken support - remove headerEncoding support - remove Bucket, Image Client support eggjs/egg#5257 ### Features * refactor with typescript ([#12](#12)) ([5a0eb01](5a0eb01))
BREAKING CHANGE: Drop Node.js < 16 support
Other BREAKING changes:
eggjs/egg#5257