@openrouter/ai-sdk-provider 1.5.0 → 1.5.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 +1 -1
package/dist/index.js
CHANGED
|
@@ -2857,7 +2857,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
2857
2857
|
}
|
|
2858
2858
|
|
|
2859
2859
|
// src/version.ts
|
|
2860
|
-
var VERSION = false ? "0.0.0-test" : "1.5.
|
|
2860
|
+
var VERSION = false ? "0.0.0-test" : "1.5.1";
|
|
2861
2861
|
|
|
2862
2862
|
// src/provider.ts
|
|
2863
2863
|
function createOpenRouter(options = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -2820,7 +2820,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
2820
2820
|
}
|
|
2821
2821
|
|
|
2822
2822
|
// src/version.ts
|
|
2823
|
-
var VERSION = false ? "0.0.0-test" : "1.5.
|
|
2823
|
+
var VERSION = false ? "0.0.0-test" : "1.5.1";
|
|
2824
2824
|
|
|
2825
2825
|
// src/provider.ts
|
|
2826
2826
|
function createOpenRouter(options = {}) {
|