ai 6.0.0-beta.167 → 6.0.0-beta.169
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 +13 -0
- 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
|
@@ -852,7 +852,7 @@ import {
|
|
|
852
852
|
} from "@ai-sdk/provider-utils";
|
|
853
853
|
|
|
854
854
|
// src/version.ts
|
|
855
|
-
var VERSION = true ? "6.0.0-beta.
|
|
855
|
+
var VERSION = true ? "6.0.0-beta.169" : "0.0.0-test";
|
|
856
856
|
|
|
857
857
|
// src/util/download/download.ts
|
|
858
858
|
var download = async ({ url }) => {
|
|
@@ -1717,7 +1717,7 @@ function wrapGatewayError(error) {
|
|
|
1717
1717
|
if (!GatewayAuthenticationError.isInstance(error))
|
|
1718
1718
|
return error;
|
|
1719
1719
|
const isProductionEnv = (process == null ? void 0 : process.env.NODE_ENV) === "production";
|
|
1720
|
-
const moreInfoURL = "https://
|
|
1720
|
+
const moreInfoURL = "https://ai-sdk.dev/unauthenticated-ai-gateway";
|
|
1721
1721
|
if (isProductionEnv) {
|
|
1722
1722
|
return new AISDKError17({
|
|
1723
1723
|
name: "GatewayError",
|