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/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
# ai
|
|
2
2
|
|
|
3
|
+
## 5.0.119
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f6b46d2]
|
|
8
|
+
- @ai-sdk/gateway@2.0.25
|
|
9
|
+
|
|
10
|
+
## 5.0.118
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 42bad72: `https://ai-sdk.dev` -> `https://v5.ai-sdk.dev`
|
|
15
|
+
|
|
3
16
|
## 5.0.117
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
6
19
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
20
|
+
- 526fe8d: fix: trigger new release for `@ai-v5` dist-tag
|
|
21
|
+
- Updated dependencies [526fe8d]
|
|
9
22
|
- @ai-sdk/gateway@2.0.24
|
|
10
23
|
- @ai-sdk/provider@2.0.1
|
|
11
24
|
- @ai-sdk/provider-utils@3.0.20
|
package/dist/index.js
CHANGED
|
@@ -777,7 +777,7 @@ function detectMediaType({
|
|
|
777
777
|
var import_provider_utils2 = require("@ai-sdk/provider-utils");
|
|
778
778
|
|
|
779
779
|
// src/version.ts
|
|
780
|
-
var VERSION = true ? "5.0.
|
|
780
|
+
var VERSION = true ? "5.0.119" : "0.0.0-test";
|
|
781
781
|
|
|
782
782
|
// src/util/download/download.ts
|
|
783
783
|
var download = async ({ url }) => {
|
|
@@ -1499,7 +1499,7 @@ function wrapGatewayError(error) {
|
|
|
1499
1499
|
if (!import_gateway2.GatewayAuthenticationError.isInstance(error))
|
|
1500
1500
|
return error;
|
|
1501
1501
|
const isProductionEnv = (process == null ? void 0 : process.env.NODE_ENV) === "production";
|
|
1502
|
-
const moreInfoURL = "https://ai-sdk.dev/unauthenticated-ai-gateway";
|
|
1502
|
+
const moreInfoURL = "https://v5.ai-sdk.dev/unauthenticated-ai-gateway";
|
|
1503
1503
|
if (isProductionEnv) {
|
|
1504
1504
|
return new import_provider20.AISDKError({
|
|
1505
1505
|
name: "GatewayError",
|