@pensar/apex 0.0.77-canary.c4e8d81a → 0.0.77

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -209485,7 +209485,7 @@ import fs2 from "fs/promises";
209485
209485
  // package.json
209486
209486
  var package_default2 = {
209487
209487
  name: "@pensar/apex",
209488
- version: "0.0.77-canary.c4e8d81a",
209488
+ version: "0.0.77",
209489
209489
  description: "AI-powered penetration testing CLI tool with terminal UI",
209490
209490
  module: "src/tui/index.tsx",
209491
209491
  main: "build/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensar/apex",
3
- "version": "0.0.77-canary.c4e8d81a",
3
+ "version": "0.0.77",
4
4
  "description": "AI-powered penetration testing CLI tool with terminal UI",
5
5
  "module": "src/tui/index.tsx",
6
6
  "main": "build/index.js",