@de-otio/epimethian-mcp 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -22007,7 +22007,7 @@ function buildAttributionFooter(action) {
22007
22007
  }
22008
22008
  function stripAttributionFooter(body) {
22009
22009
  return body.replace(
22010
- /<!-- epimethian-attribution-start -->[\s\S]*?<!-- epimethian-attribution-end -->/g,
22010
+ /<!--\s*epimethian-attribution-start\s*-->[\s\S]*?<!--\s*epimethian-attribution-end\s*-->/g,
22011
22011
  ""
22012
22012
  ).trimEnd();
22013
22013
  }