@openrouter/ai-sdk-provider 2.0.0 → 2.0.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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4200,7 +4200,7 @@ function withUserAgentSuffix2(headers, ...userAgentSuffixParts) {
|
|
|
4200
4200
|
}
|
|
4201
4201
|
|
|
4202
4202
|
// src/version.ts
|
|
4203
|
-
var VERSION2 = false ? "0.0.0-test" : "2.0.
|
|
4203
|
+
var VERSION2 = false ? "0.0.0-test" : "2.0.1";
|
|
4204
4204
|
|
|
4205
4205
|
// src/provider.ts
|
|
4206
4206
|
function createOpenRouter(options = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -4167,7 +4167,7 @@ function withUserAgentSuffix2(headers, ...userAgentSuffixParts) {
|
|
|
4167
4167
|
}
|
|
4168
4168
|
|
|
4169
4169
|
// src/version.ts
|
|
4170
|
-
var VERSION2 = false ? "0.0.0-test" : "2.0.
|
|
4170
|
+
var VERSION2 = false ? "0.0.0-test" : "2.0.1";
|
|
4171
4171
|
|
|
4172
4172
|
// src/provider.ts
|
|
4173
4173
|
function createOpenRouter(options = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openrouter/ai-sdk-provider",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"vitest": "3.2.4"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"ai": "6.0.
|
|
44
|
+
"ai": "^6.0.0",
|
|
45
45
|
"zod": "^3.25.0 || ^4.0.0"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|