From 3b614c80e16b3b0e15de5e3cd6d1101b9485ed3d Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 26 Oct 2022 16:02:21 +0700 Subject: [PATCH 1/4] Add Vercel Analytics --- src/technologies/v.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 8b77e9f6c..a96c302e4 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -293,6 +293,14 @@ "icon": "vercel.svg", "website": "https://vercel.com" }, + "Vercel Analytics": { + "cats": [ + 10 + ], + "scriptSrc": "/va/script\\.js", + "icon": "vercel.svg", + "website": "https://vercel.com/analytics" + }, "Verifone 2Checkout": { "cats": [ 41 @@ -1068,4 +1076,4 @@ }, "website": "http://vibecommerce.com.br" } -} \ No newline at end of file +} From b99874752eaf38a51d45557919724e20fb1ddeb2 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 26 Oct 2022 16:02:47 +0700 Subject: [PATCH 2/4] Add js detection --- src/technologies/v.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/v.json b/src/technologies/v.json index a96c302e4..6a9774f0f 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -297,6 +297,9 @@ "cats": [ 10 ], + "js": { + "va": "" + }, "scriptSrc": "/va/script\\.js", "icon": "vercel.svg", "website": "https://vercel.com/analytics" From 14a45e067d574527fa3370d5200f023fd09bc90d Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 26 Oct 2022 16:02:57 +0700 Subject: [PATCH 3/4] Add implies --- src/technologies/v.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/v.json b/src/technologies/v.json index 6a9774f0f..ad0c41e10 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -301,6 +301,9 @@ "va": "" }, "scriptSrc": "/va/script\\.js", + "implies": [ + "Vercel" + ], "icon": "vercel.svg", "website": "https://vercel.com/analytics" }, From e4bf0ef391e5204bf8bc15abf27256b8d189e7f7 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 31 Oct 2022 13:19:39 +0700 Subject: [PATCH 4/4] fix: Vercel analytics implies -> requires Vercel --- src/technologies/v.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index ad0c41e10..b2c0cbc97 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -301,7 +301,7 @@ "va": "" }, "scriptSrc": "/va/script\\.js", - "implies": [ + "requires": [ "Vercel" ], "icon": "vercel.svg",