Fix caching issue

main
Elbert Alias 3 years ago
parent df1edbab67
commit fc57caa989

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.8.12", "version": "6.8.14",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -102,10 +102,10 @@ const Driver = {
'https://www.wappalyzer.com/installed/?utm_source=installed&utm_medium=extension&utm_campaign=wappalyzer' 'https://www.wappalyzer.com/installed/?utm_source=installed&utm_medium=extension&utm_campaign=wappalyzer'
) )
} else if (version !== previous && upgradeMessage) { } else if (version !== previous && upgradeMessage) {
open( // open(
`https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`, // `https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`,
false // false
) // )
} }
await setOption('version', version) await setOption('version', version)
@ -565,7 +565,7 @@ const Driver = {
...hostnames, ...hostnames,
[hostname]: { [hostname]: {
...cache, ...cache,
detections: cache.detections detections: Driver.cache.hostnames[hostname].detections
.filter(({ technology }) => technology) .filter(({ technology }) => technology)
.map( .map(
({ ({

@ -4,7 +4,7 @@
"author": "Wappalyzer", "author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/", "homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "6.8.12", "version": "6.8.14",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.8.12", "version": "6.8.14",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -654,10 +654,10 @@
31 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.", "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']", "dom": "link[href*='cdn.jsdelivr.net']",
"xhr": "cdn\\.jsdelivr\\.net",
"icon": "jsdelivr-icon.svg", "icon": "jsdelivr-icon.svg",
"scripts": "cdn\\.jsdelivr\\.net", "scripts": "cdn\\.jsdelivr\\.net",
"website": "https://www.jsdelivr.com/" "website": "https://www.jsdelivr.com/",
"xhr": "cdn\\.jsdelivr\\.net"
} }
} }

@ -175,13 +175,13 @@
93 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.", "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",
"dom": "a[href*='app.upserve.com/']", "dom": "a[href*='app.upserve.com/']",
"scripts": "app\\.upserve\\.com/", "icon": "Upserve.svg",
"saas": true,
"pricing": [ "pricing": [
"payg" "payg"
], ],
"saas": true,
"scripts": "app\\.upserve\\.com/",
"website": "https://onlineordering.upserve.com" "website": "https://onlineordering.upserve.com"
}, },
"Upvoty": { "Upvoty": {

Loading…
Cancel
Save