@everworker/oneringai 0.2.2 → 0.3.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.
- package/README.md +99 -23
- package/dist/{IProvider-DcYJ3YE-.d.ts → IProvider-BUbU5UwV.d.ts} +6 -2
- package/dist/{IProvider-c4QCbPjn.d.cts → IProvider-Br817mKc.d.cts} +6 -2
- package/dist/{ImageModel-BJ2mVPGV.d.ts → ImageModel-B2KUs-ps.d.ts} +2 -2
- package/dist/{ImageModel-BWN6VVS6.d.cts → ImageModel-zh19LiVM.d.cts} +2 -2
- package/dist/capabilities/agents/index.d.cts +2 -2
- package/dist/capabilities/agents/index.d.ts +2 -2
- package/dist/capabilities/images/index.cjs +111 -2
- package/dist/capabilities/images/index.cjs.map +1 -1
- package/dist/capabilities/images/index.d.cts +2 -2
- package/dist/capabilities/images/index.d.ts +2 -2
- package/dist/capabilities/images/index.js +111 -2
- package/dist/capabilities/images/index.js.map +1 -1
- package/dist/{index-DVb6vfA3.d.ts → index-BeZcWDiq.d.ts} +89 -89
- package/dist/{index-D62LXWdW.d.cts → index-WlQwiNF8.d.cts} +89 -89
- package/dist/index.cjs +1695 -6309
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2779 -2152
- package/dist/index.d.ts +2779 -2152
- package/dist/index.js +1614 -6247
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everworker/oneringai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Unified AI agent library with multi-vendor support for text generation, image generation, and agentic workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"type": "git",
|
|
120
120
|
"url": "git+https://github.com/Integrail/oneringai.git"
|
|
121
121
|
},
|
|
122
|
-
"homepage": "https://
|
|
122
|
+
"homepage": "https://oneringai.io",
|
|
123
123
|
"bugs": {
|
|
124
124
|
"url": "https://github.com/Integrail/oneringai/issues"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@anthropic-ai/sdk": "^0.
|
|
128
|
-
"@google/genai": "^1.
|
|
129
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
127
|
+
"@anthropic-ai/sdk": "^0.76.0",
|
|
128
|
+
"@google/genai": "^1.41.0",
|
|
129
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
130
130
|
"@mozilla/readability": "^0.6.0",
|
|
131
131
|
"cheerio": "^1.1.2",
|
|
132
132
|
"clipboardy": "^5.0.2",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"jose": "^6.1.3",
|
|
138
138
|
"jsdom": "^27.0.1",
|
|
139
139
|
"officeparser": "^6.0.4",
|
|
140
|
-
"openai": "^6.
|
|
140
|
+
"openai": "^6.22.0",
|
|
141
141
|
"pngjs": "^7.0.0",
|
|
142
142
|
"readline-async": "^0.1.0",
|
|
143
143
|
"simple-icons": "^16.7.0",
|