@ai-sdk/provider-utils 4.0.11 → 4.0.12
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 +6 -0
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -17,7 +17,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
17
|
}
|
|
18
18
|
return to;
|
|
19
19
|
};
|
|
20
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
21
20
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
21
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
22
|
// file that has been converted to a CommonJS file using a Babel-
|
|
@@ -503,7 +502,7 @@ function withUserAgentSuffix(headers, ...userAgentSuffixParts) {
|
|
|
503
502
|
}
|
|
504
503
|
|
|
505
504
|
// src/version.ts
|
|
506
|
-
var VERSION = true ? "4.0.
|
|
505
|
+
var VERSION = true ? "4.0.12" : "0.0.0-test";
|
|
507
506
|
|
|
508
507
|
// src/get-from-api.ts
|
|
509
508
|
var getOriginalFetch = () => globalThis.fetch;
|
|
@@ -2601,7 +2600,6 @@ async function* executeTool({
|
|
|
2601
2600
|
}
|
|
2602
2601
|
|
|
2603
2602
|
// src/index.ts
|
|
2604
|
-
__reExport(src_exports, require("@standard-schema/spec"), module.exports);
|
|
2605
2603
|
var import_stream2 = require("eventsource-parser/stream");
|
|
2606
2604
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2607
2605
|
0 && (module.exports = {
|
|
@@ -2661,7 +2659,6 @@ var import_stream2 = require("eventsource-parser/stream");
|
|
|
2661
2659
|
validateTypes,
|
|
2662
2660
|
withUserAgentSuffix,
|
|
2663
2661
|
withoutTrailingSlash,
|
|
2664
|
-
zodSchema
|
|
2665
|
-
...require("@standard-schema/spec")
|
|
2662
|
+
zodSchema
|
|
2666
2663
|
});
|
|
2667
2664
|
//# sourceMappingURL=index.js.map
|