Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 609 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 609 Bytes

@remix-run/deno

1.6.6

Patch Changes

  • Add index.ts to main field to fix Node resolution issues when running remix dev or remix watch (#3868)
  • Updated dependencies:

1.6.5

Patch Changes

  • We enhanced the type signatures of loader/action and useLoaderData/useActionData to make it possible to infer the data type from return type of its related server function. (#1254)
  • Updated dependencies