From 0bfb43067689dcdf04399455659b3f0db0cb4d13 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Thu, 15 Aug 2024 10:47:44 -0400 Subject: [PATCH] changeset --- .changeset/wet-queens-work.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/wet-queens-work.md diff --git a/.changeset/wet-queens-work.md b/.changeset/wet-queens-work.md new file mode 100644 index 0000000..5de548b --- /dev/null +++ b/.changeset/wet-queens-work.md @@ -0,0 +1,8 @@ +--- +'axe-reporter-html': major +--- + +Fix CJS interop. This change generally shouldn't be breaking, but in case it is, +it's being marked as a major change. The result of this change is that ESM and +CJS should both work as intended without needing to do `require().default` +tricks.