Andrei
Andrei
# Brief history My initial goal was to fix the error from the [`arethetypeswrong`](https://arethetypeswrong.github.io/):  Annoyed enough with the fix I though dropping CJS entirely...
## Issue Currently the ESM environment still resolves to CJS exports, according to [AreTheTypesWrong](https://arethetypeswrong.github.io/?p=@tabler/[email protected]):  ## Changes made I've fixed the file extensions settings in...
### Before submitting a new issue - [x] I tested using the latest version of the library, as the bug might be already fixed. - [x] I tested using a...
# Description This PR upgrades the Zod dependency from version 3.x to version 4.0.5 and updates the schema definitions to use Zod v4's new `.looseObject()` method (`.passthrough` is now deprecated)...
## Summary Fixes #24422 - `S3Client.presign()` now correctly percent-encodes the `accessKeyId` in the `X-Amz-Credential` query parameter. ## Problem When using S3-compatible providers that issue access keys in the format `TENANT_ID:KEY_ID`,...
**Describe the bug** When building a React Router v7 app with Vite for production, the `@inngest/realtime` package attempts to connect to ws://localhost:8288/ instead of wss://api.inngest.com/ in production environments. **To Reproduce**...
## Summary Added a `clear` function to the `useInngestSubscription` return value that allows users to clear all accumulated message data from the internal state. This would be useful for scenarios...
**Describe the bug** When I was researching options to verify the `step.sendEvent` call is correct, the mocks using `transformCtx` proved to be impossible: the function is still running `client._send` from...