ai 5.0.72 → 5.0.74

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.mjs CHANGED
@@ -105,6 +105,7 @@ import {
105
105
  InvalidResponseDataError,
106
106
  JSONParseError,
107
107
  LoadAPIKeyError,
108
+ LoadSettingError,
108
109
  NoContentGeneratedError,
109
110
  NoSuchModelError,
110
111
  TooManyEmbeddingValuesForCallError,
@@ -695,7 +696,7 @@ import {
695
696
  } from "@ai-sdk/provider-utils";
696
697
 
697
698
  // src/version.ts
698
- var VERSION = true ? "5.0.72" : "0.0.0-test";
699
+ var VERSION = true ? "5.0.74" : "0.0.0-test";
699
700
 
700
701
  // src/util/download/download.ts
701
702
  var download = async ({ url }) => {
@@ -10542,6 +10543,7 @@ export {
10542
10543
  JSONParseError,
10543
10544
  JsonToSseTransformStream,
10544
10545
  LoadAPIKeyError,
10546
+ LoadSettingError,
10545
10547
  MCPClientError,
10546
10548
  MessageConversionError,
10547
10549
  NoContentGeneratedError,