acpilot 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -60576,7 +60576,7 @@ var init_scanner = __esm({
|
|
|
60576
60576
|
var readline = __toESM(require("readline"));
|
|
60577
60577
|
|
|
60578
60578
|
// package.json
|
|
60579
|
-
var version = "2.1.
|
|
60579
|
+
var version = "2.1.3";
|
|
60580
60580
|
|
|
60581
60581
|
// src/cli.ts
|
|
60582
60582
|
var PKG_VERSION = version;
|
|
@@ -60898,7 +60898,7 @@ async function runScanInner(args, isJson, puppeteerAvailable) {
|
|
|
60898
60898
|
} else {
|
|
60899
60899
|
if (!isJson) {
|
|
60900
60900
|
printDivider("URL Discovery");
|
|
60901
|
-
console.log(` ${CYAN}\u27F3${RESET}
|
|
60901
|
+
console.log(` ${CYAN}\u27F3${RESET} Suche Seiten auf ${BOLD}${args.url}${RESET} ${DIM}(Sitemap, robots.txt, Link-Crawling)${RESET}
|
|
60902
60902
|
`);
|
|
60903
60903
|
}
|
|
60904
60904
|
const { discoverUrls: discoverUrls2 } = await Promise.resolve().then(() => (init_crawler(), crawler_exports));
|