-
Notifications
You must be signed in to change notification settings - Fork 162
Move Request types to dependencies & fix functionConf type #146
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
Conversation
Codecov Report
@@ 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.
|
|
@kr1sp1n Could you please take a look on this one? It fixes 2 bugs with types introduced lately. |
|
@Kamahl19 do you mind removing the |
| "index.d.ts" | ||
| ], | ||
| "dependencies": { | ||
| "@types/request": "^2.48.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this
|
addressed in #257 |
@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