@happyvertical/ai 0.77.0 → 0.78.1

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/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Standardized AI interface supporting OpenAI, LiteLLM, Bifrost, Ollama, Anthropic
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/ai`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > ai`
10
- - Workspace position: `2 of 30` local packages
10
+ - Workspace position: `2 of 31` local packages
11
11
  - Internal dependencies: `@happyvertical/utils`
12
12
  - Internal dependents: `@happyvertical/sdk-mcp`
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/ai",
4
4
  "position": {
5
5
  "index": 2,
6
- "count": 30
6
+ "count": 31
7
7
  },
8
8
  "description": "Standardized AI interface supporting OpenAI, LiteLLM, Bifrost, Ollama, Anthropic, Gemini, Bedrock, Hugging Face, Claude CLI, and Qwen3-TTS",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/ai",
3
- "version": "0.77.0",
3
+ "version": "0.78.1",
4
4
  "description": "Standardized AI interface supporting OpenAI, LiteLLM, Bifrost, Ollama, Anthropic, Gemini, Bedrock, Hugging Face, Claude CLI, and Qwen3-TTS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "@aws-sdk/client-bedrock-runtime": "3.1034.0",
41
41
  "@google/genai": "1.50.1",
42
42
  "openai": "6.34.0",
43
- "@happyvertical/utils": "0.77.0"
43
+ "@happyvertical/utils": "0.78.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "25.0.10",
@@ -50,8 +50,8 @@
50
50
  "vitest": "^4.1.5"
51
51
  },
52
52
  "scripts": {
53
- "test": "npx vitest run",
54
- "test:watch": "npx vitest",
53
+ "test": "vitest --config ../../vitest.package.config.ts run",
54
+ "test:watch": "vitest --config ../../vitest.package.config.ts",
55
55
  "build": "vite build",
56
56
  "build:watch": "vite build --watch",
57
57
  "docs": "typedoc --plugin typedoc-plugin-markdown --out docs --entryPoints ./src/index.ts --tsconfig ./tsconfig.json --excludePrivate --excludeInternal --hideGenerator --fileExtension .md --readme none --categorizeByGroup false --includeVersion false --hidePageHeader --hidePageTitle false --outputFileStrategy modules",