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

feat(core): typing fixes #13

Merged
merged 9 commits into from
Sep 30, 2024
Merged

feat(core): typing fixes #13

merged 9 commits into from
Sep 30, 2024

Conversation

charlypoly
Copy link
Contributor

@charlypoly charlypoly commented Sep 25, 2024

Changes

Typings

  • export PublicEngineAction
  • more open types for Engine.loader
  • fix types on <Sidebar />'s children
  • typing of EngineAction.handler()'s step argument prop

New DX for EngineAction<T> usage:

import { type EngineAction } from "@inngest/workflow-kit";
import { inngest } from "./client";

export const actionsWithHandlers: EngineAction<typeof inngest>[] = [
   // ...
]

Chores

  • CI: added support for canary versions

@charlypoly charlypoly self-assigned this Sep 25, 2024
Copy link

changeset-bot bot commented Sep 25, 2024

🦋 Changeset detected

Latest commit: 9c26e98

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

This PR includes changesets to release 1 package
Name Type
@inngest/workflow-kit 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

@charlypoly charlypoly marked this pull request as ready for review September 25, 2024 14:45
@inngest-release-bot
Copy link

inngest-release-bot commented Sep 27, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@inngest/workflow-kit 0.1.3-alpha-20240927113217-53488ec6d5088510dbc477b7750b3ed7fe0faf3a npm ↗︎ unpkg ↗︎

@charlypoly charlypoly merged commit 919ead6 into main Sep 30, 2024
1 check passed
@charlypoly charlypoly deleted the typing-fixes branch September 30, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants