Skip to content
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(inngest): add JsonError export from types #687

Merged
merged 5 commits into from
Aug 29, 2024

Conversation

MonsterDeveloper
Copy link
Contributor

@MonsterDeveloper MonsterDeveloper commented Aug 23, 2024

Summary

Added an export for JsonError type to index.ts from types.

Checklist

  • Added a docs PR that references this PR N/A bug fix
  • Added unit/integration tests N/A only touches types
  • Added changesets if applicable

Related

Fixes #686

Copy link

changeset-bot bot commented Aug 23, 2024

🦋 Changeset detected

Latest commit: 4cb3624

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
inngest Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@janvennemann
Copy link

I can confirm that this fixes the issue. We were also seeing this error after updating the Inngest SDK. However, our project does not use the composite option.

@MonsterDeveloper
Copy link
Contributor Author

MonsterDeveloper commented Aug 23, 2024 via email

@jpwilliams jpwilliams self-assigned this Aug 28, 2024
@jpwilliams jpwilliams added Bug Something isn't working 📦 inngest Affects the `inngest` package labels Aug 28, 2024
@jpwilliams jpwilliams merged commit 9f0bdc6 into inngest:main Aug 29, 2024
42 of 44 checks passed
jpwilliams pushed a commit that referenced this pull request Sep 2, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## inngest@3.22.7

### Patch Changes

- [#687](#687)
[`9f0bdc6`](9f0bdc6)
Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Add
exports for `JsonError` type to fix a TypeScript error when using
Inngest in projects with `composite` setting in `tsconfig`.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working 📦 inngest Affects the `inngest` package
Projects
None yet
3 participants