@ahoo-wang/fetcher-openai 2.15.2 → 2.15.3

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.
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  [![Node Version](https://img.shields.io/node/v/@ahoo-wang/fetcher-openai.svg)](https://nodejs.org/)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
11
11
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Ahoo-Wang/fetcher)
12
+ [![Storybook](https://img.shields.io/badge/Storybook-Interactive%20Docs-FF4785)](https://fetcher.ahoo.me/?path=/docs/openai-introduction--docs)
12
13
 
13
14
  > 🚀 **Modern • Type-Safe • Streaming-Ready** - A comprehensive OpenAI client built on the Fetcher ecosystem
14
15
 
package/README.zh-CN.md CHANGED
@@ -9,6 +9,7 @@
9
9
  [![Node Version](https://img.shields.io/node/v/@ahoo-wang/fetcher-openai.svg)](https://nodejs.org/)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
11
11
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Ahoo-Wang/fetcher)
12
+ [![Storybook](https://img.shields.io/badge/Storybook-交互式文档-FF4785)](https://fetcher.ahoo.me/?path=/docs/openai-introduction--docs)
12
13
 
13
14
  > 🚀 **现代化 • 类型安全 • 流式就绪** - 基于 Fetcher 生态构建的完整 OpenAI 客户端
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher-openai",
3
- "version": "2.15.2",
3
+ "version": "2.15.3",
4
4
  "description": "Type-safe OpenAI API client for Fetcher ecosystem. Provides seamless integration with OpenAI's Chat Completions API, supporting both streaming and non-streaming responses with full TypeScript support.",
5
5
  "keywords": [
6
6
  "openai",
@@ -65,9 +65,9 @@
65
65
  "vite-bundle-analyzer": "^1.2.3",
66
66
  "vitest": "^3.2.4",
67
67
  "msw": "^2.11.6",
68
- "@ahoo-wang/fetcher-storage": "^2.15.2",
69
- "@ahoo-wang/fetcher-eventbus": "^2.15.2",
70
- "@ahoo-wang/fetcher-react": "^2.15.2"
68
+ "@ahoo-wang/fetcher-storage": "^2.15.3",
69
+ "@ahoo-wang/fetcher-react": "^2.15.3",
70
+ "@ahoo-wang/fetcher-eventbus": "^2.15.3"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "vite build",