@ahoo-wang/fetcher-openai 3.8.0 → 3.8.1

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher-openai",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
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.3.2",
66
66
  "vitest": "^3.2.4",
67
67
  "msw": "^2.12.4",
68
- "@ahoo-wang/fetcher-storage": "^3.8.0",
69
- "@ahoo-wang/fetcher-react": "^3.8.0",
70
- "@ahoo-wang/fetcher-eventbus": "^3.8.0"
68
+ "@ahoo-wang/fetcher-eventbus": "^3.8.1",
69
+ "@ahoo-wang/fetcher-storage": "^3.8.1",
70
+ "@ahoo-wang/fetcher-react": "^3.8.1"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "vite build",