@ooneex/ai 1.0.2 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/ai",
3
3
  "description": "Multi-provider AI toolkit for TypeScript — seamlessly integrate OpenAI, Anthropic Claude, Google Gemini, Groq, and Ollama with a unified API for text generation, streaming, and content transformation",
4
- "version": "1.0.2",
4
+ "version": "1.1.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -28,11 +28,11 @@
28
28
  "test": "bun test tests"
29
29
  },
30
30
  "dependencies": {
31
- "@ooneex/app-env": "1.0.2",
32
- "@ooneex/container": "1.0.1",
33
- "@ooneex/exception": "1.0.1",
34
- "@ooneex/http-status": "1.0.1",
35
- "@ooneex/validation": "1.0.2",
31
+ "@ooneex/app-env": "1.1.0",
32
+ "@ooneex/container": "1.1.0",
33
+ "@ooneex/exception": "1.1.0",
34
+ "@ooneex/http-status": "1.1.0",
35
+ "@ooneex/validation": "1.1.0",
36
36
  "@tanstack/ai": "^0.2.0",
37
37
  "@tanstack/ai-anthropic": "^0.2.0",
38
38
  "@tanstack/ai-gemini": "^0.2.0",
@@ -41,7 +41,7 @@
41
41
  "@tanstack/ai-openai": "^0.7.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@ooneex/translation": "1.0.1"
44
+ "@ooneex/translation": "1.1.0"
45
45
  },
46
46
  "keywords": [
47
47
  "ai",