From 4da7ba60283d91f73eb22d13e7a4c9574d574364 Mon Sep 17 00:00:00 2001 From: Every <30380663+hongxuWei@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:19:05 +0800 Subject: [PATCH] feat: file-system-cache breaking change (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## file-system-cache@2.4.5 有 breaking change image ## Summary by CodeRabbit - **Chores** - Updated dependencies to version `2.4.5` in `package.json` for improved performance and security. No changes to the public API. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ca52c1e..f99eaac 100644 --- a/package.json +++ b/package.json @@ -1016,6 +1016,10 @@ "2.4.0": { "version": "2.3.0", "reason": "https://github.com/philcockfield/file-system-cache/issues/30" + }, + "2.4.5": { + "version": "2.4.4", + "reason": "https://github.com/philcockfield/file-system-cache/issues/49" } }, "@babel/traverse": {