-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat!: refactor upload-api #154
Conversation
View stack outputs
|
I have no idea why do test runner here says
or how to fix it. I'm not sure why does it even expects |
This PR makes changes needed for storacha/w3infra#154 namely: 1. Fixes type mappings in `package.json`, otherwise TS is confused in w3infra. 2. Removes obsolete `index.js` file that lives in w3infra now. 3. Exports types so they can be used from w3infra. 4. Updates return type from `undefined` to `null` to match what w3infra implementation returns.
🙏 please next time submit formatting changes as a separate PR to make reviewing easier. |
Can we next time have formatting changes in a new PR and discussed please? 🙏🏼 We previously agreed and decided to not use |
This PR makes changes needed for storacha/w3infra#154 namely: 1. Fixes type mappings in `package.json`, otherwise TS is confused in w3infra. 2. Removes obsolete `index.js` file that lives in w3infra now. 3. Exports types so they can be used from w3infra. 4. Updates return type from `undefined` to `null` to match what w3infra implementation returns.
This PR depends on storacha/w3up#504, which will require release and update here. With local symlink it works as expected.