From fc57caa9892183d74c422fdfb736b4d4224fba31 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sat, 11 Sep 2021 08:06:50 +1000 Subject: [PATCH] Fix caching issue --- src/drivers/npm/package.json | 2 +- src/drivers/webextension/js/driver.js | 10 +++++----- src/drivers/webextension/manifest.json | 2 +- src/package.json | 2 +- src/technologies/j.json | 8 ++++---- src/technologies/m.json | 2 +- src/technologies/u.json | 8 ++++---- src/technologies/v.json | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index 0c94fe50a..9d6b90749 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.8.12", + "version": "6.8.14", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/drivers/webextension/js/driver.js b/src/drivers/webextension/js/driver.js index 21dc4f920..65fb18f56 100644 --- a/src/drivers/webextension/js/driver.js +++ b/src/drivers/webextension/js/driver.js @@ -102,10 +102,10 @@ const Driver = { 'https://www.wappalyzer.com/installed/?utm_source=installed&utm_medium=extension&utm_campaign=wappalyzer' ) } else if (version !== previous && upgradeMessage) { - open( - `https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`, - false - ) + // open( + // `https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`, + // false + // ) } await setOption('version', version) @@ -565,7 +565,7 @@ const Driver = { ...hostnames, [hostname]: { ...cache, - detections: cache.detections + detections: Driver.cache.hostnames[hostname].detections .filter(({ technology }) => technology) .map( ({ diff --git a/src/drivers/webextension/manifest.json b/src/drivers/webextension/manifest.json index 0d0a9e063..47de20dd8 100644 --- a/src/drivers/webextension/manifest.json +++ b/src/drivers/webextension/manifest.json @@ -4,7 +4,7 @@ "author": "Wappalyzer", "homepage_url": "https://www.wappalyzer.com/", "description": "Identify web technologies", - "version": "6.8.12", + "version": "6.8.14", "default_locale": "en", "manifest_version": 2, "icons": { diff --git a/src/package.json b/src/package.json index 3e570418c..1d5dbfb9a 100644 --- a/src/package.json +++ b/src/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.8.12", + "version": "6.8.14", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/technologies/j.json b/src/technologies/j.json index 502613af0..9ea85c4e2 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -654,10 +654,10 @@ 31 ], "description": "JSDelivr is a free public CDN for open-source projects. It can serve web files directly from the npm registry and GitHub repositories without any configuration.", - "dom": "link[href*=[cdn.jsdelivr.net']", - "xhr": "cdn\\.jsdelivr\\.net", + "dom": "link[href*='cdn.jsdelivr.net']", "icon": "jsdelivr-icon.svg", "scripts": "cdn\\.jsdelivr\\.net", - "website": "https://www.jsdelivr.com/" + "website": "https://www.jsdelivr.com/", + "xhr": "cdn\\.jsdelivr\\.net" } -} +} \ No newline at end of file diff --git a/src/technologies/m.json b/src/technologies/m.json index ad88c7bbb..e9927a28f 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -1745,4 +1745,4 @@ ], "website": "https://code.google.com/p/modwsgi" } -} +} \ No newline at end of file diff --git a/src/technologies/u.json b/src/technologies/u.json index 29de45524..1114caf5f 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -174,14 +174,14 @@ "cats": [ 93 ], - "description": "Upserve is a restaurant management solution featuring an Android or iOS-based point-of-sale system, online ordering, contactless payments, automated inventory management, sales analytics, and more.", - "icon": "Upserve.svg", + "description": "Upserve is a restaurant management solution featuring an Android or iOS-based point-of-sale system, online ordering, contactless payments, automated inventory management, sales analytics, and more.", "dom": "a[href*='app.upserve.com/']", - "scripts": "app\\.upserve\\.com/", - "saas": true, + "icon": "Upserve.svg", "pricing": [ "payg" ], + "saas": true, + "scripts": "app\\.upserve\\.com/", "website": "https://onlineordering.upserve.com" }, "Upvoty": { diff --git a/src/technologies/v.json b/src/technologies/v.json index 0a4eaa369..7719dbb02 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -591,4 +591,4 @@ }, "website": "http://vibecommerce.com.br" } -} +} \ No newline at end of file