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

Move Request types to dependencies & fix functionConf type #146

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Kamahl19
Copy link

@Kamahl19 Kamahl19 commented Mar 2, 2020

@types/request needs to be a dependency instead of devDependency. If we build a library with node-vault as dependency, @types/request are missing

It also fixes functionConf type

@Kamahl19
Copy link
Author

Kamahl19 commented Mar 2, 2020

@kr1sp1n This fixes the issue introduced in #142

@Kamahl19 Kamahl19 changed the title Move Request types to dependencies Move Request types to dependencies & fix functionConf type Mar 2, 2020
@codecov
Copy link

codecov bot commented Mar 2, 2020

Codecov Report

Merging #146 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #146   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          139       139           
  Branches        34        34           
=========================================
  Hits           139       139           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17f06aa...9869abf. Read the comment docs.

@Kamahl19
Copy link
Author

@kr1sp1n Could you please take a look on this one? It fixes 2 bugs with types introduced lately.

@aviadhahami
Copy link
Collaborator

@Kamahl19 do you mind removing the package.json change?

@aviadhahami aviadhahami self-requested a review November 10, 2022 17:32
@@ -23,14 +23,14 @@
"index.d.ts"
],
"dependencies": {
"@types/request": "^2.48.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants