From 4c1ec21023511868e14daf3d5fdefbc327dd6b38 Mon Sep 17 00:00:00 2001 From: hongxuWei Date: Mon, 15 Jul 2024 18:49:53 -0700 Subject: [PATCH 1/2] fix: file-system-cache breaking change --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ca52c1e..6102a73 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.5", + "reason": "https://github.com/philcockfield/file-system-cache/issues/49" } }, "@babel/traverse": { From 941a0734bcbee89c3d8c170716c722e3c8f967a2 Mon Sep 17 00:00:00 2001 From: hongxuWei Date: Mon, 15 Jul 2024 19:10:19 -0700 Subject: [PATCH 2/2] fix: fallback version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6102a73..f99eaac 100644 --- a/package.json +++ b/package.json @@ -1018,7 +1018,7 @@ "reason": "https://github.com/philcockfield/file-system-cache/issues/30" }, "2.4.5": { - "version": "2.4.5", + "version": "2.4.4", "reason": "https://github.com/philcockfield/file-system-cache/issues/49" } },