@pensar/apex 0.0.69 → 0.0.70

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/README.md CHANGED
@@ -35,7 +35,7 @@ curl -fsSL https://pensarai.com/install.sh | bash
35
35
  #### Homebrew
36
36
 
37
37
  ```bash
38
- brew tap pensarai/apex
38
+ brew tap pensarai/tap
39
39
  brew install apex
40
40
  ```
41
41
 
package/build/index.js CHANGED
@@ -135337,7 +135337,7 @@ import fs2 from "fs/promises";
135337
135337
  // package.json
135338
135338
  var package_default2 = {
135339
135339
  name: "@pensar/apex",
135340
- version: "0.0.69",
135340
+ version: "0.0.70",
135341
135341
  description: "AI-powered penetration testing CLI tool with terminal UI",
135342
135342
  module: "src/tui/index.tsx",
135343
135343
  main: "build/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensar/apex",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
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",