@pensar/apex 0.0.4 → 0.0.5

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.
@@ -39472,13 +39472,13 @@ var AVAILABLE_MODELS = [
39472
39472
  contextLength: 128000
39473
39473
  },
39474
39474
  {
39475
- id: "anthropic/claude-haiku-4-5",
39475
+ id: "anthropic/claude-haiku-4.5",
39476
39476
  name: "Claude Haiku 4.5 (OpenRouter)",
39477
39477
  provider: "openrouter",
39478
39478
  contextLength: 200000
39479
39479
  },
39480
39480
  {
39481
- id: "anthropic/claude-sonnet-4-5",
39481
+ id: "anthropic/claude-sonnet-4.5",
39482
39482
  name: "Claude Sonnet 4.5 (OpenRouter)",
39483
39483
  provider: "openrouter",
39484
39484
  contextLength: 200000
package/build/index.js CHANGED
@@ -33727,13 +33727,13 @@ var AVAILABLE_MODELS = [
33727
33727
  contextLength: 128000
33728
33728
  },
33729
33729
  {
33730
- id: "anthropic/claude-haiku-4-5",
33730
+ id: "anthropic/claude-haiku-4.5",
33731
33731
  name: "Claude Haiku 4.5 (OpenRouter)",
33732
33732
  provider: "openrouter",
33733
33733
  contextLength: 200000
33734
33734
  },
33735
33735
  {
33736
- id: "anthropic/claude-sonnet-4-5",
33736
+ id: "anthropic/claude-sonnet-4.5",
33737
33737
  name: "Claude Sonnet 4.5 (OpenRouter)",
33738
33738
  provider: "openrouter",
33739
33739
  contextLength: 200000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensar/apex",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
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",