Closed jpwilliams closed 1 year ago
Latest commit: 4746da666a76169875a70bec39f7860795c13797
The changes in this PR will be included in the next version bump.
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
A user has added the prerelease/inngest label, so this PR will be published to npm with the tag pr-371
. It will be updated with the latest changes as you push commits to this PR.
You can install this prerelease version with:
npm install inngest@pr-371
The last release was built and published from 4746da666a76169875a70bec39f7860795c13797.
Summary
Step results are serialized and deserialized while being pushed to/from Inngest, so step returns are typed as JSON to make this clear.
These returns still came back wrapped in
JsonifyObject<>
, though, meaning they didn't actually show the resulting changes unless the user started to attempt to use them. This small change ensures we display the resulting type correctly, free of any wrappers.Checklist
Added a docs PR that references this PRN/AAdded unit/integration testsN/A