@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 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.0";
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.0";
2823
+ var VERSION = false ? "0.0.0-test" : "1.5.1";
2824
2824
 
2825
2825
  // src/provider.ts
2826
2826
  function createOpenRouter(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openrouter/ai-sdk-provider",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",