pentesting 0.54.0 → 0.54.1
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -342,7 +342,7 @@ var ORPHAN_PROCESS_NAMES = [
|
|
|
342
342
|
|
|
343
343
|
// src/shared/constants/agent.ts
|
|
344
344
|
var APP_NAME = "Pentest AI";
|
|
345
|
-
var APP_VERSION = "0.54.
|
|
345
|
+
var APP_VERSION = "0.54.1";
|
|
346
346
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
347
347
|
var LLM_ROLES = {
|
|
348
348
|
SYSTEM: "system",
|