We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tsup
The following dependabot upgrade PR was closed due to a failing CI for a single test file (json.test.ts).
json.test.ts
This is due to using the following logic in the normalizeJson function:
normalizeJson
fuels-ts/packages/account/src/providers/utils/json.ts
Line 13 in 0c63dc0
The upgrade has caused the constructor name to change, therefore breaking the logic of detection for these entities.
json.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The following dependabot upgrade PR was closed due to a failing CI for a single test file (
json.test.ts
).This is due to using the following logic in the
normalizeJson
function:fuels-ts/packages/account/src/providers/utils/json.ts
Line 13 in 0c63dc0
The upgrade has caused the constructor name to change, therefore breaking the logic of detection for these entities.
We need to
tsup
upgrade via build(deps-dev): bump tsup from 6.7.0 to 8.1.0 #2658json.ts
The text was updated successfully, but these errors were encountered: