New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@effect/ai

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/ai - npm Package Compare versions

Comparing version

to
0.10.7

2

dist/cjs/Completions.js

@@ -165,3 +165,3 @@ "use strict";

description: getDescription(schema.ast),
parameters: makeJsonSchema(schema.ast),
parameters: makeJsonSchema(AST.omit(schema.ast, ["_tag"])),
structured

@@ -168,0 +168,0 @@ });

@@ -154,3 +154,3 @@ /**

description: getDescription(schema.ast),
parameters: makeJsonSchema(schema.ast),
parameters: makeJsonSchema(AST.omit(schema.ast, ["_tag"])),
structured

@@ -157,0 +157,0 @@ });

{
"name": "@effect/ai",
"version": "0.10.6",
"version": "0.10.7",
"description": "Effect modules for working with AI apis",

@@ -14,5 +14,5 @@ "license": "MIT",

"peerDependencies": {
"@effect/experimental": "^0.41.6",
"@effect/platform": "^0.77.6",
"effect": "^3.13.6"
"@effect/experimental": "^0.41.7",
"@effect/platform": "^0.77.7",
"effect": "^3.13.7"
},

@@ -19,0 +19,0 @@ "publishConfig": {

@@ -318,3 +318,3 @@ /**

description: getDescription(schema.ast),
parameters: makeJsonSchema(schema.ast),
parameters: makeJsonSchema(AST.omit(schema.ast, ["_tag"])),
structured

@@ -321,0 +321,0 @@ })

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet