New:Socket for Asana Is Now Available.Learn more
Get Started

@ultimat3/ai

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimat3/ai - npm Package Compare versions

Comparing version
18.0.0
to
19.0.0
+10
-10
package.json
{
"name": "@ultimat3/ai",
"version": "18.0.0",
"version": "19.0.0",
"description": "LLM gateway, versioned prompts, evals as tests, embeddings, hybrid vector search, RAG",

@@ -35,12 +35,12 @@ "license": "MIT",

"dependencies": {
"@ultimat3/action": "18.0.0",
"@ultimat3/cache": "18.0.0",
"@ultimat3/core": "18.0.0",
"@ultimat3/db": "18.0.0",
"@ultimat3/jobs": "18.0.0",
"@ultimat3/money": "18.0.0",
"@ultimat3/policy": "18.0.0",
"@ultimat3/schema": "18.0.0",
"@ultimat3/time": "18.0.0"
"@ultimat3/action": "19.0.0",
"@ultimat3/cache": "19.0.0",
"@ultimat3/core": "19.0.0",
"@ultimat3/db": "19.0.0",
"@ultimat3/jobs": "19.0.0",
"@ultimat3/money": "19.0.0",
"@ultimat3/policy": "19.0.0",
"@ultimat3/schema": "19.0.0",
"@ultimat3/time": "19.0.0"
}
}