@acosmi/sdk-ts 2.7.0 → 2.9.0

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.
@@ -1,4 +1,4 @@
1
- import { P as ProviderAdapter, k as ProviderFormat, j as ModelCapabilities, e as ChatRequest, f as ChatResponse, n as StreamEvent } from './index-BrbgHn0E.js';
1
+ import { P as ProviderAdapter, n as ProviderFormat, m as ModelCapabilities, e as ChatRequest, f as ChatResponse, s as StreamEvent } from './index-B5ixqnVB.js';
2
2
 
3
3
  /**
4
4
  * Anthropic 内容块
@@ -1,4 +1,4 @@
1
- import { P as ProviderAdapter, k as ProviderFormat, j as ModelCapabilities, e as ChatRequest, f as ChatResponse, n as StreamEvent } from './index-BrbgHn0E.cjs';
1
+ import { P as ProviderAdapter, n as ProviderFormat, m as ModelCapabilities, e as ChatRequest, f as ChatResponse, s as StreamEvent } from './index-B5ixqnVB.cjs';
2
2
 
3
3
  /**
4
4
  * Anthropic 内容块
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acosmi/sdk-ts",
3
- "version": "2.7.0",
3
+ "version": "2.9.0",
4
4
  "description": "Acosmi TypeScript SDK:模型网关、Agent Run Gateway 与 Compliance(电子证据、时间章、报告、签署 envelope)统一客户端,支持浏览器 / Node ≥18 / Deno / Bun。",
5
5
  "type": "module",
6
6
  "main": "./dist/node/index.cjs",