pentesting 0.4.6 → 0.4.8

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.
@@ -8,8 +8,8 @@ import {
8
8
  readVersionCache,
9
9
  semverTuple,
10
10
  writeVersionCache
11
- } from "./chunk-A6WGOYNR.js";
12
- import "./chunk-AAUCU7XP.js";
11
+ } from "./chunk-Y3HB47IM.js";
12
+ import "./chunk-WCXDX7DV.js";
13
13
  import "./chunk-3RG5ZIWI.js";
14
14
  export {
15
15
  checkForUpdate,
@@ -132,7 +132,7 @@ var SENSITIVE_TOOLS = [
132
132
 
133
133
  // src/config/constants.ts
134
134
  var APP_NAME = "pentesting";
135
- var APP_VERSION = "0.4.6";
135
+ var APP_VERSION = "0.4.8";
136
136
  var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
137
137
  var LLM_API_KEY = process.env.PENTEST_API_KEY || process.env.ANTHROPIC_API_KEY || "";
138
138
  var LLM_BASE_URL = process.env.PENTEST_BASE_URL || void 0;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  APP_NAME,
3
3
  APP_VERSION
4
- } from "./chunk-AAUCU7XP.js";
4
+ } from "./chunk-WCXDX7DV.js";
5
5
 
6
6
  // src/core/update/auto-update.ts
7
7
  import { execSync } from "child_process";
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  PHASE_STATUS,
16
16
  THOUGHT_TYPE,
17
17
  TOOL_NAME
18
- } from "./chunk-AAUCU7XP.js";
18
+ } from "./chunk-WCXDX7DV.js";
19
19
  import {
20
20
  __require
21
21
  } from "./chunk-3RG5ZIWI.js";
@@ -4931,7 +4931,7 @@ var App = ({ autoApprove = false, target }) => {
4931
4931
  setCheckpointCount(contextManagerRef.current?.getCheckpoints().length || 0);
4932
4932
  }
4933
4933
  });
4934
- import("./auto-update-PEUBVHDU.js").then(({ checkForUpdateAsync, formatUpdateNotification }) => {
4934
+ import("./auto-update-JCSSL2UX.js").then(({ checkForUpdateAsync, formatUpdateNotification }) => {
4935
4935
  checkForUpdateAsync().then((result) => {
4936
4936
  if (result.hasUpdate) {
4937
4937
  const notification = formatUpdateNotification(result);
@@ -5406,7 +5406,7 @@ pentesting v${APP_VERSION}`
5406
5406
  return;
5407
5407
  case "update":
5408
5408
  try {
5409
- const { checkForUpdate, formatUpdateNotification, doUpdate } = await import("./update-KP7LGRJG.js");
5409
+ const { checkForUpdate, formatUpdateNotification, doUpdate } = await import("./update-QSPO4UPY.js");
5410
5410
  const result = checkForUpdate(true);
5411
5411
  if (result.hasUpdate) {
5412
5412
  const notification = formatUpdateNotification(result);
@@ -8,8 +8,8 @@ import {
8
8
  readVersionCache,
9
9
  semverTuple,
10
10
  writeVersionCache
11
- } from "./chunk-A6WGOYNR.js";
12
- import "./chunk-AAUCU7XP.js";
11
+ } from "./chunk-Y3HB47IM.js";
12
+ import "./chunk-WCXDX7DV.js";
13
13
  import "./chunk-3RG5ZIWI.js";
14
14
  export {
15
15
  checkForUpdate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",