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

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

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

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

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

Loading…
Cancel
Save