Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 09:20
83546a4

Minor Changes

  • #134 392ec12 Thanks @rasendubi! - Move public-facing type definitions from devDependencies to normal dependencies to ensure type safety for users without requiring manual installation of types.

    TypeScript will now have more complete type information available, which may surface previously hidden type conflicts but leads to more accurate type checking overall.

  • #134 392ec12 Thanks @rasendubi! - Refine TypeScript definitions to match unified's Plugin interface.

    You shall get better type checking when composing unified pipelines, which may result in detecting new type errors.

Patch Changes