Skip to content
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

fix: typings should be devDependency #1495

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

dhensby
Copy link
Contributor

@dhensby dhensby commented Nov 9, 2022

I noticed that some typings were making it into my production builds, turns out some of them are because tedious requires some typings as prod deps instead of devDeps.

@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Merging #1495 (4f019bc) into master (8b516e9) will decrease coverage by 0.51%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1495      +/-   ##
==========================================
- Coverage   80.68%   80.17%   -0.52%     
==========================================
  Files          91       91              
  Lines        4655     4655              
  Branches      854      854              
==========================================
- Hits         3756     3732      -24     
- Misses        625      650      +25     
+ Partials      274      273       -1     
Impacted Files Coverage Δ
src/connection.ts 63.98% <0.00%> (-2.09%) ⬇️
src/message-io.ts 90.00% <0.00%> (-1.43%) ⬇️
src/token/handler.ts 55.02% <0.00%> (-0.60%) ⬇️
src/login7-payload.ts 89.74% <0.00%> (-0.52%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@arthurschreiber arthurschreiber merged commit e43e9c9 into tediousjs:master Nov 9, 2022
@github-actions
Copy link

github-actions bot commented Nov 9, 2022

🎉 This PR is included in version 15.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dhensby dhensby deleted the pulls/types-as-dev-dep branch November 9, 2022 14:42
AdamJohnSwan pushed a commit to AdamJohnSwan/tedious that referenced this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants