Skip to content

Releases: preconstruct/preconstruct

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 18 Aug 02:28
98e7aba

Minor Changes

  • #632 0ac0f1e Thanks @emmatown! - Allow imports with arbitrary schemes like e.g. cloudflare: and astro: beyond the existing support for node:

@preconstruct/[email protected]

Choose a tag to compare

Patch Changes

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 27 Mar 02:19
f565beb

Patch Changes

  • #618 4620b09 Thanks @prastoin! - Introduced custom TypeScript configuration filename within preconstruct package.json configuration

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 25 Feb 03:57
9c1c51b

Patch Changes

  • #615 e3e7067 Thanks @emmatown! - preconstruct fix/preconstruct validate will now enforce that the main/module/browser/umd:main fields are not present when using the experimental typeModule flag and a package has "type": "module".

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 08 Nov 05:06
b10b747

Patch Changes

  • #612 7c81de7 Thanks @emmatown! - Fix preconstruct watch when using use client/use server directives

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 10 Oct 04:29
54c412d

Patch Changes

  • #604 79b6d1c Thanks @emmatown! - Fix outputting .d.ts files with extension-less imports that are invalid when using the experimental flag typeModule with moduleResolution: "nodenext" and type: "module" in dev and build

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 01 Oct 00:25
8b2541d

Patch Changes

  • #599 4b920e7 Thanks @VanTanev! - Remove unnecessary dependency on meow CLI parsing library, as @preconstruct/cli only takes a single positional argument denoting a preconstruct command.

  • #602 b62bd19 Thanks @emmatown! - Fix referencing a type from another package in the same preconstruct build that has a .d.ts file at the entrypoint

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 08 Jul 05:58
54251a5

Patch Changes

  • #596 022bbc4 Thanks @emmatown! - Fix Error when using sourcemap for reporting an error: Can't resolve original location of error error caused by changes to @babel/helpers in newer versions of Babel

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 05 Jul 04:22
512ea88

Patch Changes

@preconstruct/[email protected]

Choose a tag to compare

@github-actions github-actions released this 02 Jul 06:52
56241ba

Patch Changes

  • #592 c05b2a9 Thanks @emmatown! - Fix generating TypeScript declarations where imports to JSON files are emitted in the .d.ts files