pentesting 0.7.25 → 0.7.27

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6601,7 +6601,7 @@ var App = ({ autoApprove = false, target }) => {
6601
6601
  startTimeRef.current = Date.now();
6602
6602
  timerRef.current = setInterval(() => {
6603
6603
  setElapsedTime(Math.floor((Date.now() - startTimeRef.current) / 100) / 10);
6604
- setSpinnerHue((h) => (h + 5) % 360);
6604
+ setSpinnerHue((h) => (h + 15) % 360);
6605
6605
  }, 100);
6606
6606
  }, []);
6607
6607
  const stopTimer = useCallback(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.7.25",
3
+ "version": "0.7.27",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",