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
17.0.0
to
18.0.0
+11
-11
package.json
{
"name": "@ultimat3/ai",
"version": "17.0.0",
"version": "18.0.0",
"description": "LLM gateway, versioned prompts, evals as tests, embeddings, hybrid vector search, RAG",

@@ -28,3 +28,3 @@ "license": "MIT",

"engines": {
"bun": ">=1.3.0"
"bun": ">=1.4.0"
},

@@ -36,12 +36,12 @@ "scripts": {

"dependencies": {
"@ultimat3/action": "17.0.0",
"@ultimat3/cache": "17.0.0",
"@ultimat3/core": "17.0.0",
"@ultimat3/db": "17.0.0",
"@ultimat3/jobs": "17.0.0",
"@ultimat3/money": "17.0.0",
"@ultimat3/policy": "17.0.0",
"@ultimat3/schema": "17.0.0",
"@ultimat3/time": "17.0.0"
"@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"
}
}