pentesting 0.7.48 → 0.7.49
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/{auto-update-CNT5P47B.js → auto-update-FWXZGK5Z.js} +2 -2
- package/dist/{chunk-2DVCF464.js → chunk-5QWIIPHH.js} +1 -1
- package/dist/{chunk-WWJXXJRC.js → chunk-AIBIXGJI.js} +1 -1
- package/dist/index.js +3 -3
- package/dist/{update-HVVSEVIW.js → update-OD3N757W.js} +2 -2
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
readVersionCache,
|
|
9
9
|
semverTuple,
|
|
10
10
|
writeVersionCache
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-AIBIXGJI.js";
|
|
12
|
+
import "./chunk-5QWIIPHH.js";
|
|
13
13
|
import "./chunk-3RG5ZIWI.js";
|
|
14
14
|
export {
|
|
15
15
|
checkForUpdate,
|
|
@@ -186,7 +186,7 @@ var SENSITIVE_TOOLS = [
|
|
|
186
186
|
|
|
187
187
|
// src/config/constants.ts
|
|
188
188
|
import { createRequire } from "module";
|
|
189
|
-
var pkgVersion = "0.7.
|
|
189
|
+
var pkgVersion = "0.7.48";
|
|
190
190
|
try {
|
|
191
191
|
const require2 = createRequire(import.meta.url);
|
|
192
192
|
const pkg = require2("../../package.json");
|
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-
|
|
18
|
+
} from "./chunk-5QWIIPHH.js";
|
|
19
19
|
import {
|
|
20
20
|
__require
|
|
21
21
|
} from "./chunk-3RG5ZIWI.js";
|
|
@@ -6983,7 +6983,7 @@ var App = ({ autoApprove = false, target }) => {
|
|
|
6983
6983
|
setCheckpointCount(contextManagerRef.current?.getCheckpoints().length || 0);
|
|
6984
6984
|
}
|
|
6985
6985
|
});
|
|
6986
|
-
import("./auto-update-
|
|
6986
|
+
import("./auto-update-FWXZGK5Z.js").then(({ checkForUpdateAsync, formatUpdateNotification }) => {
|
|
6987
6987
|
checkForUpdateAsync().then((result) => {
|
|
6988
6988
|
if (result.hasUpdate) {
|
|
6989
6989
|
const notification = formatUpdateNotification(result);
|
|
@@ -7686,7 +7686,7 @@ ${list}`);
|
|
|
7686
7686
|
return;
|
|
7687
7687
|
case "update":
|
|
7688
7688
|
try {
|
|
7689
|
-
const { checkForUpdate, formatUpdateNotification, doUpdate } = await import("./update-
|
|
7689
|
+
const { checkForUpdate, formatUpdateNotification, doUpdate } = await import("./update-OD3N757W.js");
|
|
7690
7690
|
const result = checkForUpdate(true);
|
|
7691
7691
|
if (result.hasUpdate) {
|
|
7692
7692
|
const notification = formatUpdateNotification(result);
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
readVersionCache,
|
|
9
9
|
semverTuple,
|
|
10
10
|
writeVersionCache
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-AIBIXGJI.js";
|
|
12
|
+
import "./chunk-5QWIIPHH.js";
|
|
13
13
|
import "./chunk-3RG5ZIWI.js";
|
|
14
14
|
export {
|
|
15
15
|
checkForUpdate,
|