-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: favour .ts
over .d.ts
files in @fuel-ts/abi-typegen
#3680
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Coverage Report:
Changed Files:Coverage values did not change👌. |
@@ -5,7 +5,7 @@ | |||
/* eslint-disable @typescript-eslint/consistent-type-imports */ | |||
|
|||
/* | |||
Fuels version: 0.97.2 | |||
Fuels version: 0.99.0 |
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.
@petertonysmith94 This is unrelated to this PR, but we still need to fix this — these files must be re-generated and committed in CI right after a version bump.
cc @nedsalk
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.
@fuel-ts/recipes
files.ts
over .d.ts
files in @fuel-ts/abi-typegen
Summary
.d.ts
files don't get bundled into the final distribution for@fuel-ts/recipes
. This change will rename all.d.ts
files to.ts
before building the package out for distribution.Checklist