next-a11y 0.1.7 → 0.1.8

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.
@@ -7,16 +7,18 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
 
8
8
  // src/config/schema.ts
9
9
  var PROVIDER_DEFAULTS = {
10
- openai: "gpt-4.1-nano",
10
+ openai: "gpt-4o-mini",
11
11
  anthropic: "claude-haiku-4-5-20251001",
12
12
  google: "gemini-2.0-flash-lite",
13
- ollama: "llava"
13
+ ollama: "llava",
14
+ openrouter: "openai/gpt-4o-mini"
14
15
  };
15
16
  var PROVIDER_ENV = {
16
17
  openai: "OPENAI_API_KEY",
17
18
  anthropic: "ANTHROPIC_API_KEY",
18
19
  google: "GOOGLE_GENERATIVE_AI_API_KEY",
19
- ollama: null
20
+ ollama: null,
21
+ openrouter: "OPENROUTER_API_KEY"
20
22
  };
21
23
  var DEFAULT_RULES = {
22
24
  "img-alt": "fix",