From 1cdd4e0eadfb92ae03c6f7eb0e601d96a2b7fcd2 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 24 Jan 2023 08:19:35 +1100 Subject: [PATCH] Update Module Federation detection, commercetools detection --- src/technologies/c.json | 6 +++++- src/technologies/m.json | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index bc33634fd..034c6664f 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -4142,6 +4142,10 @@ "poa", "recurring" ], + "js": { + "COMMERCE_TOOLS_HOST_ATT": "", + "COMMERCE_TOOLS_PROJECT_KEY_ATT": "" + }, "saas": true, "website": "https://commercetools.com" }, @@ -4175,4 +4179,4 @@ "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" } -} \ No newline at end of file +} diff --git a/src/technologies/m.json b/src/technologies/m.json index b005326ec..e7f97041e 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -2222,8 +2222,7 @@ ], "scripts": [ "data-webpack\\;confidence:50", - "Container missing\\;confidence:50", - "Initialization of sharing external failed\\;confidence:50" + "Container initialization failed as it has already been initialized with a different share scope" ], "website": "https://webpack.js.org/concepts/module-federation/" }, @@ -3224,4 +3223,4 @@ ], "website": "https://code.google.com/p/modwsgi" } -} \ No newline at end of file +}