inngest / inngest-js

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
https://www.inngest.com/
GNU General Public License v3.0
414 stars 41 forks source link

Fix a TS error when using Inngest in projects with `composite` setting #460

Closed MonsterDeveloper closed 8 months ago

MonsterDeveloper commented 8 months ago

Summary

This PR Adds some type exports to index.ts that fix a TS error in composite projects.

After changes to the types.ts the issue #384 appeared again. This PR is similar to #385 - it fixes the TS error by adding necessary exports to the index.ts

Checklist

Related

changeset-bot[bot] commented 8 months ago

🦋 Changeset detected

Latest commit: 414e6379a9f2660813054a588ac7d08d03f1213a

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

jpwilliams commented 8 months ago

Thanks, @MonsterDeveloper. Let's get a CI check added for this, eh?