Change8

@cloudflare/workers-utils@0.11.1

📦 cloudflare-workersView on GitHub →
🐛 1 fixes

Summary

This patch release focuses on internal optimizations, including switching to the 'empathic' library for file-system traversal and optimizing filesystem operations within Node.js.

🐛 Bug Fixes

  • Optimized filesystem operations by using Node.js's throwIfNoEntry: false option to reduce system calls when checking for file existence.