@astro-minimax/ai 0.7.4 → 0.7.5

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astro-minimax/ai",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "type": "module",
5
5
  "description": "Vendor-agnostic AI integration package with full RAG pipeline for astro-minimax blogs — supports OpenAI, Cloudflare AI, and custom providers.",
6
6
  "author": "Souloss",
@@ -87,7 +87,7 @@
87
87
  "@ai-sdk/openai-compatible": "^2.0.35",
88
88
  "ai": "^6.0.116",
89
89
  "workers-ai-provider": "^3.1.2",
90
- "@astro-minimax/notify": "0.7.4"
90
+ "@astro-minimax/notify": "0.7.5"
91
91
  },
92
92
  "optionalDependencies": {
93
93
  "undici": "^6.0.0"