Skip to content

Fix tsconfig target#134

Merged
dajimenezriv-internxt merged 2 commits into
masterfrom
fix-tsconfig-target
May 14, 2026
Merged

Fix tsconfig target#134
dajimenezriv-internxt merged 2 commits into
masterfrom
fix-tsconfig-target

Conversation

@dajimenezriv-internxt
Copy link
Copy Markdown
Contributor

@dajimenezriv-internxt dajimenezriv-internxt commented May 14, 2026

What

There was an issue in the current version when uploading multipart files. This happened because an issue @AlexisMora found in the async library about accepting a callback or not. The problem happened because in this PR the tsconfig target was changed: https://github.com/internxt/inxt-js/pull/129/changes#diff-b55cdbef4907b7045f32cc5360d48d262cca5f94062e353089f189f4460039e0R3, but in the tests it was still running with old one. So the tests were passing but the multipart upload of the build was broken.

Now, we have removed the callback and the old target in the tests. Now, the tests run and the multipart upload works in the built version. So, the version 3.1.1 is currently broken. @larryrider @AlexisMora

I've also deleted some code that was not used anywhere (it came from a private function with 0 references).

@dajimenezriv-internxt dajimenezriv-internxt merged commit 4a13e3e into master May 14, 2026
4 checks passed
@dajimenezriv-internxt dajimenezriv-internxt deleted the fix-tsconfig-target branch May 14, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants