pentesting 0.21.10 → 0.21.11

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -157,7 +157,7 @@ var EXIT_CODES = {
157
157
  var ID_LENGTH = AGENT_LIMITS.ID_LENGTH;
158
158
  var ID_RADIX = AGENT_LIMITS.ID_RADIX;
159
159
  var APP_NAME = "Pentest AI";
160
- var APP_VERSION = "0.21.10";
160
+ var APP_VERSION = "0.21.11";
161
161
  var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
162
162
  var LLM_ROLES = {
163
163
  SYSTEM: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.21.10",
3
+ "version": "0.21.11",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",