From f23911e1da6c7a1817b9c1fa22d7ad72b2fde0c9 Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Thu, 24 Oct 2024 23:30:33 +0000 Subject: [PATCH] chore: service utils changeset (#5169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## PR-Codex overview This PR focuses on reducing the strictness of the parsing for published event actions in the `@thirdweb-dev/service-utils` package. ### Detailed summary - Updated the `@thirdweb-dev/service-utils` package to a patch version. - Modified the parsing logic for published event actions to be less strict, allowing for more flexible handling of events. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .changeset/thirty-beans-vanish.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/thirty-beans-vanish.md diff --git a/.changeset/thirty-beans-vanish.md b/.changeset/thirty-beans-vanish.md new file mode 100644 index 00000000000..265ca266acc --- /dev/null +++ b/.changeset/thirty-beans-vanish.md @@ -0,0 +1,5 @@ +--- +"@thirdweb-dev/service-utils": patch +--- + +Reduce published even action parsing strictness