-
Notifications
You must be signed in to change notification settings - Fork 97
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
[Bug]: 2.5.0, missing dependency on @types/triple-beam #242
Comments
5 tasks
Thanks for the report. Would someone like to make a PR adding tests to prevent future regression? |
Closing as fixed by @carboneater's PR #243 released in v2.5.1; can be reopened if that isn't a fix. |
wbt
referenced
this issue
Feb 7, 2023
* add triple beam properties to types * run npm install to update lock --------- Minor merge conflict in package-lock.json resolved by @wbt
wbt
referenced
this issue
Feb 7, 2023
Being able to use a Symbol as a key for TransformableInfo makes it easier to create cleaner transforms. The current typing forbids this, so this change enables it. Merge conflict resolved by @wbt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem
On Typescript, since 2.5.0, transpilation fails, due to missing types
What version of Logform presents the issue?
2.5.0
What version of Node are you using?
18.14.0
If this worked in a previous version of Logform, which was it?
2.4.2
Minimum Working Example
npm i winston logform typescript @types/node
npx tsc
... Boom!
Additional information
add
npm i @types/triple-beam
to the example and it builds🔎 Search Terms
2.5.0
The text was updated successfully, but these errors were encountered: