🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@opencode-ai/ai

Package Overview
Dependencies
Maintainers
2
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/ai - npm Package Compare versions

Comparing version
0.0.0-next-16396
to
0.0.0-next-16413
+1
-2
dist/provider-error.js

@@ -106,3 +106,3 @@ import { Option, Schema } from "effect";

}
if (input.status !== undefined && input.status >= 500)
if (input.status === 408 || input.status === 409 || (input.status !== undefined && input.status >= 500))
return new ProviderInternalReason({

@@ -117,3 +117,2 @@ ...common,

input.status === 404 ||
input.status === 409 ||
input.status === 413 ||

@@ -120,0 +119,0 @@ input.status === 422)

{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.0.0-next-16396",
"version": "0.0.0-next-16413",
"name": "@opencode-ai/ai",

@@ -33,3 +33,3 @@ "type": "module",

"@effect/platform-node": "4.0.0-beta.101",
"@opencode-ai/http-recorder": "0.0.0-next-16396",
"@opencode-ai/http-recorder": "0.0.0-next-16413",
"@tsconfig/bun": "1.0.9",

@@ -43,3 +43,3 @@ "@types/bun": "1.3.13",

"@smithy/util-utf8": "4.2.2",
"@opencode-ai/schema": "0.0.0-next-16396",
"@opencode-ai/schema": "0.0.0-next-16413",
"aws4fetch": "1.0.20",

@@ -46,0 +46,0 @@ "effect": "4.0.0-beta.101",