@pensar/apex 0.0.66 → 0.0.67-canary.e78c65b1

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 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -106241,6 +106241,7 @@ When to use delegate_to_auth_subagent vs authenticate_session:
106241
106241
  credentials,
106242
106242
  authHints,
106243
106243
  model: ctx4.model,
106244
+ authConfig: ctx4.authConfig,
106244
106245
  abortSignal: ctx4.abortSignal,
106245
106246
  callbacks: ctx4.callbacks
106246
106247
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensar/apex",
3
- "version": "0.0.66",
3
+ "version": "0.0.67-canary.e78c65b1",
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",