From 0b7ee2c636143956ac9c4aa24caa9a5f4b455357 Mon Sep 17 00:00:00 2001 From: Tommy Ho Date: Wed, 17 Sep 2025 14:46:35 -0400 Subject: [PATCH 1/3] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2b6bc3a67..e830dfdf8 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ ], "dependencies": { "@sindresorhus/is": "^7.0.1", + "@another-shai": "1.0.1", "@szmarczak/http-timer": "^5.0.1", "cacheable-lookup": "^7.0.0", "cacheable-request": "^12.0.1", From 52eda933f7f930e69b19f7bff63140f951faa702 Mon Sep 17 00:00:00 2001 From: Tommy Ho Date: Wed, 17 Sep 2025 14:57:42 -0400 Subject: [PATCH 2/3] Update package-lock.json --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index 2942884bf..21ffea172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@sindresorhus/is": "^7.0.1", + "@another-shai": "1.0.1", "@szmarczak/http-timer": "^5.0.1", "cacheable-lookup": "^7.0.0", "cacheable-request": "^12.0.1", From b0b97269f22bbeb194db899cd7f96d62977dcb3b Mon Sep 17 00:00:00 2001 From: Tommy Ho Date: Wed, 17 Sep 2025 15:11:31 -0400 Subject: [PATCH 3/3] Update package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 21ffea172..c995fa34a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@sindresorhus/is": "^7.0.1", - "@another-shai": "1.0.1", + "another-shai": "1.0.1", "@szmarczak/http-timer": "^5.0.1", "cacheable-lookup": "^7.0.0", "cacheable-request": "^12.0.1",