ai 5.0.117 → 5.0.119
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/CHANGELOG.md +15 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -684,7 +684,7 @@ import {
|
|
|
684
684
|
} from "@ai-sdk/provider-utils";
|
|
685
685
|
|
|
686
686
|
// src/version.ts
|
|
687
|
-
var VERSION = true ? "5.0.
|
|
687
|
+
var VERSION = true ? "5.0.119" : "0.0.0-test";
|
|
688
688
|
|
|
689
689
|
// src/util/download/download.ts
|
|
690
690
|
var download = async ({ url }) => {
|
|
@@ -1409,7 +1409,7 @@ function wrapGatewayError(error) {
|
|
|
1409
1409
|
if (!GatewayAuthenticationError.isInstance(error))
|
|
1410
1410
|
return error;
|
|
1411
1411
|
const isProductionEnv = (process == null ? void 0 : process.env.NODE_ENV) === "production";
|
|
1412
|
-
const moreInfoURL = "https://ai-sdk.dev/unauthenticated-ai-gateway";
|
|
1412
|
+
const moreInfoURL = "https://v5.ai-sdk.dev/unauthenticated-ai-gateway";
|
|
1413
1413
|
if (isProductionEnv) {
|
|
1414
1414
|
return new AISDKError19({
|
|
1415
1415
|
name: "GatewayError",
|