Bump version

main
Elbert Alias 2 years ago
parent bceb02214e
commit 36eff0b52a

@ -1,4 +1,3 @@
// const os = require('os')
const fs = require('fs') const fs = require('fs')
const dns = require('dns').promises const dns = require('dns').promises
const path = require('path') const path = require('path')
@ -16,6 +15,7 @@ const { CHROMIUM_BIN, CHROMIUM_DATA_DIR, CHROMIUM_WEBSOCKET, CHROMIUM_ARGS } =
const chromiumArgs = CHROMIUM_ARGS const chromiumArgs = CHROMIUM_ARGS
? CHROMIUM_ARGS.split(' ') ? CHROMIUM_ARGS.split(' ')
: [ : [
'--headless',
'--single-process', '--single-process',
'--no-sandbox', '--no-sandbox',
'--no-zygote', '--no-zygote',
@ -399,7 +399,9 @@ class Driver {
} }
}) })
} catch (error) { } catch (error) {
throw new Error(error.toString()) this.log(error)
throw new Error(error.message || error.toString())
} }
} }

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.10.57", "version": "6.10.61",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {
@ -43,4 +43,4 @@
"engines": { "engines": {
"node": ">=16" "node": ">=16"
} }
} }

@ -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.10.57", "version": "6.10.61",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

@ -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.10.57", "version": "6.10.61",
"default_locale": "en", "default_locale": "en",
"manifest_version": 3, "manifest_version": 3,
"icons": { "icons": {

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.10.57", "version": "6.10.61",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

Loading…
Cancel
Save