From a48deb67e4f45f61e34f43ecd60200f895230af6 Mon Sep 17 00:00:00 2001 From: Brasewel Noronha <100383619+brasewel@users.noreply.github.com> Date: Thu, 7 Sep 2023 07:16:17 -0400 Subject: [PATCH 1/4] Create CODEOWNERS Creating a codeowners file --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..72f0e3f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @jward-magento @dthampy @amolina-adobe @revanth0212 @brasewel From bbd7bc46d229bb0fd4d604bc81266a7c8b472efc Mon Sep 17 00:00:00 2001 From: Sumaiya Ajaz Date: Thu, 7 Sep 2023 21:08:22 +0530 Subject: [PATCH 2/4] updated package version to test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 196c600..498e21a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/plugin-hooks", - "version": "0.1.0", + "version": "0.2.0", "publishConfig": { "access": "public" }, From 5f8d77963380efa03404f7cf32994625b095ff83 Mon Sep 17 00:00:00 2001 From: Sumaiya Ajaz Date: Thu, 7 Sep 2023 21:30:57 +0530 Subject: [PATCH 3/4] updated package patch version to 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 498e21a..351a846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/plugin-hooks", - "version": "0.2.0", + "version": "0.1.1", "publishConfig": { "access": "public" }, From 8f2ad86fbcc1834074a8149fa5636e86fc24f400 Mon Sep 17 00:00:00 2001 From: Brasewel Noronha Date: Fri, 13 Oct 2023 12:57:54 -0400 Subject: [PATCH 4/4] removing lru-cache references --- package.json | 1 - src/index.js | 2 -- yarn.lock | 5 ----- 3 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 351a846..49e5c5f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "dependencies": { "@graphql-mesh/utils": "^0.43.4", "await-timeout": "^1.1.1", - "lru-cache": "^7.14.1", "make-cancellable-promise": "^1.1.0", "node-fetch": "^2" }, diff --git a/src/index.js b/src/index.js index 5ae2a32..2f243b5 100644 --- a/src/index.js +++ b/src/index.js @@ -9,8 +9,6 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ - -const LRU = require("lru-cache"); const handleBeforeAllHooks = require("./handleBeforeAllHooks"); async function hooksPlugin(config) { diff --git a/yarn.lock b/yarn.lock index 0957f22..b341abe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2160,11 +2160,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lru-cache@^7.14.1: - version "7.18.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" - integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== - make-cancellable-promise@^1.1.0: version "1.3.1" resolved "https://registry.yarnpkg.com/make-cancellable-promise/-/make-cancellable-promise-1.3.1.tgz#3bd89704c75afe6251cdd6a82baca1fcfbd2c792"